- id
the IDs of the alignment (can be extracted from
the FASTA filename using get_alignment_id
)
- gamma_site_model
a gamma site model, as created
by create_gamma_site_model
- rate_ac_prior_distr
the AC rate prior distribution,
as returned by create_distr
- rate_ag_prior_distr
the AG rate prior distribution,
as returned by create_distr
- rate_at_prior_distr
the AT rate prior distribution,
as returned by create_distr
- rate_cg_prior_distr
the CG rate prior distribution,
as returned by create_distr
- rate_gt_prior_distr
the GT rate prior distribution,
as returned by create_distr
- rate_ac_param
the 'rate AC' parameter,
a numeric value.
For advanced usage, use the structure
as returned by create_rate_ac_param
- rate_ag_param
the 'rate AG' parameter,
a numeric value.
For advanced usage, use the structure
as returned by create_rate_ag_param
- rate_at_param
the 'rate AT' parameter,
a numeric value.
For advanced usage, use the structure
as returned by create_rate_at_param
- rate_cg_param
the 'rate CG' parameter,
a numeric value.
For advanced usage, use the structure
as returned by create_rate_cg_param
- rate_ct_param
the 'rate CT' parameter,
a numeric value.
For advanced usage, use the structure
as returned by create_rate_ct_param
- rate_gt_param
the 'rate GT' parameter,
a numeric value.
For advanced usage, use the structure
as returned by create_rate_gt_param
- freq_equilibrium
the frequency in which the rates are at equilibrium
are either estimated
, empirical
or all_equal
.
get_freq_equilibrium_names
returns the possible values
for freq_equilibrium
- freq_param
a `freq` parameter,
as created by create_freq_param