regionReport

Generate HTML report for a set of genomic regions or DESeq2/edgeR results

https://github.com/leekgroup/regionreport

Science Score: 10.0%

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

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

Keywords

bioconductor derfinder deseq2 edger r regionreport rmarkdown rnaseq rstats

Keywords from Contributors

bioconductor-package gene genomics annotation-agnostic proteomics feature-detection mass-spectrometry metabolomics bioinformatics peak-detection
Last synced: 6 months ago · JSON representation

Repository

Generate HTML report for a set of genomic regions or DESeq2/edgeR results

Basic Info
Statistics
  • Stars: 10
  • Watchers: 5
  • Forks: 4
  • Open Issues: 1
  • Releases: 0
Topics
bioconductor derfinder deseq2 edger r regionreport rmarkdown rnaseq rstats
Created over 12 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing Code of conduct

README.Rmd

---
output: github_document
---



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

# regionReport


[![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/regionReport.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/regionReport)
[![Bioc devel status](http://www.bioconductor.org/shields/build/devel/bioc/regionReport.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/regionReport)
[![Bioc downloads rank](https://bioconductor.org/shields/downloads/release/regionReport.svg)](http://bioconductor.org/packages/stats/bioc/regionReport/)
[![Bioc support](https://bioconductor.org/shields/posts/regionReport.svg)](https://support.bioconductor.org/tag/regionReport)
[![Bioc history](https://bioconductor.org/shields/years-in-bioc/regionReport.svg)](https://bioconductor.org/packages/release/bioc/html/regionReport.html#since)
[![Bioc last commit](https://bioconductor.org/shields/lastcommit/devel/bioc/regionReport.svg)](http://bioconductor.org/checkResults/devel/bioc-LATEST/regionReport/)
[![Bioc dependencies](https://bioconductor.org/shields/dependencies/release/regionReport.svg)](https://bioconductor.org/packages/release/bioc/html/regionReport.html#since)
[![R build status](https://github.com/leekgroup/regionReport/actions/workflows/check-bioc.yml/badge.svg)](https://github.com/leekgroup/regionReport/actions/workflows/check-bioc.yml)
[![GitHub issues](https://img.shields.io/github/issues/leekgroup/regionReport)](https://github.com/leekgroup/regionReport/issues)
[![GitHub pulls](https://img.shields.io/github/issues-pr/leekgroup/regionReport)](https://github.com/leekgroup/regionReport/pulls)


Generate HTML reports for a set of regions such as those from 
`r BiocStyle::Biocpkg('derfinder')` results or any other pipeline that defines a set of genomic regions.

Check the documentation for `derfinderReport()` for an example on how to create 
the necessary input files and generating the HTML report for `r BiocStyle::Biocpkg('derfinder')`
results. Or use:

```{r, eval = FALSE}
example("derfinderReport", "regionReport", ask = FALSE)
```

Similarly, check `renderReport()` for an example of a general report, or use:

```{r, eval = FALSE}
example("renderReport", "regionReport", ask = FALSE)
```

For `r BiocStyle::Biocpkg('DESeq2')` or `r BiocStyle::Biocpkg('edgeR')` results check `DESeq2Report()` and `edgeReport()`.

## Documentation

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

## Installation instructions

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

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

BiocManager::install("regionReport")
```

## Citation

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

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

Please note that the `regionReport` 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 regionReport 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/derfinderPlot) 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')`.

Owner

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

GitHub Events

Total
  • Watch event: 2
  • Push event: 5
Last Year
  • Watch event: 2
  • Push event: 5

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 604
  • Total Committers: 18
  • Avg Commits per committer: 33.556
  • Development Distribution Score (DDS): 0.551
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
lcolladotor l****o@j****u 271
Leonardo Collado-Torres l****o@j****u 170
l.collado-torres l****s@b****8 67
Leonardo Collado Torres l****r@g****m 42
Nitesh Turaga n****a@g****m 14
Dan Tenenbaum d****a@f****g 10
d.tenenbaum d****m@b****8 8
hpages@fhcrc.org h****s@f****g@b****8 4
Herve Pages h****s@f****g 4
J Wokaty j****y 2
Hervé Pagès h****s@f****g 2
J Wokaty j****y@s****u 2
vobencha v****n@r****g 2
vobencha v****a@g****m 2
Bioconductor Git-SVN Bridge b****c@b****g 1
Marc Carlson m****n@f****g 1
dgrtwo d****o@p****u 1
m.carlson m****n@b****8 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 9
  • Total pull requests: 3
  • Average time to close issues: 12 months
  • Average time to close pull requests: 3 months
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 1.78
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • lcolladotor (6)
  • cboschi (1)
  • hspitia (1)
  • bounlu (1)
Pull Request Authors
  • bounlu (1)
  • dgrtwo (1)
  • JMF47 (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 30,632 total
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: regionReport

Generate HTML or PDF reports for a set of genomic regions or DESeq2/edgeR results

  • Versions: 5
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 30,632 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Forks count: 5.1%
Stargazers count: 6.8%
Average: 8.7%
Downloads: 31.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.2 depends
  • BiocStyle >= 2.5.19 imports
  • DEFormats * imports
  • DESeq2 * imports
  • GenomeInfoDb * imports
  • GenomicRanges * imports
  • RefManageR * imports
  • S4Vectors * imports
  • SummarizedExperiment * imports
  • derfinder >= 1.25.3 imports
  • knitr >= 1.6 imports
  • knitrBootstrap >= 0.9.0 imports
  • methods * imports
  • rmarkdown >= 0.9.5 imports
  • utils * imports
  • BiocManager * suggests
  • DT * suggests
  • IRanges * suggests
  • RColorBrewer * suggests
  • TxDb.Hsapiens.UCSC.hg19.knownGene * suggests
  • biovizBase * suggests
  • bumphunter >= 1.7.6 suggests
  • derfinderPlot >= 1.29.1 suggests
  • edgeR * suggests
  • ggbio >= 1.35.2 suggests
  • ggplot2 * suggests
  • grid * suggests
  • gridExtra * suggests
  • mgcv * suggests
  • pasilla * suggests
  • pheatmap * suggests
  • sessioninfo * suggests
  • whisker * suggests