derfinderPlot

Plotting functions for derfinder results

https://github.com/leekgroup/derfinderplot

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 17 committers (17.6%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.6%) to scientific vocabulary

Keywords

bioconductor derfinder r rnaseq rstats

Keywords from Contributors

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

Repository

Plotting functions for derfinder results

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
bioconductor derfinder r rnaseq rstats
Created over 11 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog 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%"
)
```

# derfinderPlot


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


Addon package with plotting functions for
[derfinder](http://www.bioconductor.org/packages/derfinder) results.

## Documentation

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

## Installation instructions

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

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

BiocManager::install("derfinderPlot")
```

## Citation

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

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

Please note that the `derfinderPlot` 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](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: 1
  • Push event: 4
Last Year
  • Watch event: 1
  • Push event: 4

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 428
  • Total Committers: 17
  • Avg Commits per committer: 25.176
  • Development Distribution Score (DDS): 0.661
Past Year
  • Commits: 6
  • Committers: 3
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.667
Top Committers
Name Email Commits
lcolladotor l****o@j****u 145
Leonardo Collado Torres l****r@g****m 107
Leonardo Collado-Torres l****o@j****u 82
l.collado-torres l****s@b****8 39
Nitesh Turaga n****a@g****m 14
Dan Tenenbaum d****a@f****g 10
d.tenenbaum d****m@b****8 7
hpages@fhcrc.org h****s@f****g@b****8 5
Herve Pages h****s@f****g 5
Hervé Pagès h****s@f****g 2
Bioconductor Git-SVN Bridge b****c@b****g 2
vobencha v****n@r****g 2
J Wokaty j****y@s****u 2
vobencha v****a@g****m 2
J Wokaty j****y 2
Marc Carlson m****n@f****g 1
m.carlson m****n@b****8 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: 2 months
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • 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 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 27,270 total
  • Total dependent packages: 3
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: derfinderPlot

Plotting functions for derfinder

  • Versions: 5
  • Dependent Packages: 3
  • Dependent Repositories: 0
  • Downloads: 27,270 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 12.7%
Downloads: 38.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.2 depends
  • GenomeInfoDb >= 1.3.3 imports
  • GenomicFeatures * imports
  • GenomicRanges >= 1.17.40 imports
  • IRanges >= 1.99.28 imports
  • RColorBrewer * imports
  • S4Vectors >= 0.9.38 imports
  • derfinder >= 1.1.0 imports
  • ggbio >= 1.13.13 imports
  • ggplot2 * imports
  • grDevices * imports
  • graphics * imports
  • limma * imports
  • methods * imports
  • plyr * imports
  • reshape2 * imports
  • scales * imports
  • utils * imports
  • BiocStyle >= 2.5.19 suggests
  • RefManageR * suggests
  • TxDb.Hsapiens.UCSC.hg19.knownGene * suggests
  • biovizBase >= 1.27.2 suggests
  • bumphunter >= 1.7.6 suggests
  • covr * suggests
  • derfinderData >= 0.99.0 suggests
  • knitr >= 1.6 suggests
  • org.Hs.eg.db * suggests
  • rmarkdown >= 0.3.3 suggests
  • sessioninfo * suggests
  • testthat * suggests