Description Usage Arguments Examples
This function allows the user to caryy out the normalisation and returns a coefficient by using a linear fit to the control data.
1 2 |
jg.controlCountsTreated |
Control counts extracted from the Diffbind object for the treated condition using jg.getControlCounts |
jg.controlCountsUntreated |
Control ounts extracted from the Diffbind object for the untreated condition using jg.getControlCounts |
1 2 3 4 | data(jg.controlCountsTreated, package="Brundle")
data(jg.controlCountsUntreated, package="Brundle")
jg.coefficient<-jg.getNormalizationCoefficient(jg.controlCountsTreated,
jg.controlCountsUntreated)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.