Description Usage Examples
View source: R/zp.R
ZP
1 2
zp(data = NULL, color = list(), coord = list(), title = NULL, use_viewer = F, ...)
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)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.