NAME
Bio::Graphics::Browser2::Plugin::SourceTrackFinder - Limit list of tracks to those that contain arbitrary fields
SYNOPSIS
In the appropriate gbrowse configuration file:
plugin = SourceTrackFinder
[SourceTrackFinder:plugin]
tissue source = brain pancreas kidney
gender = male female
[track1]
(usual config options)
tissue source = brain
gender = male
[track2]
(usual config options)
tissue source = pancreas
gender = female
DESCRIPTION
This plugin activates a panel above the tracks table that allows the user to filter the tracks according to combinations of fields that you define. The fields are defined in the [SourceTrackFinder:plugin] stanza of the configuration file and consist of one or more field names followed by their allowable values, separated by spaces using the usual GBrowse config rules. For filtering to work, each track must also have a similarly-named set of fields, each with one or more values.
GBrowse will prompt the user to select field values using a series of popup menus located above the tracks table. When the user changes the popups, the tracks table will be filtered to show only the tracks that match the selected field values. The user can press the "clear" button to turn off filtering.
Note that this only affects the display of track names. Tracks that were previously turned on will stay on, but their entries will be invisible in the tracks table. The user can still turn them off by clicking on the individual track's configure or (-) buttons.
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.