extractExpressionSet.ChipEffectSet | R Documentation |
Extracts an in-memory ExpressionSet object from a ChipEffectSet
object.
Note that any modifications done to the extracted object will not
be reflected in the original chip-effect set.
## S3 method for class 'ChipEffectSet'
extractExpressionSet(this, ..., logBase=2, orderUnitsBy=c("asis", "lexicographic"),
annotationPkg=NULL, verbose=FALSE)
... |
Optional argument passed to |
logBase |
An |
annotationPkg |
(optional) A |
verbose |
See |
Returns an ExpressionSet-class
object.
Henrik Bengtsson
For more information see ChipEffectSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.