listPCA: List PCA

Description Usage Arguments Value

View source: R/pca_mds.R

Description

Produce PCA plots from a list of matrices

Usage

1
2
listPCA(data.list, top = nrow(data.list[[1]]),
  groups = colnames(data.list[[1]]))

Arguments

data.list

List of matrices to plot

top

Number of rows with highes variance to select for plotting

groups

Vector of groups assigned to sample columns

Value

List of ggplot2 objects containing PCA plots


lazappi/RNAtools documentation built on May 20, 2019, 8:26 p.m.