ReadBrenda {brendaDb}R Documentation

Read BRENDA text file into matrix.

Description

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

Usage

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

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


[Package brendaDb version 1.4.0 Index]