This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to plot PCA with fpkm values

Hello All

I have file containing 8 columns

column  1 gene_id
column 2 gene_short_name
column 3 FPKMcontrol1
column 4 FPKMcontrol2
column 5 FPKMcontrol3
column 6 FPKMtest1
column 7 FPKMtest2
column 8 FPKMtest3

This is human samples with 22632 genes
I want plot PCA using this samples
How to go about I am new to PCA analysis
i want to draw pca using fpkm
Any help
Thank you

pca plot rnaseq fpkm

2 answers

Check this previous post: PCA plot of RPKM data from RNA-Seq dataset

You should convert FPKM into log plus one TPM. To convert FPKM into TPM, simply divide each FPKM value by its sample sum; then multiply it by a million.

Why should FPKM be converted to TPM? Why is this a requirement?

Log in to answer this question.