|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpal.alignment.AbstractAlignment
pal.alignment.ConcatenatedAlignment
public class ConcatenatedAlignment
concatenates a list of alignments to one single alignment, increasing the number of sites
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface pal.misc.IdGroup |
---|
IdGroup.Utils |
Field Summary |
---|
Fields inherited from class pal.alignment.AbstractAlignment |
---|
idGroup, numSeqs, numSites |
Fields inherited from interface pal.alignment.Alignment |
---|
GAP, GAP_TLA, GAPS, UNKNOWN, UNKNOWN_TLA |
Constructor Summary | |
---|---|
ConcatenatedAlignment(Alignment[] list)
concatenate alignments |
Method Summary | |
---|---|
char |
getData(int seq,
int site)
sequence alignment at (sequence, site) |
Methods inherited from class pal.alignment.AbstractAlignment |
---|
getAlignedSequenceString, getChar, getDataType, getIdCount, getIdentifier, getLength, getSequenceCount, getSiteCount, getState, getStates, guessDataType, isGap, isUnknownState, report, setDataType, setIdentifier, toString, whichIdNumber |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConcatenatedAlignment(Alignment[] list) throws java.lang.IllegalArgumentException
Alignment
- array with alignment to concatenate
java.lang.IllegalArgumentException
Method Detail |
---|
public char getData(int seq, int site)
getData
in interface Alignment
getData
in class AbstractAlignment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |