frequency_points_to_frequency_regions: frequency points to frequency_regions

View source: R/PeakRegions.R

frequency_points_to_frequency_regionsR Documentation

frequency points to frequency_regions

Description

Given a set of frequency points in a data.frame, create IRanges based point "regions" of width 1, useing 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


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.