Feature Module API
- 2.x tripal_feature/api/tripal_feature.api.inc tripal_feature_api
- 3.x tripal_chado/api/modules/tripal_chado.feature.api.inc tripal_feature_api
- 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 | Location | Description |
---|---|---|
tripal_feature_analysis_delete_property |
tripal_feature/ |
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/ |
Delete a property using the analysisfeatureprop_id |
tripal_feature_analysis_get_property |
tripal_feature/ |
Retrieve properties from the analysisfeatureprop table for a feature. |
tripal_feature_analysis_insert_property |
tripal_feature/ |
Insert a property for an analysis feature |
tripal_feature_analysis_update_property |
tripal_feature/ |
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/ |
Update a property for an analysis feature using the analysisfeatureprop_id. |
tripal_feature_delete_property |
tripal_feature/ |
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/ |
Delete a given feature property using the featureprop_id |
tripal_feature_get_feature_relationships |
tripal_feature/ |
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 |
tripal_feature/ |
Retrieves the sequence for a feature. |
tripal_feature_get_property |
tripal_feature/ |
Retrieve properties of a given type for a given feature |
tripal_feature_insert_property |
tripal_feature/ |
Insert a given property |
tripal_feature_reverse_complement |
tripal_feature/ |
Performs a reverse compliment of a nucleotide sequence |
tripal_feature_update_property |
tripal_feature/ |
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/ |
Update a given feature property using the featureprop_id |