rCGH-SNP6-class {rCGH} | R Documentation |
"rCGH-SNP6"
An instance of class "rCGH-SNP6"
, which inherits from
the superclass "rCGH"
.
Slots described below are used to store sample information, analysis
parameters, and segmentation results. All are accessible through specific
"Accessors"
functions.
Objects can be created by calls of the form new("rCGH-SNP6", ...)
.
info
:Object of class "character"
: where sample information can be
stored. See getInfo
and setInfo
.
cnSet
:Object of class "data.frame"
: the full data set.
See getCNset
.
param
:Object of class "list"
: the analysis parameters stored for
traceability. getParam
.
segTable
:Object of class "data.frame"
: the segmentation table.
getSegTable
.
Class "rCGH"
, directly.
No methods defined with class "rCGH-SNP6" in the signature.
Frederic Commo
"rCGH"
, "rCGH-Agilent"
,
"rCGH-cytoScan"
showClass("rCGH-SNP6")