addResults | R Documentation |
Add inference results
addResults(study, results, reset = FALSE)
study |
An OmicNavigator study created with |
results |
The inference results from each model. The input is a nested named list. The names of the list correspond to the model names. Each element in the list should be a list of data frames with inference results, one for each test. In each data frame, the featureID must be in the first column, and all other columns must be numeric. |
reset |
Reset the data prior to adding the new data (default:
|
Returns the original onStudy
object passed to the argument
study
, but modified to include the newly added data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.