DESeq2 R markdown plotting problem
1
0
Entering edit mode
2.5 years ago
Pahi ▴ 20

Hello!

I'm working on my DESeq2 data analysis and I want to make a report with R Markdown. But I have a problem when I get to the deseq2 plotMA part.

In the markdown HTML I get a plot like this:

enter image description here

But when I run the SAME code in R I get a plot like this:

enter image description here

Any idea what could be the problem?

markdown R plot deseq2 • 808 views
ADD COMMENT
3
Entering edit mode
2.5 years ago

What other libraries are you loading? My guess is on your markdown, plotma is being called from some other library. You can make sure that your can specify that you want deseq2::plotma

ADD COMMENT
0
Entering edit mode

Yes! Thank you! That solves the probelm!

ADD REPLY

Login before adding your answer.

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