CnProbeAffinityFile {aroma.affymetrix}R Documentation

The CnProbeAffinityFile class

Description

Package: aroma.affymetrix
Class CnProbeAffinityFile

Object
~~|
~~+--GenericDataFile
~~~~~~~|
~~~~~~~+--AromaMicroarrayDataFile
~~~~~~~~~~~~|
~~~~~~~~~~~~+--AromaPlatformInterface
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--AffymetrixFile
~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~+--AffymetrixCelFile
~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~+--ParameterCelFile
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+--ProbeAffinityFile
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+--SnpProbeAffinityFile
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+--CnProbeAffinityFile

Directly known subclasses:

public static class CnProbeAffinityFile
extends SnpProbeAffinityFile

This class represents estimates of probe affinities in SNP probe-level models.

Usage

CnProbeAffinityFile(..., combineAlleles=FALSE)

Arguments

... Arguments passed to SnpProbeAffinityFile.
combineAlleles If FALSE, allele A and allele B are treated seperately, otherwise together.

Fields and Methods

Methods:
getCellIndices -
setCombineAlleles -

Methods inherited from SnpProbeAffinityFile:
getCellIndices, setMergeStrands

Methods inherited from ProbeAffinityFile:
getCellIndices, getParameters, readUnits

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

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package aroma.affymetrix version 1.2.0 Index]