Description Objects from the Class Slots Extends Methods Author(s) Examples
A container for log R ratios and B allele frequencies from SNP arrays.
Objects can be created by calls of the form new("BeadStudioSet", assayData, phenoData, featureData, experimentData, annotation, protocolData, baf, lrr, ...)
.
featureData
:Object of class "GenomeAnnotatedDataFrame"
~~
assayData
:Object of class "AssayData"
~~
phenoData
:Object of class "AnnotatedDataFrame"
~~
experimentData
:Object of class "MIAxE"
~~
annotation
:Object of class "character"
~~
protocolData
:Object of class
"AnnotatedDataFrame"
~~
genome
:Object of class "character"
~~
.__classVersion__
:Object of class "Versions"
~~
Class "gSet"
, directly.
Class "eSet"
, by class "gSet", distance 2.
Class "VersionedBiobase"
, by class "gSet", distance 3.
Class "Versioned"
, by class "gSet", distance 4.
In the methods below, object
has class BeadStudioSet
.
baf(object)
: accessor for the matrix of B allele frequencies.
baf(object) <- value
replacement
method for B allele frequencies: value
must be a matrix of integers.
as(object, "data.frame")
: coerce to data.frame with column headers 'lrr',
'baf', 'x' (physical position with unit Mb), 'id', and 'is.snp'.
Used for plotting with lattice.
copyNumber(object)
: accessor for log R ratios.
copyNumber(object) <- value
: replacement method for
the log R ratios
signature(.Object = "BeadStudioSet")
:
constructs an instance of the class
lrr(object)
: accessor for matrix of log R ratios
lrr(object) <- value
replacement method for log R
ratios: value
should be a matrix or a ff_matrix
.
show(object)
: print a short summary of the
BeadStudioSet
object.
updateObject(object)
: update a BeadStudioSet
object.
R. Scharpf
1 | new("BeadStudioSet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.