Difference between revisions of "GBrowse Plugins"

From GMOD
Jump to: navigation, search
 
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOEDITSECTION__
+
Plugins extend GBrowse
An annotated list of GBrowse plugins with pointers to more detailed documentation, where available.
+
  
*'''[http://gmod.cvs.sourceforge.net/gmod/Generic-Genome-Browser/conf/plugins/AlignTwoSequences AlignTwoSequences]''' BLASTs an input sequence against the current display, with hits as new sequence features.
+
For details on how to configure plugins, see [[GBrowse_Configuration_HOWTO#Plugin_Options]].
*'''Aligner.pm''' prints out a multiple alignment of the selected features.
+
 
*'''AttributeHiliter''' highlights features whose properties match certain criteria.
+
Below is an annotated list of GBrowse plugins with pointers to more detailed documentation, where available. Developers, see: [[Creating GBrowse Plugins]].
*'''BatchDumper.pm''' dumps out the currently displayed genomic segment or the segments corresponding to the given accessions, in the requested format.
+
 
*'''Blat.pm''' BLATs an input against the genome of the current organism.
+
; [[AlignTwoSequences.pm]] : BLASTs an input sequence against the current display, with hits as new sequence features.
*'''CMapDumper.pm''' dumps a tab delimited file that can be read by CMap.
+
; [[Aligner.pm]] : Prints out a multiple alignment of the selected features.
*'''CreateBlastDB.pm''' creates a Blast-formatted database from a Bio::DB::GFF database
+
; [[AttributeHiliter.pm]] : Highlights features whose properties match certain criteria.
*'''FastaDumper.pm''' dumps out the currently displayed genomic segment in decorated FASTA format.
+
; [[BatchDumper.pm]] : Dumps out the currently displayed genomic segment or the segments corresponding to the given accessions, in the requested format.
*'''FilterTest.pm''' filters the features.
+
; [[Blat.pm]] : Blats an input against the genome of the current organism.
*'''GeneFinder.pm''' a front end to Phil Green's GeneFinder program.
+
; [[CMapDumper.pm]] : Dumps a tab delimited file that can be read by CMap.
*'''[[GFFDumper.pm]]''' dumps various versions of [[GFF]].
+
; [[CreateBlastDB.pm]] : Creates a Blast-formatted database from a Bio::DB::GFF database
*'''OligoFinder.pm''' finds oligos between 11 and 50 bp in length.
+
; [[FastaDumper.pm]] : Dumps out the currently displayed genomic segment in decorated FASTA format.
*'''ProteinDumper''' dumps translated protein sequences in various formats.
+
; [[FilterTest.pm]] : Filters the features.
*'''[[PrimerDesigner.pm]]''' real-time design PCR primers for a selected region.
+
; [[GeneFinder.pm]] : A front end to Phil Green's GeneFinder program.
*'''RandomGene.pm''' generates random genes, designed to demonstrate annotator plugins.  
+
; [[GFFDumper.pm]] : Dumps various versions of [[GFF]].
*'''RestrictionAnnotator''' generates a restriction map on the current view.
+
; [[LDAPAuthenticate.pm]] : Authentication via LDAP.
*'''[[Spectrogram.pm]]''' digital signal processing of DNA sequences.
+
; [[MotifFinder.pm]] : Finds sequence specific motifs using Position Frequency Matrix.
*'''[[Submitter.pm]]''' submit selected sequences to external web sites
+
; [[OligoFinder.pm]] : Finds oligos between 11 and 50 bp in length.
*'''test.pm''' used to test that the dump architecture is working properly.
+
; [[Gbrowse/authentication_plugins/PamAuthenticate | PamAuthenticate.pm]] : Authenticate users using Pluggable Authentication Modules.
*'''[[YourPlugin.pm]]''' your cool plugin described here...
+
; [[ProteinDumper.pm]] : Dumps translated protein sequences in various formats.
 +
; [[PrimerDesigner.pm]] : Real-time design PCR primers for a selected region.
 +
; [[RandomGene.pm]] : Generates random genes, designed to demonstrate annotator plugins.
 +
; [[RestrictionAnnotator.pm]] : Generates a restriction map on the current view.
 +
; [[SequenceDumper.pm]] : Dumps sequences I guess.
 +
; [[Spectrogram.pm]] : Digital signal processing of DNA sequences.
 +
; [[Submitter.pm]] : Submit selected sequences to external web sites
 +
; [[TrackFinder.pm]] : Filter and highlight the track listing according to keywords
 +
; [[gbrowse/authentication_plugins/testauthenticator | TestAuthenticator.pm]] : A simple test of the authentication plugin system that looks for a hardcoded username/password.
 +
; [[test.pm]] : Used to test that the dump architecture is working properly.
 +
; YourPlugin.pm : Your cool plugin described here...
 +
 
 +
[[Category:GBrowse]]
 +
[[Category:GBrowse Plugins]]

Latest revision as of 17:00, 4 December 2012

Plugins extend GBrowse

For details on how to configure plugins, see GBrowse_Configuration_HOWTO#Plugin_Options.

Below is an annotated list of GBrowse plugins with pointers to more detailed documentation, where available. Developers, see: Creating GBrowse Plugins.

AlignTwoSequences.pm 
BLASTs an input sequence against the current display, with hits as new sequence features.
Aligner.pm 
Prints out a multiple alignment of the selected features.
AttributeHiliter.pm 
Highlights features whose properties match certain criteria.
BatchDumper.pm 
Dumps out the currently displayed genomic segment or the segments corresponding to the given accessions, in the requested format.
Blat.pm 
Blats an input against the genome of the current organism.
CMapDumper.pm 
Dumps a tab delimited file that can be read by CMap.
CreateBlastDB.pm 
Creates a Blast-formatted database from a Bio::DB::GFF database
FastaDumper.pm 
Dumps out the currently displayed genomic segment in decorated FASTA format.
FilterTest.pm 
Filters the features.
GeneFinder.pm 
A front end to Phil Green's GeneFinder program.
GFFDumper.pm 
Dumps various versions of GFF.
LDAPAuthenticate.pm 
Authentication via LDAP.
MotifFinder.pm 
Finds sequence specific motifs using Position Frequency Matrix.
OligoFinder.pm 
Finds oligos between 11 and 50 bp in length.
PamAuthenticate.pm 
Authenticate users using Pluggable Authentication Modules.
ProteinDumper.pm 
Dumps translated protein sequences in various formats.
PrimerDesigner.pm 
Real-time design PCR primers for a selected region.
RandomGene.pm 
Generates random genes, designed to demonstrate annotator plugins.
RestrictionAnnotator.pm 
Generates a restriction map on the current view.
SequenceDumper.pm 
Dumps sequences I guess.
Spectrogram.pm 
Digital signal processing of DNA sequences.
Submitter.pm 
Submit selected sequences to external web sites
TrackFinder.pm 
Filter and highlight the track listing according to keywords
TestAuthenticator.pm 
A simple test of the authentication plugin system that looks for a hardcoded username/password.
test.pm 
Used to test that the dump architecture is working properly.
YourPlugin.pm 
Your cool plugin described here...