libuproc
1.2.0
|
Module: Grp_datastructs_database. More...
Go to the source code of this file.
Functions | |
uproc_database * | uproc_database_load (const char *path, int prot_thresh_level, enum uproc_ecurve_format format) |
Loads all required data of a UProC database from files in the given directory and returns a database object. More... | |
uproc_ecurve * | uproc_database_ecurve_forward (uproc_database *db) |
Returns the forward matching ecurve of the database. More... | |
uproc_ecurve * | uproc_database_ecurve_reverse (uproc_database *db) |
Returns the reverse matching ecurve of the database. More... | |
uproc_idmap * | uproc_database_idmap (uproc_database *db) |
Returns the mapping from numerical to string IDs of the database. More... | |
uproc_matrix * | uproc_database_protein_threshold (uproc_database *db) |
Returns the protein threshold matrix of the database. More... | |
void | uproc_database_destroy (uproc_database *db) |
Destroy the database and all associated object within the database. More... | |
Module: Grp_datastructs_database.