Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dalignval.c2524 double * pct_ids; in GetAlignmentColumnPercentIdentities() local
2536 pct_ids = (double *) MemNew (sizeof (double) * (stop - start + 1)); in GetAlignmentColumnPercentIdentities()
2537 MemSet (pct_ids, 0, sizeof (double) * (stop - start + 1)); in GetAlignmentColumnPercentIdentities()
2647 pct_ids[aln_pos - start] = (double) max_app / (double) total_app; in GetAlignmentColumnPercentIdentities()
2663 return pct_ids; in GetAlignmentColumnPercentIdentities()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqpanel.c1175 double * pct_ids; in GetAlignmentColumnPercentIDsForAlignmentSection() local
1190 pct_ids = GetAlignmentColumnPercentIdentities (tmp_salp, start, stop, FALSE, TRUE); in GetAlignmentColumnPercentIDsForAlignmentSection()
1193 pct_ids[i - start] = 1.0; in GetAlignmentColumnPercentIDsForAlignmentSection()
1195 return pct_ids; in GetAlignmentColumnPercentIDsForAlignmentSection()
1198 static void DrawPercentIDColors (double * pct_ids, Int2 x, Int2 y, Int4 line, BioseqViewPtr bvp, do… in DrawPercentIDColors() argument
1206 if (pct_ids == NULL) return; in DrawPercentIDColors()
1210 if (pct_ids[i - start] < threshhold) in DrawPercentIDColors()
1230 Uint1Ptr alnbuf, BioseqViewPtr bvp, Int4 aln_idx, double *pct_ids) in DrawAlignment() argument
1289 DrawPercentIDColors (pct_ids, x, y, line, bvp, (double) 0.5); in DrawAlignment()
2470 double * pct_ids = NULL; in DrawSeqPanel() local
[all …]