Description Usage Arguments Value Examples
Create matrix from conumee segment / bin data.
1 |
data |
output of runConumee(), might contain segments, bins or transcripts |
n x m matrix, n beeing the amoutn of segments / bins; m equals the amount of samples
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]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.