Tripal
|
Functions | |
pub_search ($search_array, $offset, $limit, &$total_records) | |
chado_does_pub_exist ($pub_details) | |
tripal_pub_get_remote_search_results ($remote_db, $search_array, $num_to_retrieve, $page=0) | |
tripal_pub_get_raw_data ($dbxref) | |
tripal_pub_update_publications ($do_contact=FALSE, $dbxref=NULL, $db=NULL) | |
tripal_pub_import_publications_by_import_id ($import_id, $job_id=NULL) | |
tripal_pub_import_publications ($report_email=FALSE, $do_update=FALSE) | |
tripal_pub_import_by_dbxref ($pub_dbxref, $do_contact=FALSE, $do_update) | |
tripal_pub_add_pub_dbxref ($pub_id, $pub_dbxref) | |
tripal_pub_get_pubs_by_dbxref ($pub_dbxref) | |
tripal_pub_get_pubs_by_title_type_pyear_series ($title, $type=NULL, $pyear=NULL, $series_name=NULL) | |
tripal_pub_get_pub_by_uniquename ($uniquenname) | |
tripal_pub_get_property ($pub_id, $property) | |
tripal_pub_insert_property ($pub_id, $property, $value, $update_if_present=0) | |
tripal_pub_update_property ($pub_id, $property, $value, $insert_if_missing=0) | |
tripal_pub_delete_property ($pub_id, $property) | |
Wrapper functions to provide backwards compatibility for the tripal analysis api
chado_does_pub_exist | ( | $pub_details | ) |
pub_search | ( | $search_array, | |
$offset, | |||
$limit, | |||
& | $total_records | ||
) |
tripal_pub_add_pub_dbxref | ( | $pub_id, | |
$pub_dbxref | |||
) |
tripal_pub_delete_property | ( | $pub_id, | |
$property | |||
) |
tripal_pub_get_property | ( | $pub_id, | |
$property | |||
) |
tripal_pub_get_pub_by_uniquename | ( | $uniquenname | ) |
tripal_pub_get_pubs_by_dbxref | ( | $pub_dbxref | ) |
tripal_pub_get_pubs_by_title_type_pyear_series | ( | $title, | |
$type = NULL , |
|||
$pyear = NULL , |
|||
$series_name = NULL |
|||
) |
tripal_pub_get_raw_data | ( | $dbxref | ) |
tripal_pub_get_remote_search_results | ( | $remote_db, | |
$search_array, | |||
$num_to_retrieve, | |||
$page = 0 |
|||
) |
tripal_pub_import_by_dbxref | ( | $pub_dbxref, | |
$do_contact = FALSE , |
|||
$do_update | |||
) |
tripal_pub_import_publications | ( | $report_email = FALSE , |
|
$do_update = FALSE |
|||
) |
tripal_pub_import_publications_by_import_id | ( | $import_id, | |
$job_id = NULL |
|||
) |
tripal_pub_insert_property | ( | $pub_id, | |
$property, | |||
$value, | |||
$update_if_present = 0 |
|||
) |
tripal_pub_update_property | ( | $pub_id, | |
$property, | |||
$value, | |||
$insert_if_missing = 0 |
|||
) |
tripal_pub_update_publications | ( | $do_contact = FALSE , |
|
$dbxref = NULL , |
|||
$db = NULL |
|||
) |