assay<-,ExpressionSet,ANY-method | R Documentation |
A setter to put the assay data into an ExpressionSet.
## S4 replacement method for signature 'ExpressionSet,ANY'
assay(x, i, withDimnames = TRUE, ...) <- value
x |
One of my various expressionset analogs, expt, expressionSet, or summarizedExperiment. |
i |
Subset to replace. |
withDimnames |
I do not know, I need to look this up. |
... |
Extra args. |
value |
New values for the expressionset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.