maPlot | R Documentation |
Plots scatter plot with log2FC on log2(baseMean), and marks significant genes
maPlot(test, c1 = "cond1", c2 = "cond2", p = 0.05, l = 0, id = F)
test: |
output object from results() of DESeq2 |
c1: |
string describing condition 1 in results deseq test |
c2: |
string describing condition 2 in results deseq test |
id: |
If TRUE, you can identify points and label their names. FALSE by default |
test <- results(dds,contrast = c("condition","gene-KO","WT"))
maPlot(test = test, c1 = "KO", c2 = "WT" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.