Skip to contents

get best feature annotation.

Usage

feature_annotation_collapse_to_single_row(x)

Arguments

x

data frame of feature annotations

Examples

if (FALSE) {
  x <- readr::read_csv("test/out_results_zip/mzmine/result_annotations.csv")
  x
  feature_annotation_collapse_to_single_row(x)
}