Home
last modified time | relevance | path

Searched refs:dsgP (Results 1 – 2 of 2) sorted by relevance

/dports/biology/bio-mocha/bcftools-1.14/plugins/
H A Dparental-origin.c223 int32_t dsg[3], *dsgP = dsg, *dsgF = dsg+1, *dsgM = dsg+2; in process_record() local
260 if ( *dsgP!=0 && *dsgP!=2 ) return; // proband not a hom in process_record()
264 if ( *dsgF==1 && *dsgP==*dsgM ) return; // both parents have the proband's allele in process_record()
265 if ( *dsgM==1 && *dsgP==*dsgF ) return; in process_record()
294 if ( *dsgP!=1 ) return; // the proband's genotype is not a het in process_record()
/dports/biology/bcftools/bcftools-1.14/plugins/
H A Dparental-origin.c223 int32_t dsg[3], *dsgP = dsg, *dsgF = dsg+1, *dsgM = dsg+2; in process_record() local
260 if ( *dsgP!=0 && *dsgP!=2 ) return; // proband not a hom in process_record()
264 if ( *dsgF==1 && *dsgP==*dsgM ) return; // both parents have the proband's allele in process_record()
265 if ( *dsgM==1 && *dsgP==*dsgF ) return; in process_record()
294 if ( *dsgP!=1 ) return; // the proband's genotype is not a het in process_record()