Package pal.alignment
Class BootstrappedAlignment
- java.lang.Object
-
- pal.alignment.AbstractAlignment
-
- pal.alignment.BootstrappedAlignment
-
public class BootstrappedAlignment extends AbstractAlignment
generates bootstrapped alignments from a raw alignment- Version:
- $Id: BootstrappedAlignment.java,v 1.6 2003/03/23 00:12:57 matt Exp $
- Author:
- Korbinian Strimmer
- See Also:
- Serialized Form
-
-
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
-
-
Constructor Summary
Constructors Constructor Description BootstrappedAlignment(Alignment raw)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bootstrap()
bootstrap alignmentchar
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
-
-
-
-
Constructor Detail
-
BootstrappedAlignment
public BootstrappedAlignment(Alignment raw)
Constructor- Parameters:
raw
- original alignment
-
-
Method Detail
-
getData
public char getData(int seq, int site)
sequence alignment at (sequence, site)- Specified by:
getData
in interfaceAlignment
- Specified by:
getData
in classAbstractAlignment
-
bootstrap
public void bootstrap()
bootstrap alignment
-
-