error while making a DEGList object on R using edgeR package
1
0
Entering edit mode
5.2 years ago

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

RNA-Seq edgeR • 2.5k views
ADD COMMENT
1
Entering edit mode
5.2 years ago

FPKM is not appropriate input for edgeR. You need raw gene counts.

ADD COMMENT
0
Entering edit mode

thankyou is there any way to convert FPKM data into read counts?

ADD REPLY
0
Entering edit mode

No, not without making assumptions and mistakes. If possible, try to get the original data.

ADD REPLY
1
Entering edit mode

original data being fastq files or BAM files, which you could use to generate simple counts of reads overlapping with genes

ADD REPLY

Login before adding your answer.

Traffic: 2523 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6