AromaPlatform | R Documentation |
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.
AromaPlatform(...)
... |
Not used. |
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
Henrik Bengtsson
## Not run:
library("aroma.affymetrix")
platform <- AromaPlatform$byName("Affymetrix")
print(platform)
stopifnot(getName(platform) == "Affymetrix")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.