recount

R package for the recount2 project. Documentation website: http://leekgroup.github.io/recount/

https://github.com/leekgroup/recount

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 13 committers (23.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.1%) to scientific vocabulary

Keywords

annotation-agnostic bioconductor count derfinder deseq2 exon gene human illumina junction r recount rnaseq rstats

Keywords from Contributors

bioconductor-package core-package bioinformatics rhdf5 hdf5 mirror similarity-measurement similarity pathway-analysis gene-sets
Last synced: 6 months ago · JSON representation

Repository

R package for the recount2 project. Documentation website: http://leekgroup.github.io/recount/

Basic Info
Statistics
  • Stars: 41
  • Watchers: 14
  • Forks: 9
  • Open Issues: 1
  • Releases: 0
Topics
annotation-agnostic bioconductor count derfinder deseq2 exon gene human illumina junction r recount rnaseq rstats
Created almost 10 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing Code of conduct Support

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    fig.path = "man/figures/README-",
    out.width = "100%"
)
```

# recount 


[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![Bioc release status](http://www.bioconductor.org/shields/build/release/bioc/recount.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/recount)
[![Bioc devel status](http://www.bioconductor.org/shields/build/devel/bioc/recount.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/recount)
[![Bioc downloads rank](https://bioconductor.org/shields/downloads/release/recount.svg)](http://bioconductor.org/packages/stats/bioc/recount/)
[![Bioc support](https://bioconductor.org/shields/posts/recount.svg)](https://support.bioconductor.org/tag/recount)
[![Bioc history](https://bioconductor.org/shields/years-in-bioc/recount.svg)](https://bioconductor.org/packages/release/bioc/html/recount.html#since)
[![Bioc last commit](https://bioconductor.org/shields/lastcommit/devel/bioc/recount.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/recount/)
[![Bioc dependencies](https://bioconductor.org/shields/dependencies/release/recount.svg)](https://bioconductor.org/packages/release/bioc/html/recount.html#since)
[![Codecov test coverage](https://codecov.io/gh/leekgroup/recount/branch/devel/graph/badge.svg)](https://codecov.io/gh/leekgroup/recount?branch=devel)
[![R build status](https://github.com/leekgroup/recount/actions/workflows/check-bioc.yml/badge.svg)](https://github.com/leekgroup/recount/actions/workflows/check-bioc.yml)
[![GitHub issues](https://img.shields.io/github/issues/leekgroup/recount)](https://github.com/leekgroup/recount/issues)
[![GitHub pulls](https://img.shields.io/github/issues-pr/leekgroup/recount)](https://github.com/leekgroup/recount/pulls)


Explore and download data from the recount project available at the [recount2 website](https://jhubiostatistics.shinyapps.io/recount/). Using the `recount` package you can download _RangedSummarizedExperiment_ objects at the gene, exon or exon-exon junctions level, the raw counts, the phenotype metadata used, the urls to the sample coverage bigWig files or the mean coverage bigWig file for a particular study. The _RangedSummarizedExperiment_ objects can be used by different packages for performing differential expression analysis. Using [derfinder](http://bioconductor.org/packages/derfinder) you can perform annotation-agnostic differential expression analyses with the data from the recount project. 

## Documentation

For more information about `recount` check the vignettes [through Bioconductor](http://bioconductor.org/packages/recount) or at the [documentation website](http://leekgroup.github.io/recount).

## Installation instructions

Get the latest stable `R` release from [CRAN](http://cran.r-project.org/). Then install `recount` from [Bioconductor](http://bioconductor.org/) using the following code:

```{r 'install', eval = FALSE}
if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}

