computePCs: For internal usage only. Compute principal components according to the chosen method.
Description
For internal usage. Compute the PCs according to 3 methods: regular, ropological, sparse.
Usage
computePCs(exp, shrink, method = c("regular", "topological", "sparse"),
cliques = NULL, maxPCs)Arguments
method
either regular, topological, sparse
Value
x=scores, sdev=sd
xpcs
sdevstandar deviation for pcs.
Details
For internal usage.