Description Usage Format Details Examples
This is a simulated data of "PatCNVData" class with coverage information for testing purpose.
1 |
sim.covgData of "PatCNVData" class
The purpose of this data is to faciliate users to test examples. If interested, this simulation data can be easily generated as follows:
#=== load a simulation example
config.filename <- "sim1.ini"
makeSimulation(config.filename)
#=== create patternCNV session
sim.session <- createSession(config.filename)
#=== summarize coverage information
sim.covgData <- scanMultiCovg(sim.session)
1 2 3 4 5 | #=== load simulated data with coverage information
data(sim.covgData)
#=== display coverage of a few top exons in sample "n2" and "n3"
head(coverageMatrix(sim.covgData,c("n2","n3")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.