ReadBrendaFile: Read raw BRENDA text file.

View source: R/RcppExports.R

ReadBrendaFileR Documentation

Read raw BRENDA text file.

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

ReadBrendaFile(filepath)

Arguments

filepath

A string indicating the path to the text file.

Value

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


y1zhou/brendaDb documentation built on Dec. 12, 2022, 3:43 a.m.