Skip to contents

updated 02/2024. Using BRENDA ontology version 2021.

Usage

BRENDAExistName(x, file = BRENDA)

Arguments

x

A name to search for

file

The BRENDA data frame, has columns ID and Name

Value

TRUE or FALSE

Examples

BRENDAExistName("blood plasma")
#> [1] TRUE
BRENDAExistName("random tissue")
#> [1] FALSE