Description Usage Arguments Value See Also Examples
This function converts seconds into minutes to cut and keep a range of the retention time in minutes.
1 | lcms_filter_rt_min(dataset, rt = c(4, 14))
|
dataset |
A lcms_dataset filtered by retention time. |
rt |
Range of the retention time to keep in minutes. |
A filtered lcms_dataset with the selected retention time range.
Other dataset functions:
IPO_group_peaks()
,
find_peaks_cwp()
,
lcms_dataset_load()
,
lcms_dataset_save()
,
lcms_fill_chrom_peaks()
,
lcms_filter_mz()
,
lcms_filter_polarity()
,
lcms_filter_sample_type()
,
lcms_meta_add()
,
lcms_meta_export()
,
lcms_plot_chrom_peak_image()
,
lcms_plot_tics()
,
lcms_rearrange_datafiles_by_class()
,
lcms_retention_time_alignment_plot()
,
lcms_tics()
,
obiAdjust_Rtime()
,
peakpicking_optimization()
,
phData()
Other filtering functions:
lcms_filter_mz()
,
lcms_filter_polarity()
,
lcms_filter_sample_type()
1 2 3 4 5 6 7 8 9 10 | ## Not run:
rtime_range = c(5,10)
dataset <- lcms_dataset_load(system.file("extdata",
"dataset_pos.rds",
package = "AlpsLCMS"))
dataset_pos_rt <-lcms_filter_rt_min(dataset, rt = rtime_range)
print(dataset_pos_rt)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.