We have RNA-seq data for 12 samples for 12 conditions. Unfortunately, we do not have any replicates and each sample corresponds to one condition. For differential gene expression analysis, I will need at least 3 replicates (or patients) for each condition to be able to compare gene expression, which I don't have. I am interested in changes in particular genes across conditions. What can I do in this case? E.g., maybe there are some strategies for normalizing counts and comparing particular gene expressions.
Another thing I tried to solve this problem is to create artificial technical replicates using RESEQ. But apparently, the method is no longer maintained. I will appreciate any advice on this.
Simply pick a reasonable dispersion value, based on your experience with similar data, and use that for
exactTest
orglmFit
. Typical values for the common BCV (square-root- dispersion) for datasets arising from well-controlled experiments are 0.4 for human data, 0.1 for data on genetically identical model organisms or 0.01 for technical replicates. Here is a toy example with simulated data: