AromaMicroarrayDataSet {aroma.core} | R Documentation |
Package: aroma.core
Class AromaMicroarrayDataSet
Object
~~|
~~+--
GenericDataFileSet
~~~~~~~|
~~~~~~~+--
AromaMicroarrayDataSet
Directly known subclasses:
public static class AromaMicroarrayDataSet
extends GenericDataFileSet
An AromaMicroarrayDataSet object represents a set of
AromaMicroarrayDataFile
s with identical chip types.
AromaMicroarrayDataSet(files=NULL, ...)
files |
A list of AromaMicroarrayDataFile :s. |
... |
Arguments passed to GenericDataFileSet . |
Methods:
getChipType | - | |
getPlatform | - | |
nbrOfArrays | - |
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
Henrik Bengtsson (http://www.braju.com/R/)