ReadBrendaFile: Read raw BRENDA text file.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Read file into buffer, and load all non-empty lines. Comment lines (starting with *) are skipped. The text file should be downloaded from https://www.brenda-enzymes.org/download_brenda_without_registration.php

Usage

1
ReadBrendaFile(filepath)

Arguments

filepath

A string indicating the path to the text file.

Value

A vector<string> with each element being a line in the file.


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