ReadBrendaFile {brendaDb} | R Documentation |
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
ReadBrendaFile(filepath)
filepath |
A string indicating the path to the text file. |
A vector<string> with each element being a line in the file.