Description Usage Arguments Value Author(s) See Also Examples
This function gets total coverage of samples from an object of PatCNVData-class
1 | sampleCoverage(obj, sample.type = NULL)
|
obj |
an object of |
sample.type |
a character vector containing sample types. A value of NULL instructs the function to select all the types of samples |
a numerical vector of total coverage per sample
Chen Wang
compute exon average coverage avgExonCoverage
1 2 3 4 5 6 7 8 9 10 | #=== load a simulation example
config.filename <- 'sim1.ini'
makeSimulation(config.filename)
sim.session <- createSession(config.filename)
#=== scan coverages of multiple samples
germline.data <- scanMultiCovg(session.name=sim.session)
#=== print BP-level coverage per sample
sampleCoverage(germline.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.