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

Aevol - an in silico experimental evolution platform

Description

Aevol  is  a  simulation  platform  that  allows  one  to  let populations of digital organisms evolve in
       different conditions and study experimentally the mechanisms responsible for  the  structuration  of  the
       genome and the transcriptome.

       aevol_misc_robustness
              computes  the  replication  statistics  of  all  the  individuals  of a given generation, like the
              proportion of neutral, beneficial, deleterious offsprings. This is done by  simulating  NBCHILDREN
              replications  for each individual (1000 replications by default), with its mutation, rearrangement
              and transfer rates. Depending on those rates and genome size, there can be several  mutations  per
              replication.  Those  global statistics are written in stat/robustness_GENER.out, with one line per
              individual in the specified generation.  The program also outputs detailed statistics for  one  of
              the individuals (the best one by default). The detailed statistics for this individual are written
              in stats/replication_GENER.out, with one line per simulated child of this particular individual.

Name

       Aevol - an in silico experimental evolution platform

Options

-h,--help
              print help, then exit

       -V,--version
              print version number, then exit

       -t,--timestepTIMESTEP
              specify timestep of the individual of interest

       -I,--indexINDEX
              specify the index of the individual of interest

       -R,--rankRANK
              specify the rank of the individual of interest default: best individual

       -n,--nb-mutantsNB_MUTANTS
              specify the number of mutants to be generated

See Also

aevol_create,aevol_modify,aevol_propagate,aevol_run,aevol_misc_ancestor_robustness

aevol 5.0                                           July 2016                                           AEVOL(1)

Synopsis

aevol_misc_robustness-h | --helpaevol_misc_robustness-V | --versionaevol_misc_robustness [-tTIMESTEP] [-IINDEX | -RRANK] [-nNB_MUTANTS]

See Also