colData<-,ExpressionSet,ANY-method | R Documentation |
A setter to put the sample data into an ExpressionSet.
## S4 replacement method for signature 'ExpressionSet,ANY'
colData(x, i, withDimnames = TRUE, ...) <- value
x |
One of my various expressionset analogs, expt, expressionSet, or summarizedExperiment. |
i |
Slice to replace. |
withDimnames |
yes |
... |
args for the arglist |
value |
New values for the expressionset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.