X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam_mcns.h;h=6d98de1320b57ebb695f33e73cd21aedfc4734d0;hb=d73a1b3b94255044787c0e4bfeba37df66e99770;hp=ac1e41c845a0f4f3073ae8017fb2f536e8476e6b;hpb=7795f54fa8aed1e0b1edff61890e9fe25fdb7fe9;p=samtools.git diff --git a/bam_mcns.h b/bam_mcns.h index ac1e41c..6d98de1 100644 --- a/bam_mcns.h +++ b/bam_mcns.h @@ -14,6 +14,8 @@ extern "C" { void mc_destroy(mc_aux_t *ma); double mc_freq0(int ref, int *n, const bam_pileup1_t **plp, mc_aux_t *ma, int *_ref, int *alt); double mc_freq_iter(double f0, mc_aux_t *ma); + double mc_ref_prob(mc_aux_t *ma); + int mc_call_gt(const mc_aux_t *ma, double f0, int k); #ifdef __cplusplus }