Package com.nr.ci

Examples of com.nr.ci.Phylo_wpgma


      }
      //      System.out.printf(endl;
    }

    // Create the agglomerative phylogenetic tree
    Phylo_wpgma tree = new Phylo_wpgma(dist);

    // Transfer to file in "newick" format
    for (i=0;i<NSEQ;i++) {
      for (j=0;j<NCHAR;j++)
        str[i][j]=base[sequence[i][j]];
View Full Code Here


      }
//      System.out.printf(endl;
    }

    // Create the agglomerative phylogenetic tree
    Phylo_wpgma tree=new Phylo_wpgma(dist);

    // Inspect the tree
//    System.out.println("Root: %f\n", tree.root);
    localflag = tree.root != 30;
    globalflag = globalflag || localflag;
View Full Code Here

TOP

Related Classes of com.nr.ci.Phylo_wpgma

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.