| pca {geneExpression} | R Documentation |
pca(x,
npc = 3);
a data frame object of the PCA score result: each row is a gene feature in the input expression matrix(the row name is the gene id), and the columns are the principal component scores: PC1, PC2, ... PC{npc}.