View source: R/normalize_data.R
normalize_data | R Documentation |
This function reduces the variation associated with sequencing depths remaining after a log transformation. The output is the main data object for the downstream shape change detection miscGlobal.
normalize_data( inputData, pileupData, Ranges, smoothness = 0.7, makePlot = FALSE, ... )
inputData |
log-transformed data matrix (e.g. object from logtransform_data) |
pileupData |
raw coverage data matrix |
makePlot |
logical, whether to plot variation with respect to overall expression with fitted curve. Default is FALSE |
exonset |
exon/intron annotation matrix from process_data |
Gene |
gene name to print in the plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.