AffymetrixFileSet {aroma.affymetrix}R Documentation

The AffymetrixFileSet class

Description

Package: aroma.affymetrix
Class AffymetrixFileSet

Object
~~|
~~+--GenericDataFileSet
~~~~~~~|
~~~~~~~+--AromaMicroarrayDataSet
~~~~~~~~~~~~|
~~~~~~~~~~~~+--AromaPlatformInterface
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--AffymetrixFileSet

Directly known subclasses:
AffymetrixCelSet, AffymetrixCnChpSet, ChipEffectSet, CnChipEffectSet, DChipDcpSet, ExonChipEffectSet, FirmaSet, ParameterCelSet, QualityAssessmentSet, ResidualSet, SnpChipEffectSet, WeightsSet

public abstract static class AffymetrixFileSet
extends AromaPlatformInterface

An AffymetrixFileSet object represents a set of AffymetrixFiles with identical chip types.

Usage

AffymetrixFileSet(files=NULL, ...)

Arguments

files A list of AffymetrixFile:s.
... Arguments passed to GenericDataFileSet.

Fields and Methods

Methods:
as -
as.AffymetrixFileSet Coerce an object to an AffymetrixFileSet object.
fromFiles Defines an AffymetrixFileSet object by searching for Affymetrix files.

Methods inherited from AromaPlatformInterface:
getAromaPlatform, getPlatform, getUnitAnnotationDataFile, getUnitNamesFile, getUnitTypesFile

Methods inherited from AromaMicroarrayDataSet:
getChipType, getPlatform, nbrOfArrays, setAttributesBy, setAttributesBySampleAnnotationFile, setAttributesBySampleAnnotationSet, validate

Methods inherited from GenericDataFileSet:
append, appendFiles, as.list, byName, clearCache, copyTo, equals, extract, findByName, fromFiles, getAlias, getFile, getFileClass, getFileSize, getFullName, getFullNames, getFullNameTranslator, getName, getNames, getPath, getPathnames, getTags, hasFile, hasTag, hasTags, indexOf, lapply, nbrOfFiles, sapply, seq, setAlias, setFullName, setFullNamesTranslator, setFullNameTranslator, setName, setTags, update2, validate

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]