Description Slots Methods Author(s) Examples
S4 object to contain intensities, probe concentrations, annotations, and summarized expression values.
Ipm
:A "matrix"
of size (number of probes) x (number of CEL-files). Each columns corresponds to one CEL-file with the raw PM.
I0
:A "matrix"
of size 1x1 or (number of probes) x (number of CEL-files). In the current release, I0 is set to 0 (default value). In the future releases, I0 will include estimates of background intensities.
probe.concs
:A "matrix"
of size (number of probes) x (number of CEL-files) holding the concentration for each probe (picoMolar) computed according to the Langmuir model.
exprSummary
:A "list"
with 1 slots, Probe.Set
and Cluster.Set
, each containing either NA of a matrix
of size (number of sets) x (number of CEL-files). Each slot has been included to provide summarized expression values (using medianpolish or transposed medianpolish), computed at the level of Probe Sets (old and new generation arrays), or Cluster Sets (only for whole gene arrays, if probe table contains "Cluster.Set.Name"
definition, added manually)
se.exprSummary
:A "list"
with 1 slots, Probe.Set
and Cluster.Set
, each containing either NA of a matrix
of size (number of sets) x (number of CEL-files). Each slot has been included to provide standard deviation estimates for summarized expression values, computed for each Probe Set (old and new generation arrays), or Cluster Set (only for whole gene arrays, if probe table contains "Cluster.Set.Name"
definition, added manually)
satLim
:Is the "numeric"
saturation limit of the intensities of the Langmuir Isotherm, i.e. where the concentration is high or the probe-target binding free energies are large. The default value of A
is 10000.
deltaG.pm
:A "matrix"
providing the DNA-RNA hybridization free energies (deltaG) computed for each PM probe sequence.
deltaGp.pm
:A "matrix"
providing the RNA-RNA hybridization free energies (deltaG) for each PM probe sequence.
info
:A "list"
containing several annotations : "ncol"
and "nrow"
provide the chip dimensions, "cdfName"
provides information on the array model,"pmindex"
contains the indices of the probes together with the name of the Probe Set, "alpha"
is a matrix with intermediate value used by the Langmuir Model (used by the function plotILM
), and "probe.table"
contains the probe annotation table.
[
Subset ILM objects
Get background intensity (of a particular probe set)
Get probes concentrations in pM
Get summarized expression values
Get estimates for summarized expression values
Plot probe intensities of selected probe set
Plot Langmuir Isotherm for selected probe set
Myriam Kroll, Fabrice Berger and Enrico Carlon
1 | showClass("ILM")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.