Searched refs:CdnaWise10_DC_SHADOW_SPECIAL (Results 1 – 1 of 1) sorted by relevance
/dports/biology/wise/wise2.4.1/src/models/ |
H A D | cdnawise10.c | 2012 out->stopscore = CdnaWise10_DC_SHADOW_SPECIAL(mat,0,jpos,state); in AlnRange_build_CdnaWise10() 2024 out->startscore = CdnaWise10_DC_SHADOW_SPECIAL(mat,0,*startj,*startspecstate); in AlnRange_build_CdnaWise10() 2677 cscore = CdnaWise10_DC_SHADOW_SPECIAL(mat,i,j,state); in max_special_strip_CdnaWise10() 2726 if( temp == CdnaWise10_DC_SHADOW_SPECIAL(mat,i - 1,j - 1,START) ) { in max_matrix_to_special_CdnaWise10() 2732 *cellscore = cscore - CdnaWise10_DC_SHADOW_SPECIAL(mat,i-1,j-1,START); in max_matrix_to_special_CdnaWise10() 2750 if( temp == CdnaWise10_DC_SHADOW_SPECIAL(mat,i - 3,j - 3,START) ) { in max_matrix_to_special_CdnaWise10() 4794 max = CdnaWise10_DC_SHADOW_SPECIAL(mat,0,mat->target->seq->len-1,END); in start_end_find_end_CdnaWise10() 4797 if( CdnaWise10_DC_SHADOW_SPECIAL(mat,0,j,END) > max ) { in start_end_find_end_CdnaWise10() 4798 max = CdnaWise10_DC_SHADOW_SPECIAL(mat,0,j,END); in start_end_find_end_CdnaWise10() 5341 CdnaWise10_DC_SHADOW_SPECIAL(mat,0,j,START) = 0; in init_start_end_linear_CdnaWise10() [all …]
|