Skip to contents

Given M/Z point data in a data.frame, create IRanges based point "regions" of width 1, using the frequency_multiplier argument to convert from the floating point double to an integer.

Usage

check_ranges_convert_to_regions(frequency_list, frequency_multiplier = 400)

Arguments

frequency_list

a list of with a data.frame containing frequency

frequency_multiplier

a value used to convert to integers.