Feature Module API

  1. 2.x tripal_feature/api/tripal_feature.api.inc tripal_feature_api
  2. 3.x tripal_chado/api/modules/tripal_chado.feature.api.inc tripal_feature_api
  3. 1.x tripal_feature/api/tripal_feature.api.inc tripal_feature_api

@file Provides an application programming interface (API) for working with features

Parent topics

File

tripal_feature/api/tripal_feature.api.inc, line 2
Provides an application programming interface (API) for working with features

Functions

Name Locationsort descending Description
tripal_feature_analysis_get_property tripal_feature/api/tripal_feature.api.inc Retrieve properties from the analysisfeatureprop table for a feature.
tripal_feature_analysis_insert_property tripal_feature/api/tripal_feature.api.inc Insert a property for an analysis feature
tripal_feature_analysis_update_property tripal_feature/api/tripal_feature.api.inc Update an analysis feature property using the property name. Use this when a property only exists once for a given analysis feature. When more than one value can exist for the same property use the tripal_feature_analysis_update_property_by_id()…
tripal_feature_analysis_update_property_by_id tripal_feature/api/tripal_feature.api.inc Update a property for an analysis feature using the analysisfeatureprop_id.
tripal_feature_analysis_delete_property tripal_feature/api/tripal_feature.api.inc Delete an analysis feature property using the property name. Use this when a property only exists once for a given analysis feature. When more than one value can exist for the same property use the tripal_feature_analysis_delete_property_by_id()…
tripal_feature_analysis_delete_property_by_id tripal_feature/api/tripal_feature.api.inc Delete a property using the analysisfeatureprop_id
tripal_feature_get_property tripal_feature/api/tripal_feature.api.inc Retrieve properties of a given type for a given feature
tripal_feature_insert_property tripal_feature/api/tripal_feature.api.inc Insert a given property
tripal_feature_update_property tripal_feature/api/tripal_feature.api.inc Update a feature property using the property name. Only use this if the property is unique and only exist once for the feature.
tripal_feature_update_property_by_id tripal_feature/api/tripal_feature.api.inc Update a given feature property using the featureprop_id
tripal_feature_delete_property tripal_feature/api/tripal_feature.api.inc Delete a given feature property using the property name. Only use this if the property is unique and only exists once for the feature.
tripal_feature_delete_property_by_id tripal_feature/api/tripal_feature.api.inc Delete a given feature property using the featureprop_id
tripal_feature_reverse_complement tripal_feature/api/tripal_feature.api.inc Performs a reverse compliment of a nucleotide sequence
tripal_feature_get_formatted_sequence tripal_feature/api/tripal_feature.api.inc Retrieves the sequence for a feature.
tripal_feature_get_feature_relationships 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…