with,NanoStringExperiment-method | R Documentation |
Performs expression within NanoStringExperiment list
## S4 method for signature 'NanoStringExperiment' with(data, expr, ...)
data |
NanoStringExperiment object |
expr |
expression to evaluate with on |
... |
additional parameters for |
results of evaluation
data(exampleNSEData) with(testExp, table(CodeClass))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.