plot_pca_shiny: Simple PCA plot in a browser

View source: R/shiny_pca.R

plot_pca_shinyR Documentation

Simple PCA plot in a browser

Description

Simple PCA plot in a browser using shiny

Usage

plot_pca_shiny(x, covar, colorBy = NULL, symbolBy = NULL)

Arguments

x

matrix or data frame for PCA

covar

covariate file

colorBy

name of the covariate column for coloring

symbolBy

name of the covariate column for chosing symbols

Examples

if(interactive()) {
   plot_pca_shiny(iris[,1:4], iris[,5,drop=FALSE])
}

bihealth/bioshmods documentation built on July 1, 2023, 4:32 a.m.