pal.alignment
public final class AlignmentReaders extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AlignmentReaders.PhylipClustalAlignment |
static class |
AlignmentReaders.UnalignedAlignment |
Constructor and Description |
---|
AlignmentReaders() |
Modifier and Type | Method and Description |
---|---|
static Alignment[] |
readAllPhylipClustalAlignments(java.io.Reader r,
DataType dt)
Read an alignment in phylip/clustal/simple format.
|
static Alignment |
readFastaSequences(java.io.Reader r,
DataType dt)
Read an a set of unaligned Fasta sequences
|
static Alignment |
readNewLineSeperatedSequences(java.io.Reader r,
DataType dt)
Read an a set of unaligned Fasta sequences
|
static Alignment |
readPhylipClustalAlignment(java.io.Reader r,
DataType dt)
Read an alignment in phylip/clustal/simple format.
|
static void |
readPhylipClustalAlignment(java.io.Reader r,
DataType dt,
AlignmentReceiver receiver)
Read an alignment in phylip/clustal/simple format.
|
public static final Alignment readFastaSequences(java.io.Reader r, DataType dt) throws java.io.IOException
java.io.IOException
public static final Alignment readNewLineSeperatedSequences(java.io.Reader r, DataType dt) throws java.io.IOException
java.io.IOException
public static final Alignment readPhylipClustalAlignment(java.io.Reader r, DataType dt) throws AlignmentParseException, java.io.IOException
AlignmentParseException
java.io.IOException
public static final Alignment[] readAllPhylipClustalAlignments(java.io.Reader r, DataType dt) throws AlignmentParseException, java.io.IOException
AlignmentParseException
java.io.IOException
public static final void readPhylipClustalAlignment(java.io.Reader r, DataType dt, AlignmentReceiver receiver) throws AlignmentParseException, java.io.IOException
AlignmentParseException
java.io.IOException