Description Usage Arguments Value Author(s) Examples
ewascatalog queries the EWAS Catalog from R.
1 2 | ewascatalog(cpgquery = NULL, regionquery = NULL, genequery = NULL,
traitquery = NULL)
|
cpgquery |
a vector of CpG sites. |
regionquery |
a vector of genomic regions. |
genequery |
a vector of gene names. |
traitquery |
a vector of trait names. |
Data frame of EWAS Catalog results.
James R Staley <jrstaley95@gmail.com>
1 2 3 4 5 6 7 8 9 10 11 | # CpG
res <- ewascatalog(cpgquery="cg00029284")
# Region
res <- ewascatalog(regionquery="6:15000000-25000000")
# Gene
res <- ewascatalog(genequery="FTO")
# Trait
res <- ewascatalog(traitquery="body mass index")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.