Description Usage Arguments Examples
Plots the output from DESeq2 for the Brundle pipeline
1 2 | jg.plotDeSeq(ma.df, p = 0.01, title.main = "Differential ChIP",
log2fold = 0.5, flip = FALSE)
|
ma.df |
is the result Dataframe from DESeq2 |
p |
is the minimum FDR to highlight as significant |
title.main |
is the plot title |
log2fold |
is the minimum log2 fold change for highlighted points |
flip |
when set to TRUE flips the data |
1 2 3 4 5 6 7 | data(jg.experimentResultsDeseq,package="Brundle")
jg.experimentResultsDeseq<-suppressWarnings(as.data.frame(jg.experimentResultsDeseq))
jg.plotDeSeq(jg.experimentResultsDeseq,
p=0.01,
title.main="Fold-change in ER binding",
flip=TRUE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.