Skip to contents

Given a set of frequency points in a data.frame, create IRanges based point "regions" of width 1, using the multiplier to convert from a floating point double to an integer

Usage

frequency_points_to_frequency_regions(
  frequency_data,
  frequency_variable = "frequency",
  multiplier = 400
)

Arguments

frequency_data

a data.frame

frequency_variable

which column is the frequency stored in

multiplier

value used to convert to integers