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