addAnnotations {OmicNavigator} | R Documentation |
Add annotations
Description
Add annotations
Usage
addAnnotations(study, annotations, reset = FALSE)
Arguments
study |
An OmicNavigator study created with |
annotations |
The annotations used for the enrichment analyses. The
input is a nested list. The top-level list contains one entry per
annotation database, e.g. reactome. The names correspond to the name of
each annotation database. Each of these elements should be a list that
contains more information about each annotation database. Specifically the
sublist should contain 1) |
reset |
Reset the data prior to adding the new data (default:
|
Value
Returns the original onStudy
object passed to the argument
study
, but modified to include the newly added data