| Class | Bio::Feature |
| In: |
lib/feature.rb
|
| Parent: | Object |
| feature | [RW] | Returns type of feature in String (e.g ‘CDS’, ‘gene’) |
| locations | [RW] | Returns position of the feature as a Bio::Locations object |
| parent | [RW] | Returns parent of Bio::Feature is it is a subfeature of another one |
| position | [RW] | Returns position of the feature in String (e.g. ‘complement(123..146)’) |
| qualifiers | [RW] | Returns an Array of Qualifier objects. |
| subfeatures | [RW] | Returns an Array of Bio::Feature objects |
Adds a Qualifier object to the Feature.
Arguments:
| Returns: | Bio::Feature object |
Adds a Bio::Feature as a subfeature. Arguments:
| Returns: | Bio::Feature object |
Iterates on each qualifer object.
Arguments:
Iterates on each subfeature object.
Arguments: