Entering edit mode
Hi,
I would like to know if it is possible to use EdgeR for differential expression analysis starting from data that are no raw count, but are normalized counts.
I just try to skip the command:
d <- calcNormFactors(d)
is that way correct? or there is another way?
Thanks!
Kindly,
Enrichetta
To be clear, you don't necessarily need raw integer counts, but you do need a measure that is on the same scale as raw counts. So your data cannot be normalized for gene length or for sequencing depth. If they have been, you would need to "undo" those normalizations before passing the data to edgeR.