9 calls to tripal_core_chado_prepare()

tripal_core_chado_insert in tripal_core/api/tripal_core_chado.api.inc
Provides a generic routine for inserting into any Chado table
tripal_core_chado_select in tripal_core/api/tripal_core_chado.api.inc
Provides a generic routine for selecting data from a Chado table
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_feature_get_feature_relationships in tripal_feature/api/tripal_feature.api.inc
Using the tripal_core_expand_chado_vars function to retrieve a set of relationships can be very slow, especialy if there are many relationships This function is intended to help speed up the retrieval of relationships by only retrieving the base…
tripal_feature_get_formatted_sequence in tripal_feature/api/tripal_feature.api.inc
Retrieves the sequence for a feature.
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_fasta in tripal_feature/includes/gff_loader.inc
tripal_feature_load_gff3_parents in tripal_feature/includes/gff_loader.inc