mzGroup | R Documentation |
Features in two input feature lists are grouped by their m/z values.
mzGroup(xset, yset, binGap)
xset |
data frame containing metabolomics features |
yset |
data frame containing metabolomics features |
binGap |
numeric gap value between consecutive sorted & pooled feature m/z values. |
The m/z values from both datasets are pooled, sorted, and binned by the
binGap
argument. Feature groups form when there is at least one pair
of features from both datasets whose consecutive difference is less than
binGap
. Grouped features are joined together in combinedTable
data report.
list object containing updated xset & yset with group information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.