This is huge! Parallel programming with #purrr functions now without any third packages. https://www.tidyverse.org/blog/2025/07/purrr-1-1-0-parallel/
This is huge! Parallel programming with #purrr functions now without any third packages. https://www.tidyverse.org/blog/2025/07/purrr-1-1-0-parallel/
Using nested dataframe and list column has transformed my way of data wrangling in R. For more on this topic, I highly recommend purrr tutorial from Jenney Bryan. In this post, I am going to show you how I use this to solve a problem for adding pct_in column from the differential scRNAseq result table. I am going to use presto for differential gene expression test. presto performs a fast Wilcoxon rank sum test and auROC analysis.
Hello Kitty: Intro to {purrr} | TidyX Ep 184!
Patrick Ward and I do an introduction to our favorite cat-sound based package, and go over how to use purrr for consistent outputs or pass functions in a variety of ways!
Bit.ly/TidyX_Ep184
📢 New Blogpost!
"Efficiency and Consistency: Automate Subset Graphics with #ggplot2 and #purrr" 🤖
How to iterate over a vector of groups (variables, categories, numeric ranges) to generate the same visual!
Discover how to effortlessly generate custom and even complex graphics for subsets of your data by seamlessly integrating {ggplot2}'s versatile plotting functionalities with {purrr}'s powerful functional programing capabilities. This is especially helpful for data featuring many categories or step-by-step graphical storytelling