Description Objects from the Class Slots Extends Methods Note Author(s) See Also Examples
Container for storing total copy number estimates and confidence scores of the copy number estimates.
Objects can be created by calls of the form new("CopyNumberSet", assayData, phenoData, featureData, experimentData, annotation, protocolData, copyNumber, cnConfidence, ...)
.
assayData
:Object of class "AssayData"
~~
phenoData
:Object of class "AnnotatedDataFrame"
~~
featureData
:Object of class "AnnotatedDataFrame"
~~
experimentData
:Object of class "MIAxE"
~~
annotation
:Object of class "character"
~~
protocolData
:Object of class "AnnotatedDataFrame"
~~
.__classVersion__
:Object of class "Versions"
~~
Class "eSet"
, directly.
Class "VersionedBiobase"
, by class "eSet", distance 2.
Class "Versioned"
, by class "eSet", distance 3.
signature(object = "CopyNumberSet")
: ...
signature(object = "CopyNumberSet", value = "matrix")
: ...
signature(from = "CNSet", to = "CopyNumberSet")
: ...
signature(object = "CopyNumberSet")
: ...
signature(object = "CopyNumberSet", value = "matrix")
: ...
signature(.Object = "CopyNumberSet")
: ...
This container is primarily for platforms for which genotypes are
unavailable. As oligoSnpSet
extends this class, methods
related to total copy number that do not depend on genotypes can be
defined at this level.
R. Scharpf
For genotyping platforms, total copy number estimates and genotype
calls can be stored in the oligoSnpSet
class.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.