knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) library("BiocStyle")
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.
For more information about r Biocpkg('recount3')
check the vignettes through Bioconductor or at the documentation website.
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")
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.
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.
r BiocStyle::CRANpkg('usethis')
, r BiocStyle::CRANpkg('remotes')
, r BiocStyle::Githubpkg('r-hub/sysreqs')
and r BiocStyle::CRANpkg('rcmdcheck')
customized to use Bioconductor's docker containers and r BiocStyle::Biocpkg('BiocCheck')
.r BiocStyle::CRANpkg('covr')
.r BiocStyle::CRANpkg('pkgdown')
.r BiocStyle::CRANpkg('styler')
.r BiocStyle::CRANpkg('devtools')
and r BiocStyle::CRANpkg('roxygen2')
.For more details, check the dev
directory.
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')
|
The ReCount
family involves the following teams:
| | | | | | | --- | --- | --- | --- | --- | | | | | | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.