knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    fig.path = "man/figures/README-",
    out.width = "100%"
)
library("BiocStyle")

recount3

Lifecycle: stable Bioc release status Bioc devel status Bioc downloads rank Bioc support Bioc history Bioc last commit Bioc dependencies Codecov test coverage R build status GitHub issues GitHub pulls

The r Biocpkg('recount3') R/Bioconductor package is part of the recount3 project and is the latest iteration of the ReCount family of projects that provide access to uniformly-processed RNA sequencing datasets. The main documentation website for all the recount3-related projects is available at recount.bio. Please check that website for more information about how this R/Bioconductor package and other tools are related to each other.

Documentation

For more information about r Biocpkg('recount3') check the vignettes through Bioconductor or at the documentation website.

Installation instructions

Get the latest stable R release from CRAN. Then install r Biocpkg('recount3') from Bioconductor using the following code:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install("recount3")

Citation

Below is the citation output from using citation('recount3') in R. Please run this yourself to check for any updates on how to cite recount3.

print(citation("recount3"), bibtex = TRUE)

Please note that r Biocpkg('recount3') was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.

Code of Conduct

Please note that the derfinderPlot project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Development tools

For more details, check the dev directory.

Project history

To clarify the relationship between the R/Bioconductor packages and the phases of ReCount please check the table below:

| Year | Phase | Main references | R/Bioconductor | | --- | --- | --- | --- | | 2011 | ReCount | DOI: 10.1186/1471-2105-12-449 | none | | 2017 | recount2 | DOI: 10.1038/nbt.3838 10.12688/f1000research.12223.1 | r Biocpkg('recount') | | 2021 | recount3 | DOI: 10.1186/s13059-021-02533-6 | r Biocpkg('recount3') |

Teams involved

The ReCount family involves the following teams:

| | | | | | | --- | --- | --- | --- | --- | | | | | | |



LieberInstitute/recount3 documentation built on May 4, 2024, 4:16 a.m.