| SnpSuperSet-class {oligoClasses} | R Documentation |
A class to store locus-level summaries of the quantile normalized intensities, genotype calls, and genotype confidence scores
new("SnpSuperSet", allelea=alleleA, alleleB=alleleB, call=call, callProbability, ...).
assayData:Object of class "AssayData" ~~
phenoData:Object of class "AnnotatedDataFrame" ~~
featureData:Object of class "AnnotatedDataFrame" ~~
experimentData:Object of class "MIAME" ~~
annotation:Object of class "character" ~~
protocolData:Object of class "AnnotatedDataFrame" ~~
.__classVersion__:Object of class "Versions" ~~
Class "AlleleSet", directly.
Class "SnpSet", directly.
Class "eSet", by class "AlleleSet", distance 2.
Class "VersionedBiobase", by class "AlleleSet", distance 3.
Class "Versioned", by class "AlleleSet", distance 4.
No methods defined with class "SnpSuperSet" in the signature.
R. Scharpf
showClass("SnpSuperSet")
## empty object from the class
x <- new("matrix")
new("SnpSuperSet", alleleA=x, alleleB=x, call=x, callProbability=x)