overlapQTLs | R Documentation |
This function overlaps a list of methQTLs to determine which interactions are common.
overlapQTLs(meth.qtl.result.list, type)
meth.qtl.result.list |
A named list with each entry being an object of type |
type |
Determines if either the SNP (default), the CpG, or the correlation block
|
A list with length(meth.qtl.result.list)
elements, containing IDs of methQTL
interactions according to the option type
.
Michael Scherer
meth.qtl.res.1 <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR"))
meth.qtl.res.2 <- meth.qtl.res.1
res <- overlapQTLs(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.