Hello,
I have RNA-seq data from a wildtype and a knockout, each in two different conditions (3 replicates each). When pooling the data from my replicates, I noticed that some lowly expressed transcripts are down in WT_condition_1. This exactly fits my expectations.
After annotating these lowly expressed transcripts, I ran DESeq2, hoping to find them differentially expressed. This is how the example from above looks for the individual replicates.
Now, there are unfortunately not enough reads for the transcript to be called significantly differential with FDR correction. In fact, not a single one of my lowly expressed transcripts is significantly deferentially expressed after FDR correcting.
Is there anything, I can do, other than telling the wetlab to re-sequence deeper?
- Doing without FDR correction is probably not okay.
- I was thinking about using another software that does not require replicates and running it on the 4 different files I get when pooling the replicates (data from the first image). But I understand that this bears the danger that there is too much weight given to potential outliers.
Thank you for your detailed answer, I'll have a look at the post you suggested.
Here's an MAplot with all the lowly expressed transcripts I previously annotated and the example from above marked. This should not contain protein coding genes except for some falsely annotated ones that I still have to filter out.
Okay, so I guess, the only thing I can do, is to ask them to check some of my potential candidates by qPCR and if is is indeed differential, they will for sure be convinced to go for more replicates.
What are the p- and FDR values of the genes you are interested in? Are they like p-value = 1 so no sign of differential expression or are they at least trending towards being DE?
FDR-values are all close to 1. Regarding raw p-values.. I have about 100 that are < 0.05 that might be candidates.
High FDR is expected if power is missing, but promising low nominal p-values are good, so you should have a change with more replicates.
Thank you very much for your advice!
Sorry to bother with this simple question, but does this apply as well for p_value and p_adjusted of DESeq2 output?? Thanks!
p_adjusted=FDR, and nominal p-value/raw p-value = p_value, so yes.