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

Public Member Functions

MultipleAlignment load (String source) throws IOException
 
MultipleAlignment load (String source, List< String > sequencesToLoad) throws IOException
 
void write (BufferedWriter bw, MultipleAlignment ma) throws IOException
 
void write (BufferedWriter bw, MultipleAlignment ma, List< String > orderOfSequences) throws IOException
 
MultipleAlignment load (InputStream in) throws IOException
 
MultipleAlignment load (InputStream in, List< String > sequencesToLoad) throws IOException
 
String getPreferredFileExtension ()
 

Member Function Documentation

String broad.core.multiplealignment.FastaMultipleAlignmentIO.getPreferredFileExtension ( )
MultipleAlignment broad.core.multiplealignment.FastaMultipleAlignmentIO.load ( String  source) throws IOException
MultipleAlignment broad.core.multiplealignment.FastaMultipleAlignmentIO.load ( String  source,
List< String >  sequencesToLoad 
) throws IOException
MultipleAlignment broad.core.multiplealignment.FastaMultipleAlignmentIO.load ( InputStream  in) throws IOException
MultipleAlignment broad.core.multiplealignment.FastaMultipleAlignmentIO.load ( InputStream  in,
List< String >  sequencesToLoad 
) throws IOException
void broad.core.multiplealignment.FastaMultipleAlignmentIO.write ( BufferedWriter  bw,
MultipleAlignment  ma 
) throws IOException
void broad.core.multiplealignment.FastaMultipleAlignmentIO.write ( BufferedWriter  bw,
MultipleAlignment  ma,
List< String >  orderOfSequences 
) throws IOException

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