match_features | R Documentation |
Matches unidentified feature intensities with identified feature clusters. The mass and retention time of each unidentified feature is compared to the centroid of each identified cluster. If the unidentified feature falls within the specified mass and retention time threshold it is added to the cluster.
match_features(ms2, ms1, errors, n_mme_sd, n_rt_sd, summary_fn = "max")
ms2 |
A |
ms1 |
A |
errors |
A |
n_mme_sd |
A numeric value indicating the number of standard
deviations to use when creating a cutoff in the mass dimension. This
threshold is used for determining whether an unidentified feature is close
enough in mass to be considered part of an identified feature cluster. The
mean |
n_rt_sd |
A numeric value representing the number of standard deviations to use when creating a retention time cutoff. This value is the threshold used to determine if an unidentified feature is close enough in retention time to be considered part of an identified feature cluster. The mean retention time of all points in the cluster is used for the comparison. |
summary_fn |
A character string specifying the function to use when
summarizing the feature intensity. The function must contain the
|
A data.table
containing all unidentified features that fall
within the threshold of an identified feature gene/cluster combination.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.