Algorithms in Bioinformatics
Software PAT Plug-Ins
 
Welcome
People
Research
Publications
Software
  CGViz
  Copycat
  CrossLink
  Dendroscope
  MEGAN
  MetaSim
  microHARVESTER
  NRPSpredictor
  OSLay
  PAT
  Screenshots
  Documentation
  Plug-Ins
  References
  ReadSim
  SplitsTree4
  SplitsTree3.2
  2D Tiler
Talks
Teaching
Bachelor Thesis/ Student Projects
Master Thesis/ Diploma Projects
Studienkommission
Contents
Search
Address
ZBIT
CS Dept.
University
 

PAT - Protein Alignment Tool

Information about the plug-ins

 

At several points PAT provides the possibility to add additional functionality. These plug-ins consist of two types: The one bases on plain text files, the other on java implementations.

 

The text files affect the mtx-files of the score matrices and the col-files of the color schemes. The ones provided as default you can find in the directory files. You can open them in a normal text editor, modify them or add new ones. It is important that they are located in the default folders (matrices in files/matrix, color schemes in files/scheme) and that the defined format is kept, so that they can be read by the program.

 

With a little java knowledge you can add new algorithms to PAT. This concerns:

          - input- and output-parsers (current input: FASTA, GCG and NBRF, output: FASTA and GCG)

          - explorer-algorithms (currently MACAW, sequence-pattern-finder, repeat-finder)

          - conservation-scoring-algorithms (currently sum of pairs, weighted and unweighted entropy)

Here it is important that the classes belong to a certain package and implement a defined interfae. Furthermore, you must specify the path of these additional classes in the configuration file.

 

 

More information about the plug-ins you can find in the compositions.

 


University of Tübingen