babetteexample7

November 21, 2019 ยท View on GitHub

BranchTravis CI logoAppVeyor logo
masterBuild StatusBuild status
developBuild StatusBuild status

A babette example.

Example #7: HKY site model with a non-zero proportion of invariants

Example #7: HKY site model with a non-zero proportion of invariants

posterior <- bbt_run(
  "my_alignment.fas",
  site_model = create_hky_site_model(
    gamma_site_model = create_gamma_site_model(prop_invariant = 0.5)
  )
)

Thanks to Yacine Ben Chehida for this use case

Result

Contents

  1. 1Example #7: HKY site model with a non-zero proportion of invariants
  2. 2Result