View source: R/overlap_mz_ranges.R
mz_to_iranges | R Documentation |
modifies a matrix of m/z ranges into an IRanges object to calculate overlaps. Because IRanges objects are integer based, also multiplies by a factor (default 10,000) to preserve resolution.
mz_to_iranges(mz_values, multi_factor = 1e+07)
mz_values |
either a vector or matrix of single or double ranges |
multi_factor |
how much to multiply values by |
IRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.