]> git.donarmstrong.com Git - samtools.git/blobdiff - bcftools/prob1.h
* samtools-0.1.10-9 (r844)
[samtools.git] / bcftools / prob1.h
index 35c794fa1f78d8cea6781cb158dafbfff3553b93..38275349750bde05f386387a36dc6ffdc0466223 100644 (file)
@@ -9,6 +9,7 @@ typedef struct __bcf_p1aux_t bcf_p1aux_t;
 typedef struct {
        int rank0;
        double f_em, f_exp, f_flat, p_ref;
+       double cil, cih;
        double pc[4];
        double g[3];
 } bcf_p1rst_t;
@@ -23,6 +24,7 @@ extern "C" {
 
        bcf_p1aux_t *bcf_p1_init(int n);
        void bcf_p1_init_prior(bcf_p1aux_t *ma, int type, double theta);
+       void bcf_p1_init_subprior(bcf_p1aux_t *ma, int type, double theta);
        void bcf_p1_destroy(bcf_p1aux_t *ma);
        int bcf_p1_cal(bcf1_t *b, bcf_p1aux_t *ma, bcf_p1rst_t *rst);
        int bcf_p1_call_gt(const bcf_p1aux_t *ma, double f0, int k);
@@ -30,6 +32,7 @@ extern "C" {
        int bcf_p1_read_prior(bcf_p1aux_t *ma, const char *fn);
        long double bcf_p1_cal_g3(bcf_p1aux_t *p1a, double g[3]);
        int bcf_p1_set_n1(bcf_p1aux_t *b, int n1);
+       void bcf_p1_set_folded(bcf_p1aux_t *p1a); // only effective when set_n1() is not called
 
 #ifdef __cplusplus
 }