Bioc2026 Registration Open!

recountWorkflow

recount workflow: accessing over 70,000 human RNA-seq samples with Bioconductor

Bioconductor version: 3.23 · Package version: 1.36.0

The recount2 resource is composed of over 70,000 uniformly processed human RNA-seq samples spanning TCGA and SRA, including GTEx. The processed data can be accessed via the recount2 website and the recount Bioconductor package. This workflow explains in detail how to use the recount package and how to integrate it with other Bioconductor packages for several analyses that can be carried out with the recount2 resource. In particular, we describe how the coverage count matrices were computed in recount2 as well as different ways of obtaining public metadata, which can facilitate downstream analyses. Step-by-step directions show how to do a gene level differential expression analysis, visualize base-level genome coverage data, and perform an analyses at multiple feature levels. This workflow thus provides further information to understand the data in recount2 and a compendium of R code to use the data.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("recountWorkflow")

Details

MaintainerLeonardo Collado-Torres <lcolladotor@gmail.com>
AuthorLeonardo Collado-Torres [aut, cre], Abhinav Nellore [ctb], Andrew E. Jaffe [ctb]
LicenseArtistic-2.0
URLhttps://github.com/LieberInstitute/recountWorkflow
Bug Reportshttps://support.bioconductor.org/t/recountWorkflow/
Downloads rank74
Source branchRELEASE_3_23
biocViewsResourceQueryingWorkflow, Workflow

Download

Dependencies

Depends: R (>= 3.6.0)

Imports: recount, GenomicRanges, limma, edgeR, DESeq2, pheatmap, regionReport, clusterProfiler, org.Hs.eg.db, gplots, derfinder, GenomicState, bumphunter, derfinderPlot

Suggests: BiocStyle, BiocWorkflowTools, knitr, magick, sessioninfo, rmarkdown