Description Usage Arguments Value Author(s) Examples
View source: R/filterResults.R
'filterResults' performs filtering of results obtained from other functions
1 2 3 4 5 | filterResults(
results,
classification_level = c("Category", "Main class", "Sub class", "Species",
"Molecular subspecies", "Structural subspecies", "Isomeric subspecies")
)
|
results |
'data.frame' Result data.frame from SwissLipidsR |
classification_level |
'character' Level of classification that shall be returned |
'data.frame' A filtered data.frame is returned
Michael Witting
1 2 | results <- swissLipidsAdvancedSearch(formula = "C39H76NO8P")
filterResults(results, classification_level = "Species")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.