Hello Fabio, do you know how I would go about obtaining raw counts from my RNA seq data? Thanks, Nikelle
• 0 views
•
link
Hi
I've a matrix for mouse genes with length and FPKM values from 4 different cell types. I was wondering how can I go from here to finding Differentially Expressed Genes?
Thanks
DESeq is not suitable for FPKM, it wants raw counts. You might use cuffdiff.
Hello Fabio, do you know how I would go about obtaining raw counts from my RNA seq data? Thanks, Nikelle
Use htseq-count
Most of the packages for finding differential expression (DE) does the normalization itself. You can use the raw counts as input. There are many tools available for DE, example edgeR, DESeq etc.,
Log in to answer this question.
Which tool do you want to use: limma? DESeq?
I can use any tool. it should just be able to get me the DEGs :)
I tried DESeq, but somehow it needs integer values to add condition labels before proceeding.