Description Usage Arguments Examples
Runs DESeq2 on our peakset after we have obtained the normalised size factors.
1 | jg.runDeSeq(jg.PeaksetDeSeq, jg.conditions, jg.SizeFactors = NULL)
|
jg.PeaksetDeSeq |
is the experimental peakset formatted for DESeq2 |
jg.conditions |
is the list of conditions to be compared |
jg.SizeFactors |
is the size factors generated from the control samples |
1 2 3 4 | data(jg.controlPeaksetDeSeq,package="Brundle")
data(jg.conditions,package="Brundle")
jg.controlSizeFactors = estimateSizeFactorsForMatrix(jg.controlPeaksetDeSeq)
jg.runDeSeq(jg.controlPeaksetDeSeq,jg.conditions, jg.SizeFactors = NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.