get best feature annotation.
Source:R/preprocess_MzMine.R
feature_annotation_collapse_to_single_row.Rdget best feature annotation.
Examples
if (FALSE) {
x <- readr::read_csv("test/out_results_zip/mzmine/result_annotations.csv")
x
feature_annotation_collapse_to_single_row(x)
}