aroma.core (version 3.3.1)

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:

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, names, objectSize, print, save, asThis

Author

Henrik Bengtsson

Examples

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

}

Run the code above in your browser using DataLab