View source: R/launch_msfinder_annotation.R
launch_msfinder_annotation | R Documentation |
Annotates peaks based on files extracted from MSFinder.
launch_msfinder_annotation(
compound_levels = NULL,
biosoc_levels = c("generic"),
levels_scores = NULL,
score_only = FALSE,
other_peaks_warning = FALSE
)
compound_levels |
A vector containing the compound levels to consider, in the given order. |
biosoc_levels |
A vector containing the biosource levels to consider, in the given order. |
levels_scores |
A list of levels names and their corresponding multiplier to adapt final annotation scores. |
score_only |
Whether to find the most probable annotation on scores only (without using the biosoc_levels and compound_levels) |
other_peaks_warning |
Whether to issue a warning if other possible annotated peaks exists in the cluster |
pos
msf_X
Formulas for possible identifications in the X biosoc level, exported from MSFinder
Structures for possible identifications in the X biosoc level, exported from MSFinder
neg
msf_X
Formulas for possible identifications in the X biosoc level, exported from MSFinder
Structures for possible identifications in the X biosoc level, exported from MSFinder
intermediary_data
Information on samples
Peaks remaining after all filters have been applied
Links between peaks indicated by MSDial (global) and adducts/neutral losses detection (by cluster)
Final auto-annotated data with only relevant peaks
intermediary_data
Union of MSDial and MSFinder data, with clusters info
Final auto-annotated data, complete with all possibilities
Final auto-annotated data for clusters needing manual checking (only created in this case)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.