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