This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to perform PCA analysis

Hi everyone, I have the edge results with all the values (logFC, FC, logCPM, CPM, RPKM, TPM). Which values should I use perform the PCA? Second question: which values should I use to filter out the genes with a low expression before performing it? Cpm or RPKM?

Thanks

rna-seq pca

1 answer

Hello, please use logCPM, as the distribution of these is more 'amenable' to transformation via PCA.

For filtering, there is no standard. You could go by RPKM < 10 (for not expressed). Others will have other opinions.

Obviously, I also recommend that you use my own package: https://bioconductor.org/packages/release/bioc/html/PCAtools.html

Kevin

Log in to answer this question.