To not miss a post like this, sign up for my newsletter to learn computational biology and bioinformatics.
In this blog post, I am going to show you how to use list column
and purrr::map()
, a powerful
toolkit in your belt to avoid repetition in your bioinformatics analysis.
To demonstrate the usage, We will use RNAseq differential expression analysis and pathway enrichment analysis as an …