ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | List of all members
jaligner.formats.CLUSTAL Class Reference
Inheritance diagram for jaligner.formats.CLUSTAL:
Inheritance graph
[legend]
Collaboration diagram for jaligner.formats.CLUSTAL:
Collaboration graph
[legend]

Public Member Functions

 CLUSTAL ()
 
String format (String[] names, String[] sequences)
 
String format (Alignment alignment)
 
- Public Member Functions inherited from jaligner.formats.Format
abstract String format (Alignment alignment)
 
void setId (String id)
 
String getId ()
 

Detailed Description

CLUSTAL format. Example:


CLUSTAL_FORMAT W(1.60) multiple sequence alignment
JC2395          NVSDVNLNK---YIWRTAEKMK---ICDAKKFARQHKIPESKIDEIEHNSPQDAAE----
KPEL_DROME      MAIRLLPLPVRAQLCAHLDAL-----DVWQQLATAVKLYPDQVEQISSQKQRGRS-----
FASA_MOUSE      NASNLSLSK---YIPRIAEDMT---IQEAKKFARENNIKEGKIDEIMHDSIQDTAE----
JC2395          -------------------------QKIQLLQCWYQSHGKT--GACQALIQGLRKANRCD
KPEL_DROME      -------------------------ASNEFLNIWGGQYN----HTVQTLFALFKKLKLHN
FASA_MOUSE      -------------------------QKVQLLLCWYQSHGKS--DAYQDLIKGLKKAECRR
JC2395          IAEEIQAM
KPEL_DROME      AMRLIKDY
FASA_MOUSE      TLDKFQDM

Author
Ahmed Moustafa (ahmed.nosp@m.@use.nosp@m.rs.sf.nosp@m..net)

Constructor & Destructor Documentation

jaligner.formats.CLUSTAL.CLUSTAL ( )

Constructor

Here is the call graph for this function:

Member Function Documentation

String jaligner.formats.CLUSTAL.format ( String[]  names,
String[]  sequences 
)

Returns CLUSTAL format

Parameters
namesarray of the names of the sequences.
sequencesarray of the sequences

Here is the caller graph for this function:

String jaligner.formats.CLUSTAL.format ( Alignment  alignment)

Returns CLUSTAL format of the alignment

Parameters
alignment(Alignment)
Returns
CLUSTAL format of the alignment

Here is the call graph for this function:


The documentation for this class was generated from the following file: