Hi, I am using GFOLD for my RNASeq data analysis as we don't have any biological replicates. GFOLD gives the e-FDR value equal to 1 for all genes and doesn't use p-value. What is the criteria then to select significant DEGs? Does the selection only on the basis of fold change with fdr=1 for all genes justifiable?
As he do not have any replicates p-values don't make any sense. Use the foldchange. But I would not be confident at all in the results..
I would echo with @NicoBxl that since you do not have any replicates the p-value will not really make much of a sense here. However I doubt even
DESeq2
oredgeR
will work since as far as my reading goes you need atleast 3 replicates minimum in each condition to make yourDESeq2
andedgeR
run effectively. So in any case you will not be able to use them. GFOLD is designed specifically for the purpose of these short comings and you should in this case rely only on FC values for filtering.From its website it is clearly written the e-FDR is always 1 without replicates so there is no point to take it into consideration.log2fdc: log2 fold change. If no replicate is available, and -acc is T, log2 fold change is based on read counts and normalization constants.
So use a log2fdc for filtering
Thank u all for ur replies. @vchris_ngs GFOLD gives gfold value which is equal to log2fdc. I don't understand it completely , can u please explain little a little more?
true without replicates pvalue has no significance