Get results table from a study
getResultsTable(
study,
modelID,
testID,
annotationID = NULL,
termID = NULL,
libraries = NULL
)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.
An OmicNavigator study. Either an object of class onStudy,
or the name of an installed study package.
Filter by modelID
Filter by testID
Filter by annotationID
Filter by termID
Character vector of library directories to search for study
packages. If NULL, uses .libPaths.