print basic information of an object of PatCNVData-class
or PatCNVSession-class
signature(object = "ANY")
signature(object = "PatCNVData")
signature(object = "PatCNVSession")
1 2 3 4 5 6 7 8 9 10 11 12 13 | #=== load a simulation example
config.filename <- 'sim1.ini'
makeSimulation(config.filename)
sim.session <- createSession(config.filename)
#=== print basic information of created object of "PatCNVSession" class
summary(sim.session)
#=== scan coverages of multiple samples
germline.data <- scanMultiCovg(session.name=sim.session)
#=== print basic information of created object of "PatCNVData" class
summary(germline.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.