jg.plotDeSeqCombined: jg.plotDeSeqCombined

Description Usage Arguments Examples

Description

Overlays the plots from the output from DESeq2 for the Brundle pipeline

Usage

1
2

Arguments

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

Examples

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)

Brundle documentation built on May 2, 2019, 10:14 a.m.