40 calls to tripal_core_chado_insert()

chado_analysis_insert in tripal_analysis/tripal_analysis.module
When a new chado_analysis node is created we also need to add information to our chado_analysis table. This function is called on insert of a new node of type 'chado_analysis' and inserts the necessary information.
chado_contact_insert in tripal_contact/tripal_contact.module
Implementation of tripal_contact_insert().
chado_featuremap_insert in tripal_featuremap/tripal_featuremap.module
When a new chado_featuremap node is created we also need to add information to our chado_featuremap table. This function is called on insert of a new node of type 'chado_featuremap' and inserts the necessary information.
chado_feature_insert in tripal_feature/tripal_feature.module
When a new chado_feature node is created we also need to add information to our chado_feature table. This function is called on insert of a new node of type 'chado_feature' and inserts the necessary information.
chado_library_insert in tripal_library/tripal_library.module
When a new chado_library node is created we also need to add information to our chado_library table. This function is called on insert of a new node of type 'chado_library' and inserts the necessary information.
chado_organism_insert in tripal_organism/tripal_organism.module
When a new chado_organism node is created we also need to add information to our chado_organism table. This function is called on insert of a new node of type 'chado_organism' and inserts the necessary information.
chado_project_insert in tripal_project/tripal_project.module
Implementation of hook_insert().
chado_pub_insert in tripal_pub/tripal_pub.module
Implementation of tripal_pub_insert().
chado_stock_insert in tripal_stock/tripal_stock.module
Implements hook_insert(): Inserts data from chado_stock_form() into drupal and chado
chado_stock_update in tripal_stock/tripal_stock.module
Implements hook_update(): Handles Editing/Updating of main stock info
process_data_array_for_line in tripal_bulk_loader/includes/tripal_bulk_loader.loader.inc
Process the data array for a given line
tripal_contact_add_contact in tripal_contact/api/tripal_contact.api.inc
Adds a contact to the Chado contact table
tripal_core_insert_property in tripal_core/api/tripal_core_chado.api.inc
Insert a property for a given base table. By default if the property already exists a new property is added with the next available rank. If $update_if_present argument is specified then the record will be updated if it exists rather than adding a…
tripal_cv_add_cv in tripal_cv/api/tripal_cv.api.inc
Adds a controlled vocabular to the CV table of Chado.
tripal_cv_add_cvterm in tripal_cv/api/tripal_cv.api.inc
Add's a CV term to the cvterm table. If the parent CV does not exist then that too is added to the CV table. If the cvterm is a relationship term then the $is_relationship argument should be set. The function will try to first find the…
tripal_cv_obo_add_cvterm_dbxref in tripal_cv/includes/obo_loader.inc
Add database reference to cvterm
tripal_cv_obo_add_cvterm_prop in tripal_cv/includes/obo_loader.inc
Add property to CVterm
tripal_cv_obo_add_dbxref in tripal_cv/includes/obo_loader.inc
Add Database Reference
tripal_cv_obo_add_relationship in tripal_cv/includes/obo_loader.inc
Add a cvterm relationship
tripal_cv_obo_add_synonyms in tripal_cv/includes/obo_loader.inc
tripal_cv_obo_parse in tripal_cv/includes/obo_loader.inc
Actually parse the OBO file
tripal_db_add_db in tripal_db/api/tripal_db.api.inc
Adds a new database to the Chado DB table and returns the DB object.
tripal_db_add_dbxref in tripal_db/api/tripal_db.api.inc
tripal_db_form_submit in tripal_db/includes/tripal_db.admin.inc
tripal_featuremap_add_featuremap_dbxref in tripal_featuremap/api/tripal_featuremap.api.inc
tripal_feature_add_cvterm in tripal_feature/api/tripal_feature.api.inc
tripal_feature_add_dbxref in tripal_feature/api/tripal_feature.api.inc
tripal_feature_fasta_loader_handle_feature in tripal_feature/includes/fasta_loader.inc
tripal_feature_load_gff3 in tripal_feature/includes/gff_loader.inc
tripal_feature_load_gff3_alias in tripal_feature/includes/gff_loader.inc
tripal_feature_load_gff3_dbxref in tripal_feature/includes/gff_loader.inc
tripal_feature_load_gff3_derives_from in tripal_feature/includes/gff_loader.inc
tripal_feature_load_gff3_feature in tripal_feature/includes/gff_loader.inc
tripal_feature_load_gff3_featureloc in tripal_feature/includes/gff_loader.inc
tripal_feature_load_gff3_ontology in tripal_feature/includes/gff_loader.inc
tripal_feature_load_gff3_parents in tripal_feature/includes/gff_loader.inc
tripal_feature_load_gff3_property in tripal_feature/includes/gff_loader.inc
tripal_pub_add_authors in tripal_pub/api/tripal_pub.api.inc
tripal_pub_add_publication in tripal_pub/api/tripal_pub.api.inc
Adds a new publication to the Chado, along with all properties and database cross-references. If the publication does not already exist in Chado then it is added. If it does exist nothing is done. If the $update parameter is TRUE then the…
tripal_pub_add_pub_dbxref in tripal_pub/api/tripal_pub.api.inc