overlapInputs | R Documentation |
Overlaps the input annotations
overlapInputs(meth.qtl.list, type)
meth.qtl.list |
A list of |
type |
The type of annotation to be overlapped. Needs to be |
A data frame containing the annotations of the unique input values.
Michael Scherer
meth.qtl.1 <- loadMethQTLInput(system.file("extdata","reduced_methQTL",package="MAGAR"))
meth.qtl.2 <- meth.qtl.1
res <- overlapInputs(list(A=meth.qtl.1,B=meth.qtl.2),type="SNP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.