|
@@ -69,12 +69,16 @@ class data__sequence_coordinates extends ChadoField {
|
|
'data:3002' => array(
|
|
'data:3002' => array(
|
|
'searchable' => TRUE,
|
|
'searchable' => TRUE,
|
|
'name' => 'source_feature',
|
|
'name' => 'source_feature',
|
|
|
|
+ 'label' => 'Location Reference Name',
|
|
|
|
+ 'help' => 'The genomic feature on which this feature is localized.',
|
|
'operations' => array('eq', 'ne', 'contains', 'starts'),
|
|
'operations' => array('eq', 'ne', 'contains', 'starts'),
|
|
'sortable' => TRUE,
|
|
'sortable' => TRUE,
|
|
),
|
|
),
|
|
'local:fmin' => array(
|
|
'local:fmin' => array(
|
|
'searchable' => TRUE,
|
|
'searchable' => TRUE,
|
|
'name' => 'feature min',
|
|
'name' => 'feature min',
|
|
|
|
+ 'label' => 'Location Start Position',
|
|
|
|
+ 'help' => 'The start position',
|
|
'type' => 'numeric',
|
|
'type' => 'numeric',
|
|
'operations' => array('eq', 'gt', 'lt', 'gte' ,'lte'),
|
|
'operations' => array('eq', 'gt', 'lt', 'gte' ,'lte'),
|
|
'sortable' => TRUE,
|
|
'sortable' => TRUE,
|
|
@@ -82,6 +86,8 @@ class data__sequence_coordinates extends ChadoField {
|
|
'local:fmax' => array(
|
|
'local:fmax' => array(
|
|
'searchable' => TRUE,
|
|
'searchable' => TRUE,
|
|
'name' => 'feature max',
|
|
'name' => 'feature max',
|
|
|
|
+ 'label' => 'Location End Position',
|
|
|
|
+ 'help' => 'The end position',
|
|
'type' => 'numeric',
|
|
'type' => 'numeric',
|
|
'operations' => array('eq', 'gt', 'lt', 'gte' ,'lte'),
|
|
'operations' => array('eq', 'gt', 'lt', 'gte' ,'lte'),
|
|
'sortable' => TRUE,
|
|
'sortable' => TRUE,
|
|
@@ -90,6 +96,8 @@ class data__sequence_coordinates extends ChadoField {
|
|
'searchable' => TRUE,
|
|
'searchable' => TRUE,
|
|
'name' => 'phase',
|
|
'name' => 'phase',
|
|
'type' => 'numeric',
|
|
'type' => 'numeric',
|
|
|
|
+ 'label' => 'Location Phase',
|
|
|
|
+ 'help' => 'The phase of the feature (applicable only to coding sequences).',
|
|
'operations' => array('eq', 'gt', 'lt', 'gte' ,'lte'),
|
|
'operations' => array('eq', 'gt', 'lt', 'gte' ,'lte'),
|
|
'sortable' => TRUE,
|
|
'sortable' => TRUE,
|
|
),
|
|
),
|
|
@@ -97,6 +105,8 @@ class data__sequence_coordinates extends ChadoField {
|
|
'searchable' => TRUE,
|
|
'searchable' => TRUE,
|
|
'name' => 'strand',
|
|
'name' => 'strand',
|
|
'type' => 'numeric',
|
|
'type' => 'numeric',
|
|
|
|
+ 'label' => 'Location Strand',
|
|
|
|
+ 'help' => 'The orientation of this feature where it is localized',
|
|
'operations' => array('eq', 'gt', 'lt', 'gte' ,'lte'),
|
|
'operations' => array('eq', 'gt', 'lt', 'gte' ,'lte'),
|
|
'sortable' => TRUE,
|
|
'sortable' => TRUE,
|
|
),
|
|
),
|