vis_cluster: Visualize the grouped projectories

Description Usage Arguments Value Author(s)

View source: R/vis_cluster.R

Description

Plot the time course projectories that are grouped by clustering or user-defined groups.

Usage

1
2
3
4
5
6
7
8
9
vis_cluster(
  dat,
  group = NULL,
  verbose = TRUE,
  seed = NULL,
  center.dat = TRUE,
  scale.dat = FALSE,
  ...
)

Arguments

dat

a time-series data matrix with m biomarkers as rows, over n time points (columns).

group

a vector defining the groups.

verbose

a logical specifying to print the computational progress. By default, FALSE.

seed

a seed for the random number generator.

center.dat

a logical specifying to center the input and denoised data. By default, TRUE.

scale.dat

a logical specifying to scale the input and denoised data. By default, FALSE.

...

optional arguments.

Value

vis_cluster returns a ggplot2 object.

Author(s)

Neo Christopher Chung nchchung@gmail.com


UCLA-BD2K/CV.Signature.TCP documentation built on May 15, 2020, 11:27 p.m.