Tripal v1.0 (6.x-1.0)
tripal_feature.api.inc File Reference

Go to the source code of this file.

Functions

 tripal_feature_analysis_get_property ($analysis_id=NULL, $feature_id=NUll, $analysisfeature_id=NULL, $property, $cv_name= 'tripal')
 tripal_feature_analysis_insert_property ($analysis_id=NULL, $feature_id=NUll, $analysisfeature_id=NULL, $property, $value, $update_if_present=0, $cv_name= 'tripal')
 tripal_feature_analysis_update_property ($analysis_id=NULL, $feature_id=NUll, $analysisfeature_id=NULL, $property, $value, $insert_if_missing=0, $cv_name= 'tripal')
 tripal_feature_analysis_update_property_by_id ($analysisfeatureprop_id, $property, $value, $cv_name= 'tripal')
 tripal_feature_analysis_delete_property ($analysis_id=NULL, $feature_id=NUll, $analysisfeature_id=NULL, $property, $cv_name= 'tripal')
 tripal_feature_analysis_delete_property_by_id ($analysisfeatureprop_id)
 tripal_feature_get_property ($feature_id, $property, $cv_name='tripal')
 tripal_feature_insert_property ($feature_id, $property, $value, $update_if_present=0, $cv_name= 'tripal')
 tripal_feature_update_property ($feature_id, $property, $value, $insert_if_missing=0, $cv_name= 'tripal')
 tripal_feature_update_property_by_id ($featureprop_id, $property, $value, $cv_name= 'tripal')
 tripal_feature_delete_property ($feature_id, $property, $cv_name='tripal')
 tripal_feature_delete_property_by_id ($featureprop_id)
 tripal_feature_reverse_complement ($sequence)
 tripal_feature_get_formatted_sequence ($feature_id, $feature_name, $num_bases_per_line, $derive_from_parent, $aggregate, $output_format, $upstream, $downstream, $sub_features=array())
 tripal_feature_get_custom_tables ($table=NULL)
 tripal_feature_get_feature_relationships ($feature)

Detailed Description

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

Definition in file tripal_feature.api.inc.

 All Classes Files Functions Variables