getSpecificQTL | R Documentation |
This function returns the methQTL interactions specific for a result
getSpecificQTL(meth.qtl.res, meth.qtl.background, type = "SNP")
meth.qtl.res |
An object of type |
meth.qtl.background |
The background set as a list of |
type |
The type of annotation to be overlapped. Needs to be |
A data.frame
of methQTL interactions sorted by the effect size.
Michael Scherer
meth.qtl.res.1 <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR"))
meth.qtl.res.2 <- meth.qtl.res.1
res <- getSpecificQTL(meth.qtl.res.1,list(A=meth.qtl.res.1,B=meth.qtl.res.2),type="SNP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.