zp: ZP

Description Usage Examples

View source: R/zp.R

Description

ZP

Usage

1
2
zp(data = NULL, color = list(), coord = list(), title = NULL,
  use_viewer = F, ...)

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
library(magrittr)

data(patients)
data(MGH30genes)

zp(patients) %>%
  zp_coord(pc1, pc2, pc3) %>%
  zp_coord(mds1, mds2, mds3) %>%
  zp_color(patient) %>%
  zp_color(avg_log_exp)

zp(MGH30_genes) %>%
  zp_coord(tsne1, tsne2, tsne3) %>%
  zp_color(pathway)

w9/zp-r documentation built on May 3, 2019, 7:10 p.m.