You can include reports of the analyses you performed to generate the results.
addReports(study, reports, reset = FALSE)Returns the original onStudy object passed to the argument
study, but modified to include the newly added data
An OmicNavigator study created with createStudy
The analysis report(s) that explain how the study results were generated. The input object is a list of character vectors (one per model). Each element should be either a URL or a path to a file on your computer. If it is a path to a file, this file will be included in the exported study package. To share a report across multiple models, use the modelID "default".
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.