ReadBrenda: Read BRENDA text file into matrix.

Description Usage Arguments Value Examples

View source: R/read.R

Description

For each EC entry, split the annotations into three columns:

Usage

1
ReadBrenda(filepath, clean = TRUE)

Arguments

filepath

A string indicating the path to the text file.

clean

Boolean; if TRUE, run CleanECNumber() after reading the file.

Value

A matrix containing information about the EC entries.

Examples

1
2
3
brenda_txt <- system.file("extdata", "brenda_download_test.txt",
                          package = "brendaDb")
df <- ReadBrenda(brenda_txt)

brendaDb documentation built on Nov. 8, 2020, 5:16 p.m.