single_pass_normalization | R Documentation |
Does a single pass of normalizing scans to each other.
single_pass_normalization(
scan_peaks,
intensity_measure = c("RawHeight", "Height"),
summary_function = median,
use_peaks = NULL,
min_ratio = 0.7
)
scan_peaks |
the scan peaks to normalize |
intensity_measure |
which intensities to normalize |
summary_function |
which function to use to calculate summaries (median) |
use_peaks |
which peaks to use for normalization |
min_ratio |
what ratio of maximum intensity of peaks should we use for normalization |
scan_peaks list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.