Skip to contents

Plot the PCA (Principal Component Analysis)

Usage

pPCA(object, group)

Arguments

object

A dataframe-like data object containing raw metabolite intensity values, with rows corresponding to metabolites, and the columns corresponding to the samples

group

the group

Value

Visualization of PCA

Examples

p_PCA <- pPCA(meta_dat, group)
p_PCA$p1

p_PCA$p2

p_PCA$p3