subset | R Documentation |
subset a Metabolite object.
subset(object, subset, select)
## S3 method for class 'Metabolite'
subset(object, subset, select)
object |
An object, data.frame, data.table or Metabolite. |
subset |
logical expression indicating rows to keep (samples). Expression will be evaluate in the '@sampleData'. |
select |
expression indicating columns to select (features). See |
An object after subsetting rows or columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.