NAME
Bio::Graphics::Browser2::Plugin::AttributeHiliter -- hilite features based on attributes
SYNOPSIS
In the appropriate gbrowse configuration file:
plugin = AttributeHiliter
[AttributeHiliter:plugin]
attributes = Note prediction_status tissue_source
DESCRIPTION
This plugin creates a configuration page that prompts the user to select features to hilite based on their attributes (also known as feature tags in BioPerl parlance). You specify which attributes to present in a [AttributeHiliter:plugin] configuration track with a single "attributes" option. The value of this option is a space-delimited list of attributes to present to the user.
A more sophisticated example using popup menus to select particular attributes from a controlled vocabulary would be easy to write.
OPTIONS
None
BUGS
None known yet.
SEE ALSO
Bio::Graphics::Browser2::Plugin
AUTHOR
Lincoln Stein <lincoln.stein@gmail.com>.
Copyright (c) 2009 Ontario Institute for Cancer Research
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.