Nice.Thats helpful to understand more on FPKMS and normalization.How should I proceed on ranking those genes by FPKM's
Hey everyone,
I know that we can use FPKM's for further downstream analysis with cuffdiff and bioconductor packages when we have multiple samples.But if we have FPKM's for a SINGLE sample and want to rank top expressed genes and give them ranks,is there any method to do that? I think we have to do some normalization as well.
Best,
Ron
1 answer
Please check this blogpost. This should clear your doubts.
No further normalization is required to compare the expression of genes within one sample.Just sort (rank) your genes by their FPKM or TPM values. You can do this in Excel (!), the *nix command line, or any programming language (including R). Those with the highest values are most abundant transcripts in the sample (barring any missing or incorrect gene annotation).
Log in to answer this question.