Hi,
I'd appreciate it someone could help me better understand this.
If you have 3 groups of data, and I want to discard rows with a FPKM under 4. i.e. A B C Row1 0.3 0 25 Row2 0.9 1.2 2.5
Would I discard row 1? In class, we're taught to discard row 1 because FPKM values for A and B is below 4, but wouldn't the fact that the FPKM for C is 25 mean that there is a significant upregulation for that gene? Wouldn't this be pertinent in identifying a gene of interest?
Thanks!
2 answers
Whether to discard row 1 depends purely upon your criterion. Commonly, one requires X number of samples with values at least Y. Having said that, don't use FPKMs in normal RNAseq for statistics.
Time to read count based methods for RNASeq DE analysis and get a hang of what kind of selection one should be applying to get more compact gene sets having read outs(raw read counts). The manual of egdeR and DESEQ2 should be having the different thresholds for consideration while before applying the normalization metrics, I do not remember if the latest one is having or not but older ones did cite some examples. Either you consider rowsum or you can consider 40% of the first quantile but these entirely depends on the experiments and the read count sets you receive. So you can see that yourself and then apply. FPKM is not used for making any DE analysis, it is normalized gene expression data which is not for any statistical metrics as @Devon pointed out.
Log in to answer this question.