oh.pca: Performs Principal Component Analysis based on prcomp command

Description Usage Examples

View source: R/oh.pca.R

Description

Two fundamental structures needed. The abundance matrix (Tab) and metadata (Map)

Usage

1
2
3
4
5
6
7
8
oh.pca(
  Tab = Tab,
  Map = Map,
  retx = TRUE,
  center = FALSE,
  scale = FALSE,
  id_var = "Sample_Id"
)

Examples

1

isaisg/ohchibi documentation built on Nov. 27, 2021, 3:02 a.m.