powered by
This function allows the user to visualize the normalisation. It is not needed for the pipeline but provides a helpful illustration of the process.
jg.plotNormalization(jg.controlCountsTreated, jg.controlCountsUntreated)
Control counts extracted from the Diffbind object for the treated condition using jg.getControlCounts
Control ounts extracted from the Diffbind object for the untreated condition using jg.getControlCounts
# NOT RUN { data(jg.controlCountsTreated, package="Brundle") data(jg.controlCountsUntreated, package="Brundle") jg.plotNormalization(jg.controlCountsTreated, jg.controlCountsUntreated) # }
Run the code above in your browser using DataLab