Learn R Programming

enviGCMS (version 0.7.1)

plotpca: plot the PCA for multiple samples

Description

plot the PCA for multiple samples

Usage

plotpca(
  data,
  lv = NULL,
  index = NULL,
  center = TRUE,
  scale = TRUE,
  xrange = NULL,
  yrange = NULL,
  pch = NULL,
  ...
)

Value

if xrange and yrange are not NULL, return file name of all selected samples on 2D score plot

Arguments

data

data row as peaks and column as samples

lv

group information

index

index for selected peaks

center

parameters for PCA

scale

parameters for scale

xrange

x axis range for return samples, default NULL

yrange

y axis range for return samples, default NULL

pch

default pch would be the first character of group information or samples name

...

other parameters for `plot` function

Examples

Run this code
data(list)
plotpca(list$data, lv = as.character(list$group$sample_group))

Run the code above in your browser using DataLab