Description Usage Arguments Examples
Correct the size factors in a DiffBind object using our DESeq2 pipeline for normalisation.
1 | jg.correctDBASizeFactors(dba, jg.controlSizeFactors)
|
dba |
Diffbind object to have size factors corrected |
jg.controlSizeFactors |
Vector of replacement size factors |
1 2 3 4 | data(jg.controlPeaksetDeSeq,package="Brundle")
data(dbaExperiment,package="Brundle")
jg.controlSizeFactors = estimateSizeFactorsForMatrix(jg.controlPeaksetDeSeq)
jg.correctDBASizeFactors(dbaExperiment,jg.controlSizeFactors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.