MA plot from Differential Expression between One Sample vs another
0
0
Entering edit mode
6.9 years ago
Ron ★ 1.2k

Hi all,

Is it possible to get MAplots when you only have foldchange and Expression values of the two samples of comparison(one vs one) ? I don't have replicates.So i only have FPKMS from 2 samples and their log2FoldChange.I know I don't have statistical significance but I still would like to have MA plots from log2Foldchange.

I have only seen MAplots from DESEQ2 results or edgeR results.

Any suggestions?

thanks,

Ron

RNA-Seq R differential-expression bioconductor • 2.4k views
ADD COMMENT
0
Entering edit mode

Well, if you have your FPKMs then you can simply plot it:

M = log2(FPKM1 / FPKM2)
A = 0.5*log2(FPKM1 * FPKM2)

require(LSD)
heatscatter(x = A, y = M)
ADD REPLY

Login before adding your answer.

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