WeightsFile {aroma.affymetrix} | R Documentation |
Package: aroma.affymetrix
Class WeightsFile
Object
~~|
~~+--
GenericDataFile
~~~~~~~|
~~~~~~~+--
AromaMicroarrayDataFile
~~~~~~~~~~~~|
~~~~~~~~~~~~+--
AromaPlatformInterface
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--
AffymetrixFile
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--
AffymetrixCelFile
~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~+--
ParameterCelFile
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+--
WeightsFile
Directly known subclasses:
public static class WeightsFile
extends ParameterCelFile
This class represents weights calculated from residuals of probe-level models.
WeightsFile(..., probeModel=c("pm"))
... |
Arguments passed to ParameterCelFile . |
probeModel |
The specific type of model, e.g. "pm" . |
Methods:
findUnitsTodo | - | |
getCellIndices | - | |
getImage | - | |
getParameters | - | |
readUnits | - | |
writeImage | - |
Methods inherited from ParameterCelFile:
extractDataFrame, extractMatrix, getParameters, readUnits
Methods inherited from AffymetrixCelFile:
[, [[, allocateFromCdf, clone, createFrom, extractMatrix, fromFile, getAm, getCdf, getFileFormat, getImage, getUnitNamesFile, getUnitTypesFile, highlight, image270, nbrOfCells, plotDensity, plotImage, plotMvsA, plotMvsX, setCdf, smoothScatterMvsA, writeImage
Methods inherited from AromaPlatformInterface:
getAromaPlatform, getPlatform, getUnitAnnotationDataFile, getUnitNamesFile, getUnitTypesFile
Methods inherited from AromaMicroarrayDataFile:
getAttributeXY, getChipType, getPlatform, getPloidy, hasAttributeXY, setAttributesByTags, setAttributeXY
Methods inherited from GenericDataFile:
compareChecksum, copyTo, equals, fromFile, getAlias, getAttribute, getAttributes, getChecksum, getCreatedOn, getFilename, getFileSize, getFileType, getFullName, getFullNameTranslator, getLastAccessedOn, getLastModifiedOn, getName, getPath, getPathname, getTags, gunzip, gzip, hasBeenModified, hasTag, hasTags, isFile, readChecksum, renameTo, renameToUpperCaseExt, setAlias, setAttribute, setAttributes, setAttributesBy, setAttributesByTags, setFullName, setFullNameTranslator, setName, testAttributes, validateChecksum, writeChecksum
Methods inherited from Object:
asThis, $, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save
Henrik Bengtsson (http://www.braju.com/R/)
An object of this class is typically obtained through the
getWeightsSet()
method for the ProbeLevelModel
class.
An object of this class is typically part of a WeightsSet
.