frequency_points_to_frequency_regions | R Documentation |
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
frequency_points_to_frequency_regions( frequency_data, frequency_variable = "frequency", multiplier = 400 )
frequency_data |
a |
frequency_variable |
which column is the |
multiplier |
value used to convert to integers |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.