overlapInputs: overlapInputs

View source: R/utilities.R

overlapInputsR Documentation

overlapInputs

Description

Overlaps the input annotations

Usage

overlapInputs(meth.qtl.list, type)

Arguments

meth.qtl.list

A list of MethQTLInput-class or MethQTLResult-class objects to be overlapped

type

The type of annotation to be overlapped. Needs to be 'SNP', 'CpG' or 'cor.block'

Value

A data frame containing the annotations of the unique input values.

Author(s)

Michael Scherer

Examples

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")

MPIIComputationalEpigenetics/MAGAR documentation built on April 29, 2024, 1:09 a.m.