Description Usage Arguments Value Author(s) See Also Examples
This function gets number of exons in an object of PatCNVSession-class
or PatCNVData-class
1 | exonNum(obj)
|
obj |
an object of |
Number of exons in corresponding object
Chen Wang
retrieve exon information exonInfo
; summarize average coverage of exons avgExonCoverage
1 2 3 4 5 6 7 | #=== load a simulation example
config.filename <- "sim1.ini"
makeSimulation(config.filename)
sim.session <- createSession(config.filename)
#=== print number of exons
cat("total number of exons:",exonNum(sim.session),"\n")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.