addResults {OmicNavigator}R Documentation

Add inference results

Description

Add inference results

Usage

addResults(study, results, reset = FALSE)

Arguments

study

An OmicNavigator study created with createStudy

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: FALSE). The default is to add to or modify any previously added data (if it exists). Setting reset = TRUE enables you to remove existing data you no longer want to include in the study.

Value

Returns the original onStudy object passed to the argument study, but modified to include the newly added data


[Package OmicNavigator version 1.13.13 Index]