Bio-Graphics
view release on metacpan or search on metacpan
lib/Bio/Graphics/Feature.pm view on Meta::CPAN
%attributes = $gene->attributes;
=item url()
Get/set the URL that the graphical rendering of this feature will link to.
=item add_segment(@segments)
Add one or more segments (a subfeature). Segments can either be
Feature objects, or [start,stop] arrays, as in the -segments argument
to new(). The feature endpoints are automatically adjusted.
=item my @features = get_SeqFeatures('type1','type2','type3'...)
Get the subfeatures of this feature. If an optional list of types is
provided, then only returns subfeatures with the indicated
primary_tag. (This is an extension of the Bio::SeqFeatureI interface).
=item $feature->add_hit($hit)
For nucleotide alignments, add a feature that is a "hit" on the feature.
( run in 0.243 second using v1.01-cache-2.11-cpan-b61123c0432 )