overlapInputs {MAGAR} | 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")