createConumeeMatrix: Create matrix from conumee data

Description Usage Arguments Value Examples

Description

Create matrix from conumee segment / bin data.

Usage

1

Arguments

data

output of runConumee(), might contain segments, bins or transcripts

Value

n x m matrix, n beeing the amoutn of segments / bins; m equals the amount of samples

Examples

1
2
3
4
5
6
require(IlluminaHumanMethylation450kanno.ilmn12.hg19)
norm <- minfi::preprocessRaw(minfiData::RGsetEx)
samples <- norm[,1]
ctrl <- norm[,4]
candidatesDATA <- runConumee(samples,ctrl,"segments")
createConumeeMatrix(candidatesDATA)[1:3,,drop=FALSE]

mknoll/cnAnalysis450k documentation built on May 23, 2019, 2:01 a.m.