Description Objects from the Class Slots Methods Author(s) See Also Examples
This class of objects is returned by the createSession
function to represent a session of patternCNV project, specifically, exon information, sample information and sample WIG files.
Objects can be created by calls of the form new("PatCNVSession", ...)
.
exon.info
:Object of class "GRanges"
: the corresponding genomic ranges for the observed exons
sample.info
:Object of class "data.frame"
: sample information, containing "sample.name", "sample.type", etc.
output.DIR
:Object of class "list"
: output directory information
pattern.file
:Object of class "list"
: average- and variability filenames
Misc
:Object of class "list"
: other information
N.exon
:Object of class "numeric"
: number of exons
N.sample
:Object of class "numeric"
: number of samples
signature(obj = "PatCNVSession")
: retrieve exon information
signature(obj = "PatCNVSession")
: number of exons
signature(obj = "PatCNVSession")
: retrieve sample information
signature(obj = "PatCNVSession")
: number of samples
signature(object = "PatCNVSession")
: summarize patternCNV session information
signature(object = "PatCNVSession")
: summarize patternCNV session information
Chen Wang
1 2 3 4 5 6 7 | #=== load a simulation example
config.filename <- "sim1.ini"
makeSimulation(config.filename)
sim.session <- createSession(config.filename)
#=== test if session is created
summary(sim.session)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.