Object
~~|
~~+--
FullNameInterface
~~~~~~~|
~~~~~~~+--
GenericDataFile
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
CacheKeyInterface
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
FileCacheKeyInterface
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--
AromaMicroarrayDataFile
~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~+--
AromaPlatformInterface
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+--
AffymetrixFile
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+--
AffymetrixCelFile
Directly known subclasses: ChipEffectFile, CnChipEffectFile, CnProbeAffinityFile, ExonChipEffectFile, ExonProbeAffinityFile, FirmaFile, ParameterCelFile, ProbeAffinityFile, QualityAssessmentFile, ResidualFile, SnpChipEffectFile, SnpProbeAffinityFile, WeightsFile
public abstract static class AffymetrixCelFile extends AffymetrixFile
An AffymetrixCelFile object represents a single Affymetrix CEL file.
AffymetrixCelFile(..., cdf=NULL)
AromaMicroarrayDataFile
.AffymetrixCdfFile
making it possible to
override the default CDF file as specified by the CEL file header.
The requirement is that its number of cells must match that of
the CEL file.
If NULL
, the CDF structure is inferred from the the chip type
as specified in the CEL file header. extractMatrix |
|
- | |
getAm |
- |
getCdf |
|
- | |
getFileFormat |
- |
getImage |
|
- | |
getUnitNamesFile |
- |
getUnitTypesFile |
|
- | |
image270 |
- |
nbrOfCells |
|
- | |
plotDensity |
- |
plotImage |
|
- | |
plotMvsA |
- |
plotMvsX |
|
- | |
setCdf |
- |
smoothScatterMvsA |
|
- | |
writeImage |
- |
AffymetrixCdfFile
object (see *getCdf()
) whenever
querying CDF information. Do not use the CDF file inferred from the
chip type in CEL header, unless you really want it to be hardwired that
way, otherwise you will break to possibility to override the CDF
structure.AffymetrixCelSet
.