logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

populations - population genetic software

Author

GeorgesKhaznadar <georgesk@ofset.org>
           Wrote this manpage for the Debian system.

Description

populations is a population genetic software. It computes genetic distances between populations or
       individuals. It builds phylogenetic trees (NJ or UPGMA) with bootstrap values.

Example

populationstoutc2.txt-phylogenypop-distDm-bootstrap_locus10000-outputtoutc2_10000_Dm.tre

       Commands can be write in a .bat file (for DOS) or a script file (for UNIX)

Features

       •   haploids, diploids or polyploids genotypes (see input formats)

       •   structured populations (see input files structured populations

       •   No limit of populations, loci, alleles per loci (see input formats)

       •   Distances between individuals (15 different methods)

       •   Distances between populations (15 methods)

       •   Bootstraps on loci OR individuals

       •   Phylogenetic trees (individuals or populations), using Neighbor Joining or UPGMA (PHYLIP tree format)

       •   Allelic diversity

       •   Converts data files from Genepop to different formats (Genepop, Genetix, Msat, Populations...)

Name

       populations - population genetic software

Options

-phylogenyind|pop
           (default) for phylogenetic trees based on individuals or populations

       distmethod
           (default: Nei standard, Ds) you can choose among: DAS, Dm, Ds, Dc, Da, dmu2, Fst, Cp, Dr, ASD, Dsw,
           Dr, Dru, Drw, Drl. see distances for details.

       -constructmethod
           (default: upgma) possibilities upgma or nj (Neighbor Joining)

       -bootstrap_indn
           number to indicate the number of bootstraps to perform on individuals

       -bootstrap_locusn

           number to indicate the number of bootstraps to perform on loci
                 .RE

           -outputname_of_treeview_file
               to indicate the name of the tree file (phylip tree format)

           -leveln
               number , structured populations allows to choose the structuration factor (in the example: town
               level is 1, building level is 2...).

Synopsis

populationspopulations [name_of_input_file] [option]

       You can use populations as a command line program (very useful for batch treatment) to infer phylogenetic
       trees.

See Also