Class BootstrapResampler

java.lang.Object
org.forester.evoinference.tools.BootstrapResampler

public class BootstrapResampler extends Object
  • Constructor Details

    • BootstrapResampler

      public BootstrapResampler()
  • Method Details

    • resample

      public static Msa[] resample(Msa msa, int n, long seed)
    • createResampledColumnPositions

      public static int[][] createResampledColumnPositions(int length, int n, long seed)