MAGAR

An R package to compute methylation quantitative trait loci (methQTL) from DNA methylation and genotyping data.

https://github.com/mpiicomputationalepigenetics/magar

Science Score: 36.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
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    2 of 5 committers (40.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

An R package to compute methylation quantitative trait loci (methQTL) from DNA methylation and genotyping data.

Basic Info
  • Host: GitHub
  • Owner: MPIIComputationalEpigenetics
  • Language: R
  • Default Branch: master
  • Size: 148 MB
Statistics
  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created almost 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

MAGAR

Build Status License: GPL v3

Short description

MAGAR (Methylation-Aware Genotype Association in R) is an R package for computing DNA methylation quantitative trait loci (methQTL) from DNA methylation and matched genotyping data. The tool employs a two-stage approach to compute methQTL:

  • CpG correlation blocks are computed to mimic DNA methylation haplotypes. The correlation blocks are computed from CpGs that are highly correlated across the samples.
  • For each correlation block, a representative CpG (tag-CpG) is computed and used in a linear modeling strategy (or alternatively with fastQTL) to determine significant associations between genotype variation and changes in DNA methylation of particular CpGs.

The package furthermore uses established software tools for handling DNA methylation and genotyping data, including RnBeads, PLINK, and CRLMM. Thus, raw DNA methylation data (IDAT, BED files) and genotyping data (IDAT, PLINK files) can be used as input.

Installation

The package needs some Bioconductor dependencies, most notably RnBeads, which can be directly installed from the RnBeads website. Atfer instaling RnBeads, MAGAR can be installed in a R session using the devtools package

r source("https://rnbeads.org/data/install.R") if(!requireNamespace("devtools")) install.packages("devtools") devtools::install_github("MPIIComputationalEpigenetics/MAGAR")

Documentation

You can find a detailed information for MAGAR here

Citation

Scherer, M., Gasparoni, G., Rahmouni, S. et al. Identification of tissue-specific and common methylation quantitative trait loci in healthy individuals using MAGAR. Epigenetics & Chromatin 14, 44 (2021). doi:10.1186/s13072-021-00415-6

Contact

You can contact Michael Scherer for reporting bugs, feature requests or questions.

Owner

  • Name: Computational Epigenetics Group at Max-Planck-Institut für Informatik
  • Login: MPIIComputationalEpigenetics
  • Kind: organization
  • Email: felipe.albrecht@mpi-inf.mpg.de
  • Location: Saarbrücken, Germany

Computational Epigenetics Group / Computational Biology and Applied Algorithmics / Max-Planck-Institut für Informatik

GitHub Events

Total
  • Push event: 1
  • Create event: 1
Last Year
  • Push event: 1
  • Create event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 158
  • Total Committers: 5
  • Avg Commits per committer: 31.6
  • Development Distribution Score (DDS): 0.228
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Michael Scherer s****r@g****m 122
schmic05 m****r@m****e 27
Michael Scherer m****r@l****6 4
Nitesh Turaga n****a@g****m 4
Michael m****r@l****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 8,495 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: MAGAR

MAGAR: R-package to compute methylation Quantitative Trait Loci (methQTL) from DNA methylation and genotyping data

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8,495 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Forks count: 19.8%
Average: 27.8%
Stargazers count: 33.2%
Downloads: 86.2%
Maintainers (1)
Last synced: 10 months ago