Description Usage Arguments Value Examples
Analyzes the given 450k data with conumee, extracting either segments, bins or transcripts.
1 | runConumee(data, ctrl, what = "segments", tx = NULL)
|
data |
MethylSet: sample data |
ctrl |
MethylSet: reference |
what |
type of return data: segments, bins, transcripts |
tx |
vector of transcripts of interests |
list with $data and $what, containing the CNV.write conumee outputs
1 2 3 4 5 6 7 | print("A runnable example is also shown in the
createConumeeMatrix examples")
#require(IlluminaHumanMethylation450kanno.ilmn12.hg19)
#norm <- minfi::preprocessRaw(minfiData::RGsetEx)
#data <- norm[,1]
#ctrl <- norm[,4]
#runConumee(data,ctrl,"segments")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.