|
PeptCluster V1.5.4Peptide Clustering Module
Copyright © 2012 Richard J. Edwards - See source code for GNU License Notice Imported modules:
See SLiMSuite Blog for further documentation. See FunctionThis program is for simple sequence-based clustering of short (aligned) peptide sequences. First, a pairwise distance matrix is generated from the peptides. This distance matrix is then used to generate a tree using a distance method such as Neighbour-Joining or UPGMA. Default distances are amino acid property differences loaded from an amino acid property matrix file. Version 1.5.0 incorporates a new peptide alignment mode to deal with unaligned peptides. This is controlled by the
CommandlineINPUT OPTIONS
CLUSTER OPTIONS
OUTPUT OPTIONS
See also rje.py generic commandline options. History Module Version History# 0.0 - Initial Compilation. # 1.0 - Initial working version. # 1.1 - Modified output a little. # 1.2 - CGI Output tuple. # 1.3 - PAM clustering and WPGMA. # 1.4 - Bug fixes for end of sequence characters and different length peptides. # 1.5.0 - Added peptalign=T/F/X function for aligning peptides using regex or minimal gap addition. Added REST. # 1.5.1 - Updated REST output. Removed peptide redundancy. # 1.5.2 - Improved clarity of warning message. # 1.5.3 - Added catching of splitPattern() error during alignment. # 1.5.4 - Fixed error message error. PeptCluster REST Output formatsRun with&rest=help for general options. Run with &rest=full to get full server output as text or &rest=format for more user-friendly formatted output. Individual outputs can be identified/parsed using &rest=OUTFMT for:peptides = original input peptidesaligned = aligned peptidesmatrix = peptide distance matrixX = peptide tree(s), where X is nsf/nwk/text/png/svg (treeformats=LIST : only nwk & text made by default.)© 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au. |