exonNum: Number of exons

Description Usage Arguments Value Author(s) See Also Examples

Description

This function gets number of exons in an object of PatCNVSession-class or PatCNVData-class

Usage

1
exonNum(obj)

Arguments

obj

an object of PatCNVSession-class or PatCNVData-class

Value

Number of exons in corresponding object

Author(s)

Chen Wang

See Also

retrieve exon information exonInfo; summarize average coverage of exons avgExonCoverage

Examples

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")

hshdndx/new-to-CNV documentation built on May 17, 2019, 5:55 p.m.