| 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: