filter_match: Filter on the match between a compound and a library

View source: R/filter_match.R

filter_matchR Documentation

Filter on the match between a compound and a library

Description

This function allows you to filter compounds that do not meet a minimum average match score with the library.

Usage

filter_match(chemtable, min = 0.7)

Arguments

chemtable

the data frame of the data about the compounds

min

the minimum match score out of 1.

Examples

data(GCMSfloral)
chemtable <- filter_match(chemtable, 0.7)

jmpowers/bouquet documentation built on Feb. 12, 2023, 12:11 a.m.