| jg.plotDeSeq | R Documentation |
Plots the output from DESeq2 for the Brundle pipeline
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 |
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 )