Exporting DESeq2 results to CSV files
1
0
Entering edit mode
20 months ago
Alex • 0

Hello there. I need a help with this situation. I'm following this vignette and I'm getting an error on the item "Exporting results to CSV files":

write.csv(as.data.frame(resOrdered), 
      file="condition_treated_results.csv")

In my case i get this:

write.csv(as.data.frame(resOrdered), file = "myres_counts.csv")
 error in evaluating the argument 'x' in selecting a method for function 'as.data.frame': object 'resOrdered' not found

I don't actually understand what the "resOrdered" object is and where is. What can I do to fix this? Btw, why does such an error occur?

DESeq2 R • 1.1k views
ADD COMMENT
0
Entering edit mode

I'm stupid, I figured it out

ADD REPLY
1
Entering edit mode
20 months ago
ATpoint 82k

object 'resOrdered' not found

Make sure that object exists.

ADD COMMENT

Login before adding your answer.

Traffic: 2589 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