DMRScan

R package for detection of differentially methylated regions with adjustment for multiple testing

https://github.com/christpa/dmrscan

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

bioconductor-package bioinformatics proteomics bioconductor core-package u24ca289073 gene copynumber data-structure mutations
Last synced: 11 months ago · JSON representation

Repository

R package for detection of differentially methylated regions with adjustment for multiple testing

Basic Info
  • Host: GitHub
  • Owner: christpa
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 13.6 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 10 years ago · Last pushed over 1 year ago
Metadata Files
Readme

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] IRanges
2.10.5 RcppRoll0.2.2 bitops1.0-6
[7] MASS7.3-47 GenomeInfoDb1.12.3 grid3.4.2
[10] stats4
3.4.2 zlibbioc1.22.0 XVector0.16.0
[13] S4Vectors0.14.7 Matrix1.2-11 RCurl1.95-4.8
[16] parallel
3.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

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

All Time
  • Total Commits: 188
  • Total Committers: 14
  • Avg Commits per committer: 13.429
  • Development Distribution Score (DDS): 0.457
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 13,178 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 20.7%
Downloads: 62.1%
Maintainers (1)
Last synced: 11 months ago