mvar_annotate: Add annotation to an 'mvarTable'

Description Usage Arguments Value

View source: R/mvar_utils.R

Description

Given an mvarTable, we may want to enrich the annotation using separate data frames. This function takes a list of data frames of the same length as the number of tables in the mvarTable, and cbind's these data frames with the existing annotation slots.

Usage

1
mvar_annotate(mvar_object, annotations_list)

Arguments

mvar_object

The mvarTable whose annotation slots we want to expand.

annotations_list

A list of data frames that will be cbinded into the annotation slots in the mvarTable.

Value

mvar_object The original mvar_object, with annotation extended using the annotations_list data frames.


krisrs1128/mvarVis documentation built on Oct. 13, 2019, 11:14 p.m.