Entering edit mode
9.0 years ago
kanika.151
▴
160
Hello,
After getting results from edgeR, How do I know which logCPM values are significant and which are not?
I know that we can calculate RPKM values through edgeR by using
gdrpkm<- rpkm(data,gene.length=vector)
Error in gene.length/1000 : non-numeric argument to binary operator
Define "significant". logCPM values are logCPM values, there's no concept of significance typically attached to them.
My RNA Seq data does not have technical replicates as the data was pooled into one. That is no replicates which won't give conclusive results per say which is why I cannot take P value or FDR values into consideration. I wanted to know if I had to deduce from logCPM values which genes are differentially expressed and which are not how would I do that? As in which is significant and which is not?