mz_points_to_frequency_regions | R Documentation |
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
.
mz_points_to_frequency_regions( mz_data_list, frequency_fit_description = c(0, -1/2, -1/3), mz_fit_description = c(0, -1, -2, -3), frequency_multiplier = 400 )
mz_data_list |
a list of |
frequency_fit_description |
the description for frequency ~ mz |
mz_fit_description |
the description for mz ~ frequency |
frequency_multiplier |
a value used to convert to integers. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.