Description Usage Arguments Examples
Overlays the plots from the output from DESeq2 for the Brundle pipeline
1 2 | jg.plotDeSeqCombined(jg.controlResultsDeseq, jg.experimentResultsDeseq,
title.main, padjX, flip = FALSE)
|
jg.controlResultsDeseq |
is the result Dataframe from DESeq2 for the control conditions |
jg.experimentResultsDeseq |
is the result Dataframe from DESeq2 for the experimental conditions |
title.main |
is the plot title |
padjX |
is the minimum FDR to highlight as significant |
flip |
when set to TRUE flips the data |
1 2 3 4 5 6 7 | data(jg.controlResultsDeseq,package="Brundle")
data(jg.experimentResultsDeseq,package="Brundle")
jg.plotDeSeqCombined(as.data.frame(jg.controlResultsDeseq),
as.data.frame(jg.experimentResultsDeseq),
title.main="ER and CTCF Binding Folding changes on ER treatment",
p=0.01,flip=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.