d3_iScatter: Interactive PCA plot

View source: R/widgets.R

d3_iScatterR Documentation

Interactive PCA plot

Description

Generate an SVG scatterplot for rmarkdown reports where the user can choose which dimensions to plot, and the colouring scheme.

Usage

d3_iScatter(
  data,
  xy = grepl("^PC[0-9]+$", names(data)),
  aes = !xy,
  sample_names = row.names(data),
  width = NULL,
  height = NULL,
  elementId = NULL
)

crickbabs/RNASeq-DESeq documentation built on Jan. 7, 2023, 11:23 p.m.