This is a test version of Biostars. For the public version, visit https://www.biostars.org.
can we replace #N/a with 0 for using edgeR

hey I want to know that can I replace #N/A with the 0.it is an RNAseq data and I want to do the differential expression analysis in edgeR.
can I replace #N/A with 0

rna-seq r

Please, use to add reply grey button below my comment to keep this thread well indent and much more readable

As the NA value stand for : "I did not find this feature in your data" while 0 value stand for : "I have found this feature in your data but I counted 0 read on it".

If the feature is not measured, you can set the count to 0

1 answer

edgeR is not suitable for analysis with FPKM, see user's guide section 2.3 on page 12.

Note that edgeR is designed to work with actual read counts. We not recommend that predicted transcript abundances are input the edgeR in place of actual counts.

Log in to answer this question.