Shiny wrapper for plot_biplot

shiny_biplot(
  x,
  sample_labels = NULL,
  feature_labels = NULL,
  n_features = 20,
  balance = 0.25,
  text_size = 0.025,
  prefix = ""
)

Arguments

x

Transformed matrix.

sample_labels

Sample labels.

feature_labels

Feature labels.

n_features

Number of features to label, by default.

balance

Relative scaling of samples and features, by default.

text_size

Text size in plot.

prefix

Prefix for variables in environment for composable shiny app.