methylGSA
A Bioconductor package and shiny app for DNA methylation data length bias adjustment in gene set testing
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
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.6%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
A Bioconductor package and shiny app for DNA methylation data length bias adjustment in gene set testing
Basic Info
- Host: GitHub
- Owner: reese3928
- Language: R
- Default Branch: master
- Homepage: https://bioconductor.org/packages/release/bioc/html/methylGSA.html
- Size: 7.06 MB
Statistics
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 4
- Releases: 0
Topics
Metadata Files
README.md
methylGSA
methylGSA is a Bioconductor package and Shiny app for DNA methylation data length bias adjustment in gene set testing.
The Bioconductor package can be found here.
The Bioconductor package vignette can be found here.
The methylGSA paper can be found here.
Shiny app installation
The following packages are required to be installed before launching the app.
Packages from CRAN:
{r}
install.packages("DT")
install.packages("ggplot2")
install.packages("shinycssloaders")
Packages from Bioconductor:
If analyzing 450K array, IlluminaHumanMethylation450kanno.ilmn12.hg19 needs to be installed.
{r}
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("IlluminaHumanMethylation450kanno.ilmn12.hg19")
If analyzing EPIC array, IlluminaHumanMethylationEPICanno.ilm10b4.hg19 needs to be installed.
{r}
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("IlluminaHumanMethylationEPICanno.ilm10b4.hg19")
Launch the app
After installation, the app can be launched with the following code:
{r}
library(methylGSA)
methylGSA::runExample()
Step-by-step instructions
A step-by-step instructions on the workflow of the app can be found here.
Citation
Ren, X., & Kuan, P. F. (2019). methylGSA: a Bioconductor package and Shiny app for DNA methylation data length bias adjustment in gene set testing. Bioinformatics, 35(11), 1958-1959.
@article{ren2019methylgsa,
title={methylGSA: a Bioconductor package and Shiny app for DNA methylation data length bias adjustment in gene set testing},
author={Ren, Xu and Kuan, Pei Fen},
journal={Bioinformatics},
volume={35},
number={11},
pages={1958--1959},
year={2019},
publisher={Oxford University Press}
}
Owner
- Name: Xu Ren
- Login: reese3928
- Kind: user
- Repositories: 3
- Profile: https://github.com/reese3928
Staying at home.
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Xu Ren | x****n@s****u | 29 |
| Xu Ren | x****0@g****m | 16 |
| Nitesh Turaga | n****a@g****m | 8 |
| vobencha | v****a@g****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 7
- Total pull requests: 0
- Average time to close issues: about 2 months
- Average time to close pull requests: N/A
- Total issue authors: 7
- Total pull request authors: 0
- Average comments per issue: 1.14
- 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
- ellendejong (1)
- jcabanad (1)
- MSaadfarooq (1)
- sam0per (1)
- acarbome7 (1)
- jakalssj3 (1)
- BastiDucreux (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 17,226 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
bioconductor.org: methylGSA
Gene Set Analysis Using the Outcome of Differential Methylation
- Homepage: https://github.com/reese3928/methylGSA
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/methylGSA/inst/doc/methylGSA.pdf
- License: GPL-2
-
Latest release: 1.26.0
published 10 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5 depends
- AnnotationDbi * imports
- BiocParallel * imports
- GO.db * imports
- IlluminaHumanMethylation450kanno.ilmn12.hg19 * imports
- IlluminaHumanMethylationEPICanno.ilm10b4.hg19 * imports
- RobustRankAggreg * imports
- clusterProfiler * imports
- ggplot2 * imports
- missMethyl * imports
- org.Hs.eg.db * imports
- reactome.db * imports
- shiny * imports
- stats * imports
- stringr * imports
- enrichplot * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests