Learn R Programming

aroma.core (version 2.14.0)

AromaPlatform: The AromaPlatform class

Description

Package: aroma.core Class AromaPlatform Object ~~| ~~+--AromaPlatform Directly known subclasses: public abstract static class AromaPlatform extends Object An AromaPlatform provides methods for a given platform, e.g. Affymetrix, Agilent, Illumina.

Usage

AromaPlatform(...)

Arguments

...
Not used.

Methods

Methods: rll{ byName - equals - getAromaUgpFile - getName - getUnitNamesFile - getUnitTypesFile - }

Methods inherited from Object: $, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save, asThis

Examples

Run this code
library("aroma.affymetrix")
platform <- AromaPlatform$byName("Affymetrix")
print(platform)
stopifnot(getName(platform) == "Affymetrix")

Run the code above in your browser using DataLab