getResultsTable | R Documentation |
Get results table from a study
getResultsTable(
study,
modelID,
testID,
annotationID = NULL,
termID = NULL,
libraries = NULL
)
study |
An OmicNavigator study. Either an object of class |
modelID |
Filter by modelID |
testID |
Filter by testID |
annotationID |
Filter by annotationID |
termID |
Filter by termID |
libraries |
The directories to search for installed study packages. If
left as |
A data frame which includes the columns from the features table followed by the columns from the results table. All the columns from the features table will be character strings, even if the values appear numeric.
If the optional arguments annotationID
and termID
are
provided, the table will be filtered to only include features in that
annotation term.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.