Home
last modified time | relevance | path

Searched refs:v_alleles (Results 1 – 9 of 9) sorted by relevance

/dports/biology/vt/vt-0.57721/
H A Dsnp_genotyping_record.cpp51 v_alleles.push_back(tmp_alleles[i]); in SNPGenotypingRecord()
56 if (vtype==VT_SNP && v_alleles.size()==2) in SNPGenotypingRecord()
464 if (v_alleles.size()==2) in process_read()
515 allele = (aug_alt[i].at(0) == v_alleles[1].at(0)) ? 1 : -1; in process_read()
552 else if (v_alleles.size()>2) //multiallelic in process_read()
603 allele = (aug_alt[i].at(0) == v_alleles[1].at(0)) ? 1 : -1; in process_read()
H A Dvntr_genotyping_record.cpp46 v_alleles.push_back(tmp_alleles[i]); in VNTRGenotypingRecord()
463 if (v_alleles.size()==2) in process_read()
514 allele = (aug_alt[i].at(0) == v_alleles[1].at(0)) ? 1 : -1; in process_read()
558 if (v_alleles.size()==2) in process_read()
H A Dindel_genotyping_record.h55 std::vector<std::string> v_alleles; variable
H A Dvntr_genotyping_record.h60 std::vector<std::string> v_alleles; variable
H A Dsnp_genotyping_record.h77 std::vector<std::string> v_alleles; variable
H A Dcomplex_genotyping_record.h78 std::vector<std::string> v_alleles; variable
H A Dcomplex_genotyping_record.cpp45 v_alleles.push_back(tmp_alleles[i]); in ComplexGenotypingRecord()
50 if (vtype==VT_SNP && v_alleles.size()==2) in ComplexGenotypingRecord()
65 else if (vtype==VT_INDEL && v_alleles.size()==2) in ComplexGenotypingRecord()
513 if (v_alleles.size()==2) in process_read()
H A Dgenotyping_record.h102 std::vector<std::string> v_alleles; variable
H A Dindel_genotyping_record.cpp45 v_alleles.push_back(tmp_alleles[i]); in IndelGenotypingRecord()
477 if (v_alleles.size()==2) in process_read()