DMRScan
R package for detection of differentially methylated regions with adjustment for multiple 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
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 14 committers (7.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords from Contributors
Repository
R package for detection of differentially methylated regions with adjustment for multiple testing
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
DMRScan
R package for detection of differentially methylated regions with adjustment for multiple testing
Important Info
Authors
CM Page, L Vos, BK Andreasen
Package structure
The function DMRScan() requires three key inputs;
- a vector of test statistics for each CpG site,
- the corresponding positions (chromosome and bp position).
Additional inputs are the - maximum allowed distance within a region - the minimum number of CpGs within a region.
Installation
For a stable release from Bioconductor use
R
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("DMRScan")
For the developmental version from Github, use
R
devtools::install_github("christpa/DMRScan")
Requred R-packages for DMRScan are:
* Matrix
* MASS
* RcppRoll
* GenomicRanges
* IRanges
* methods
* mvtnorm
* stats
* parallel
=======
Usage
Please see the vignette.
Citation
To cite the DMRScan package in publications please use:
Page, C. M., Vos, L., Rounge, T. B., Harbo, H. F., & Andreassen, B. K. (2018). Assessing genome-wide significance for the detection of differentially methylated regions. Statistical applications in genetics and molecular biology.
A BibTeX entry for LaTeX users is
BibTeX
@article{DMR_paper,
title={Assessing genome-wide significance for the detection of differentially methylated regions},
author={Page, Christian M and Vos, Linda and Rounge, Trine B and Harbo, Hanne F and Andreassen, Bettina K},
journal={Statistical applications in genetics and molecular biology},
year={2018},
publisher={De Gruyter}
}
{r}
sessionInfo()
``` R version 3.4.2 (2017-09-28) Platform: x86_64-apple-darwin15.6.0 (64-bit) Running under: macOS Sierra 10.12.6
Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRblas.0.dylib LAPACK: /Library/Frameworks/R.framework/Versions/3.4/Resources/lib/libRlapack.dylib
locale: [1] C
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] DMRScan_0.01.02
loaded via a namespace (and not attached):
[1] Rcpp0.12.13 mvtnorm1.0-6 lattice0.20-35
[4] IRanges2.10.5 RcppRoll0.2.2 bitops1.0-6
[7] MASS7.3-47 GenomeInfoDb1.12.3 grid3.4.2
[10] stats43.4.2 zlibbioc1.22.0 XVector0.16.0
[13] S4Vectors0.14.7 Matrix1.2-11 RCurl1.95-4.8
[16] parallel3.4.2 compiler3.4.2 BiocGenerics0.22.1
[19] GenomicRanges1.28.6 GenomeInfoDbData0.99.0
```
End of README
Owner
- Name: Christian Page
- Login: christpa
- Kind: user
- Website: https://christpa.github.io/
- Repositories: 2
- Profile: https://github.com/christpa
Researcher in epidemiology at the Norwegian Institute of Public Health, interested in intergenerational transmission of health and disease.
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| c.page | p****u@g****m | 102 |
| Christian Page | c****a | 43 |
| christpa | C****D@g****m | 22 |
| Nitesh Turaga | n****a@g****m | 4 |
| vobencha | v****n@r****g | 2 |
| vobencha | v****a@g****m | 2 |
| Herve Pages | h****s@f****g | 2 |
| Hervé Pagès | h****s@f****g | 2 |
| lshep | s****l@g****m | 2 |
| Christian Page | c****e@C****l | 2 |
| Christian Page | c****p@1****o | 2 |
| LiNk-NY | m****9@g****m | 1 |
| Martin Morgan | m****n@f****g | 1 |
| Povilas Gibas | p****s@g****m | 1 |
Committer Domains (Top 20 + Academic)
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 13,178 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
bioconductor.org: DMRScan
Detection of Differentially Methylated Regions
- Homepage: https://github.com/christpa/DMRScan
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/DMRScan/inst/doc/DMRScan.pdf
- License: GPL-3
-
Latest release: 1.30.0
published over 1 year ago