PCA from kallisto output
Hi,
My goal is to plot a simple PCA to compare samples after kallisto run.
I am a bit confuse how to do it. Should I take the "est_counts" or the "TPM" values ?
• 3,561 views
•
link
1 answer
My lab takes the estimated counts, rounds them to the nearest integer, performs VST normalization using the DESeq2 package, then plots the first two PC coordinates from the prcomp() function.
• 0 views
•
link
Log in to answer this question.
Just taking into consideration what the package
rnaseqGenehas to say, I would use normalized data to to a PCA. Hope it helps :)From what I understand, TPM is already normalized no ?
The package you mentioned seems to recommend to apply
rlogon counts data.