7 typedef struct __mc_aux_t mc_aux_t;
13 mc_aux_t *mc_init(int n);
14 void mc_destroy(mc_aux_t *ma);
15 double mc_freq0(int ref, int *n, const bam_pileup1_t **plp, mc_aux_t *ma, int *_ref, int *alt);
16 double mc_freq_iter(double f0, mc_aux_t *ma);
17 double mc_freq_post(mc_aux_t *ma);
18 double mc_ref_prob(mc_aux_t *ma);
19 int mc_call_gt(const mc_aux_t *ma, double f0, int k);