Difference between revisions of "GBrowse Plugins"

From GMOD
Jump to: navigation, search
(Better like this?)
Line 2: Line 2:
 
An annotated list of GBrowse plugins with pointers to more detailed documentation, where available. See: [[Creating GBrowse Plugins]].
 
An annotated list of GBrowse plugins with pointers to more detailed documentation, where available. See: [[Creating GBrowse Plugins]].
  
*'''[[AlignTwoSequences.pm]]''' BLASTs an input sequence against the current display, with hits as new sequence features.
+
; [[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.
+
; [[Aligner.pm]] : Prints out a multiple alignment of the selected features.
*'''[[AttributeHiliter.pm]]''' highlights features whose properties match certain criteria.
+
; [[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.
+
; [[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.
+
; [[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.
+
; [[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
+
; [[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.
+
; [[FastaDumper.pm]] : Dumps out the currently displayed genomic segment in decorated FASTA format.
*'''[[FilterTest.pm]]''' filters the features.
+
; [[FilterTest.pm]] : Filters the features.
*'''[[GeneFinder.pm]]''' a front end to Phil Green's GeneFinder program.
+
; [[GeneFinder.pm]] : A front end to Phil Green's GeneFinder program.
*'''[[GFFDumper.pm]]''' dumps various versions of [[GFF]].
+
; [[GFFDumper.pm]] : Dumps various versions of [[GFF]].
*'''[[MotifFinder.pm]]''' finds sequence specific motifs using Position Frequency Matrix.
+
; [[MotifFinder.pm]] : Finds sequence specific motifs using Position Frequency Matrix.
*'''[[OligoFinder.pm]]''' finds oligos between 11 and 50 bp in length.
+
; [[OligoFinder.pm]] : Finds oligos between 11 and 50 bp in length.
*'''[[Gbrowse/authentication_plugins/PamAuthenticate | PamAuthenticate.pm]]''' authenticate users using Pluggable Authentication Modules.
+
; [[Gbrowse/authentication_plugins/PamAuthenticate | PamAuthenticate.pm]] : Authenticate users using Pluggable Authentication Modules.
*'''[[ProteinDumper.pm]]''' dumps translated protein sequences in various formats.
+
; [[ProteinDumper.pm]] : Dumps translated protein sequences in various formats.
*'''[[PrimerDesigner.pm]]''' real-time design PCR primers for a selected region.
+
; [[PrimerDesigner.pm]] : Real-time design PCR primers for a selected region.
*'''[[RandomGene.pm]]''' generates random genes, designed to demonstrate annotator plugins.
+
; [[RandomGene.pm]] : Generates random genes, designed to demonstrate annotator plugins.
*'''[[RestrictionAnnotator.pm]]''' generates a restriction map on the current view.
+
; [[RestrictionAnnotator.pm]] : Generates a restriction map on the current view.
*'''[[Spectrogram.pm]]''' digital signal processing of DNA sequences.
+
; [[Spectrogram.pm]] : Digital signal processing of DNA sequences.
*'''[[Submitter.pm]]''' submit selected sequences to external web sites
+
; [[Submitter.pm]] : Submit selected sequences to external web sites
*'''[[TrackFinder.pm]]''' filter and highlight the track listing according to keywords
+
; [[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.
+
; [[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.
+
; [[test.pm]] : Used to test that the dump architecture is working properly.
*'''[[YourPlugin.pm]]''' your cool plugin described here...
+
; [[YourPlugin.pm]] : Your cool plugin described here...
  
 
[[Category:GBrowse]]
 
[[Category:GBrowse]]
 
[[Category: GBrowse Plugins]]
 
[[Category: GBrowse Plugins]]

Revision as of 14:11, 4 May 2011

An annotated list of GBrowse plugins with pointers to more detailed documentation, where available. 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.
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.
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...