thankyou is there any way to convert FPKM data into read counts?
error while making a DEGList object on R using edgeR package
hey, I am doing an RNAseq analysis.(using edgeR) I am loading my data for differential analysis, my data is of normalized gene expression(FPKM). I am now just trying to make DEGList object but, it is showing "NA counts not allowed". I have removed all NA from the data and there is no blank cell in my .csv sheet, it is still showing the error. please suggest what should i do. thank you!!
command -
dgeFull <- DGEList(data, group=sampleInfo$condition) Error: NA counts not allowed
• 3,217 views
•
link
1 answer
FPKM is not appropriate input for edgeR. You need raw gene counts.
• 1 views
•
link
Log in to answer this question.