Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryHPO ¶
func QueryHPO(query Queries.ITamalouQuery) ([]*Models.Disease, error)
QueryHPO - Return array of diseases from the HPO databases
func QueryIndex ¶
func QueryIndex(query Queries.ITamalouQuery) ([]string, error)
QueryIndex - obo index Get IDs of terms matching the query (name or synonymes)
func SQLiteQuery ¶
SQLiteQuery - Make a request on HPO SQLite database @param query : The query to make
Note that the query will be prepend with "SELECT ... FROM ... WHERE " You can use the following fields names : 'disease_db', 'disease_id', 'disease_label', 'sign_id'
@return results : Array fill with HPOSQLiteStruct @return error : Contains an error if one occurs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.