Hi,
I am trying to use DESeq2 to convert raw counts to fpkm, so I can compare gene aboundance across genes and not only across samples. I have a couple of questions on how to do so:
- Should I first normalize the counts and transform them with vst and then use the
fpkm()
function, or should I simply input the raw counts and thefkpm()
function will then take care of normalization as well? - How do I make sure that the genes in my
GRanges
object containing the gene lengths match the genes in thedss
object?
Thank you!
Chiara, as per Michael, FPKM units are not variance stabilised, and neither are they comparable across samples. There is no cross-sample normalisation employed when deriving FPKM expression units.
Hi Michael, I have a dataset which seems to be heavily influenced by batch effects. Is it possible to remove batch effects using limma and then use the fpkm function (or another function) to calculate FPKM values? For a certain package I need to use fragment size normalized values