lapply,MultiAssayExperiment-method | R Documentation |
MultiAssayExperiment
lapply
lapply method for MultiAssayExperiment
## S4 method for signature 'MultiAssayExperiment'
lapply(X, FUN, ...)
X |
A |
FUN |
A function to be applied to each |
... |
Fall through parameters to |
A MultiAssayExperiment
object, modifed such that
experiments(X) <- endoapply(experiments(X), FUN, ...)
.s
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.