getOverlapUniverse | R Documentation |
This function overlaps results from a list of MethQTLResults and returns the union of all the input data points used.
getOverlapUniverse(meth.qtl.res, type)
meth.qtl.res |
An object of type |
type |
The type of annotation to be overlapped. Needs to be |
A list with two GRanges objects, one containing the overlapped set and the other the
union of input data points as elements 'all.qtl'
and 'all.input'
Michael Scherer
meth.qtl.res.1 <- loadMethQTLResult(system.file("extdata","MethQTLResult_chr18",package="MAGAR"))
meth.qtl.res.2 <- meth.qtl.res.1
res <- getOverlapUniverse(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.