Description Usage Arguments Examples
Generates a correction factor that is applied before reinserting the data into the DiffBind object for analysis.
1 2 | jg.getCorrectionFactor(jg.experimentSampleSheet, jg.treatedNames,
jg.untreatedNames)
|
jg.experimentSampleSheet |
is the csv samplesheet used to load the data into DiffBind |
jg.treatedNames |
is a list of the names of samples that are treated |
jg.untreatedNames |
is a list of the names of samples that are untreated |
1 2 3 | 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.