Description Usage Format Details Examples
This is a simulated data of "PatCNVData" class with coverage and CNV information for testing purpose.
1 |
sim.cnvData of "PatCNVData" class
The purpose of this dataset is to faciliate users to test examples quickly. If interested, this simulation dataset can be easily re-generated as follows:
#=== load a simulation example
config.filename <- "sim1.ini"
makeSimulation(config.filename)
#=== create patternCNV session
sim.session <- createSession(config.filename)
#=== compute CNV
sim.cnvData <- computeMultiCNV(sim.session)
1 2 3 4 5 | #=== load simulated data with pre-computed coverage and CNV
data(sim.cnvData)
#=== list CNV log2ratio of exons of gene "SLC25A17" of samples "n2" and "n5"
cnvMatrix(sim.cnvData,c("n2","n5"),"SLC25A17")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.