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?
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.,
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.