I ran all my RNA Seq data through galaxy to get FPKM files from original fastq data, but I did bias correction in Cufflinks. However, the DESeq2 manual stresses that you should use raw integer counts, not normalised counts. Does cufflinks normalise the data to some extent during bias correction? Should I have not performed bias correction before doing the DESEq2 analysis?
Thanks.
as you wrote, DESeq2 works with raw integer counts. this is something different from FPKM values (corrected or not). try using featureCounts or HTSeq-count for it.
Hi, thanks - do you know if there is software on R to do this? I believe HTSeq-count requires python and featureCounts (rsubread) is only compatible with Mac?
Do you mean Windows R? I am afraid not, Rsubread only works in R on mac or linux.
You might wanna install a VM for linux?
you might try easyRNAseq
This question about how to use cufflink data in DEseq2, edgeR, or limma has been asked so many times before. Do posters even look for answers before asking here?