Class ResampledAlignment

java.lang.Object
jebl.evolution.alignments.ResampledAlignment
All Implemented Interfaces:
Alignment, Patterns, Sequences
Direct Known Subclasses:
BootstrappedAlignment, JackknifedAlignment

public class ResampledAlignment extends Object implements Alignment
Date: 17/01/2006 Time: 08:08:44
Version:
$Id: ResampledAlignment.java 482 2006-10-25 06:30:57Z twobeers $ Provide a re-sampled alignment. This means an alignment constructed by choosing a set of sites from the source alignment and concataneting them. The set may be of any length and may contain duplications (sampling with replacment). Due to Java restrictions on constructors, class is implemented using delegation.
Author:
Joseph Heled
  • Constructor Details

    • ResampledAlignment

      public ResampledAlignment()
  • Method Details