Learn R Programming

OmicNavigator (version 1.13.13)

summary.onStudy: Summarize elements of OmicNavigator study

Description

Displays a tree-like summary of the elements that have been added to an OmicNavigator study.

Usage

# S3 method for onStudy
summary(object, elements = NULL, ...)

Value

Invisibly returns the original onStudy object

Arguments

object

OmicNavigator study object (class onStudy)

elements

Subset the output to only include specific elements of the study, e.g. c("results", "enrichments")

...

Currently unused