How to create a MD plot (plotMD() function) using DESEq2 results?
1
0
Entering edit mode
2.9 years ago
bio100 • 0

Hello. I want to create a MD plot (plotMD() function) using DESeq2 results. This function requires results from decideTestsDGE() function or similar (like decideTests()) as a "status" but I can't find such function in DESeq2. And should the "object" be the results from DESeq() function? Thank you for your help.

plotMD(object=?, status=? , ylab = "Expression log-ratio (this sample vs others)", main = colnames(object)[column])
deseq2 mdplot edger • 1.2k views
ADD COMMENT
0
Entering edit mode
2.9 years ago
ATpoint 81k
DESeq2::plotMA()
ADD COMMENT
0
Entering edit mode

I'm aware of this function, the thing is I'm using a few packages but I want plots in the same style.

ADD REPLY
0
Entering edit mode

Which "few packages" and "style" do you mean? After all MA plots are just baseMean on log scale vs logFC.

ADD REPLY

Login before adding your answer.

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