libuproc  1.2.0
Functions
database.h File Reference

Module: Grp_datastructs_database. More...

#include "uproc/ecurve.h"
#include "uproc/idmap.h"
#include "uproc/matrix.h"

Go to the source code of this file.

Functions

uproc_databaseuproc_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_ecurveuproc_database_ecurve_forward (uproc_database *db)
 Returns the forward matching ecurve of the database. More...
 
uproc_ecurveuproc_database_ecurve_reverse (uproc_database *db)
 Returns the reverse matching ecurve of the database. More...
 
uproc_idmapuproc_database_idmap (uproc_database *db)
 Returns the mapping from numerical to string IDs of the database. More...
 
uproc_matrixuproc_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...
 

Detailed Description

Module: Grp_datastructs_database.