Skip to content

richelbilderbeek/babette_example_7

Repository files navigation

babette_example_7

Branch Travis CI logo AppVeyor logo
master Build Status Build status
develop Build Status Build 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