BiocManager::install("recount")
```

## Citation

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

```{r 'citation', eval = requireNamespace('recount')}
print(citation("recount"), bibtex = TRUE)
```

Please note that the `recount` 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 recount project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

## Development tools

* Continuous code testing is possible thanks to [GitHub actions](https://www.tidyverse.org/blog/2020/04/usethis-1-6-0/)  through `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](https://www.bioconductor.org/help/docker/) and `r BiocStyle::Biocpkg('BiocCheck')`.
* Code coverage assessment is possible thanks to [codecov](https://codecov.io/gh) and `r BiocStyle::CRANpkg('covr')`.
* The [documentation website](http://leekgroup.github.io/recount) is automatically updated thanks to `r BiocStyle::CRANpkg('pkgdown')`.
* The code is styled automatically thanks to `r BiocStyle::CRANpkg('styler')`.
* The documentation is formatted thanks to `r BiocStyle::CRANpkg('devtools')` and `r BiocStyle::CRANpkg('roxygen2')`.

For more details, check the `dev` directory.

This package was developed using `r BiocStyle::Biocpkg('biocthis')`.


## Teams involved

* [Jeff Leek's lab at JHBSPH Biostatistics Department](http://jtleek.com/),
* [Ben Langmead's lab at JHU Computer Science](http://www.langmead-lab.org/),
* [Kasper Daniel Hansen's lab at JHBSPH Biostatistics Department](https://www.hansenlab.org/),
* [Leonardo Collado-Torres](http://lcolladotor.github.io/) and [Andrew E. Jaffe](http://aejaffe.com/) from [LIBD](https://www.libd.org/),
* [Abhinav Nellore's lab at OHSU](http://nellore.bio/),
* Data hosted by [SciServer at JHU](https://www.sciserver.org/).


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





Owner

  • Name: Leek group
  • Login: leekgroup
  • Kind: organization

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 3
Last Year
  • Issues event: 1
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 3

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 417
  • Total Committers: 13
  • Avg Commits per committer: 32.077
  • Development Distribution Score (DDS): 0.448
Past Year
  • Commits: 17
  • Committers: 3
  • Avg Commits per committer: 5.667
  • Development Distribution Score (DDS): 0.235
Top Committers
Name Email Commits
lcolladotor l****o@j****u 230
Leonardo Collado-Torres l****o@j****u 97
Leonardo Collado Torres l****r@g****m 54
Nitesh Turaga n****a@g****m 14
hpages@fhcrc.org h****s@f****g@b****8 4
Herve Pages h****s@f****g 4
Hervé Pagès h****s@f****g 4
vobencha v****n@r****g 2
vobencha v****a@g****m 2
J Wokaty j****y 2
J Wokaty j****y@s****u 2
Hervé Pagès h****b@g****m 1
Martin Morgan m****n@f****g 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 24
  • Total pull requests: 2
  • Average time to close issues: 4 months
  • Average time to close pull requests: 5 days
  • Total issue authors: 18
  • Total pull request authors: 2
  • Average comments per issue: 2.29
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • lcolladotor (7)
  • jvanheld (1)
  • ceiabreu (1)
  • mbernste (1)
  • julclu (1)
  • nnursimulu (1)
  • andrewejaffe (1)
  • xiaodongpang23 (1)
  • PeteHaitch (1)
  • jpling (1)
  • assaron (1)
  • boseb (1)
  • millerh1 (1)
  • sonali-bioc (1)
  • ishaanpbs (1)
Pull Request Authors
  • hpages (2)
  • amadeusX (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 63,647 total
  • Total dependent packages: 6
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
bioconductor.org: recount

Explore and download data from the recount project

  • Versions: 6
  • Dependent Packages: 6
  • Dependent Repositories: 0
  • Downloads: 63,647 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 5.0%
Downloads: 15.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.3.0 depends
  • SummarizedExperiment * depends
  • BiocParallel * imports
  • GEOquery * imports
  • GenomeInfoDb * imports
  • GenomicRanges * imports
  • IRanges * imports
  • RCurl * imports
  • S4Vectors * imports
  • derfinder * imports
  • downloader * imports
  • methods * imports
  • rentrez * imports
  • rtracklayer >= 1.35.3 imports
  • stats * imports
  • utils * imports
  • AnnotationDbi * suggests
  • BiocManager * suggests
  • BiocStyle >= 2.5.19 suggests
  • DESeq2 * suggests
  • DT * suggests
  • EnsDb.Hsapiens.v79 * suggests
  • GenomicFeatures * suggests
  • RColorBrewer * suggests
  • RefManageR * suggests
  • covr * suggests
  • edgeR * suggests
  • ggplot2 * suggests
  • knitr >= 1.6 suggests
  • org.Hs.eg.db * suggests
  • pheatmap * suggests
  • regionReport >= 1.9.4 suggests
  • rmarkdown >= 0.9.5 suggests
  • sessioninfo * suggests
  • testthat >= 2.1.0 suggests
.github/workflows/check-bioc.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact master composite
  • docker/build-push-action v1 composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite