Description Objects from the Class Slots Methods Note See Also Examples
A simple class that contains the PM and MM data for a probe set from one or more samples.
Objects can be created by applying the method probeset
to
instances of AffyBatch.
id
:Object of class "character"
containing the
probeset ID.
pm
:Object of class "matrix"
containing the PM
intensities. Columns represent samples and rows the different probes.
mm
:Object of class "matrix"
containing the MM
intensities.
signature(x = "ProbeSet")
: the column names
of the pm
matrices which are the sample names
signature(x = "ProbeSet",
pmcorrect = "character", summary = "character")
: applies a summary
statistic to the probe set.
signature(object = "ProbeSet")
: the column names
of the pm
matrices which are the sample names.
More details are contained in the vignette.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.