This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Deferentially expressed genes from FPKM values?

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

rna-seq fpkm differentially-expressed-genes

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.

2 answers

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

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.