esApply,NanoStringExperiment-method | R Documentation |
Apply function row (feature) or column (sample)-wise to the default "exprs" assay
## S4 method for signature 'NanoStringExperiment' esApply(X, MARGIN, FUN, ...)
X |
NanoStringExperiment object |
MARGIN |
integer to apply across row or column |
FUN |
function to apply |
... |
parameters to pass to FUN |
assay data matrix
data(exampleNSEData) esApply(testExp, 1, mean)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.