This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Voom with QuSAGE

Hi,

Does anyone know if voom-normalised counts are compatible with QuSAGE, or should I just use the edgeR cpm function to get log2 expression counts?

I'd rather use voom for consistency across my different analyses, but I'm not sure if the precision weights pose a problem for QuSAGE...

Thank you.

rna-seq qusage limma voom r

1 answer

qusage() doesn't seem to use precision weights, and that would indeed be a problem if used on the output from voom().

You could use camera() however, which does use precision weights, and which is much less conservative now than when the QuSAGE paper was published.

Thank you for your answer! I'll try CAMERA instead.

Log in to answer this question.