multiplotly: multiplot PCs interactive with plotly

multiplotlyR Documentation

multiplot PCs interactive with plotly

Description

multiplot PCs interactive with plotly

Usage

multiplotly(
  table,
  color = "ARM",
  pca_obj = NULL,
  marker_size = 4,
  show_legend = TRUE,
  show_scale = F
)

Arguments

table

matrix of aptamer values and metadata

color

color by feature

pca_obj

PCAtools::pca object

marker_size

marker size

show_legend

show discrete scale (def. TRUE)

show_scale

show continuous scale (def. FALSE)

Value

multiple plotly scatterplot of components

Examples

multiplotly(t_wdf$df, color="ARM", pca_obj = t_wdf$pca_obj)

andreagrioni/ToolViz documentation built on Aug. 27, 2022, noon