getResultGWASMap,MethQTLResult-method | R Documentation |
Returns the methQTL results in the format used as input to GWAS-map and stores in the object.
## S4 method for signature 'MethQTLResult'
getResultGWASMap(object, meth.qtl)
object |
An of type |
meth.qtl |
An object of type |
The methQTL results as a data.frame
with each row being a methQTL.
meth.qtl.res <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR"))
meth.qtl <- loadMethQTLInput(system.file("extdata","reduced_methQTL",package="MAGAR"))
head(getResultGWASMap(meth.qtl.res,meth.qtl))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.