| filter_int | R Documentation |
This function filters molecular formulas by (relative) peak abundances.
filter_int(mfd, norm_int_min = NULL, norm_int_max = NULL, verbose = FALSE, ...)
mfd |
data.table with molecular formula data as derived from
|
norm_int_min |
Lower threshold (>=) of (normalized) peak magnitude |
norm_int_max |
Upper threshold (<=) of (normalized) peak magnitude |
verbose |
logical; if |
... |
Arguments passed on to
|
data.table; subset of original molecular formula table
Other Formula subsetting:
filter_mass_accuracy(),
filter_mf_data(),
remove_blanks(),
subset_known_mf(),
ume_assign_formulas(),
ume_filter_formulas()
filter_int(mfd = calc_norm_int(mfd = mf_data_demo,
normalization = "sum_rank", n_rank = 100), norm_int_min = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.