num.pc: estimates the number of 'significant' principle components...

num.pcR Documentation

estimates the number of 'significant' principle components for the SVD decomposition – this is the minimum k for PLIER

Description

estimates the number of 'significant' principle components for the SVD decomposition – this is the minimum k for PLIER

Usage

num.pc(data, method = "elbow", B = 20, seed = NULL)

Arguments

data

the same data as to be used for PLIER (z-score recommended) or alternatively the result of an svd calculation

method

Either "eblow" (fast) or "permutation" (slower, but less heuristic)

B

number of permutations

seed

seed for reproducibility


wgmao/PLIER documentation built on May 11, 2022, 10:34 p.m.