--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
Hi Farbod,P values and associated FDR-controlled P values are ways of saying how certain you are that a result is real. Hence at FDR of 0.1 you're 90% sure its 'real', given the multiple testing associated with something like RNAseq. So an FDR of 0.1 in DEseq2 is the same as 0.1 any other statistical test.Best, Mark
On 24 January 2016 at 09:27, Farbod Emami wrote:Dear Mark, Hi.--Is it true that the FDR=0.1 (instead of 0.01 or 0.05 or 0.001) shows the significant up-regulated transcripts is the new DESeq2 package ?Thanks
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
Just to further the discussion, please be aware that FDR and p-values are often completely different beasts. While some people used corrected p-values, which are still p-values, FDRs are an estimation of false discovery. In crude words, a 1% FDR says that there is a chance that about 1% of the genes in your list are false. In a list of 10 genes that’s nothing, in list of 1000, could be more significant. Just remember that p-values do not measure the chance of a hypothesis being wrong, but rather the chance of a results as extreme or more extreme being observed. Then the difference between a p-value and FDR become clear.
Also, always keep in mind what analysis will follow up. If you are picking genes for QPCR, you could be more lax, because you will be doing confirmatory work. However, I would not report data a FDR of 10% for example, unless I made it super clear that it was the case and had a good reasoning. However, if you are doing pathway analysis, you have to be stringent, cause you don’t want overly inflated gene lists to confound your results.
As we stated many time here, there is no one answer or magic number. As a scientist we have to understand the underlying principles of these methods and make informed choices.
T.
I highly highly recommend this paper:
http://mvellend.recherche.usherbrooke.ca/Halsey_etal_NatureMethods.pdf
T.