Searched refs:potential_position (Results 1 – 2 of 2) sorted by relevance
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | gene-algorithms.c | 1246 unsigned int potential_position = src-> pos[i][j]; in mark_votes_array_index() local 1250 …matchingness_count = 1.*match_chro_indel(read_str, my_array_index, potential_position, read_len, 0… in mark_votes_array_index() 1252 dest -> pos[i][j] = potential_position; in mark_votes_array_index() 1266 dest -> max_position = potential_position; in mark_votes_array_index() 1598 float match_read(const char read_str[], int read_len, unsigned int potential_position, gene_value_… in match_read() argument 1611 int is_matched_base = gvindex_match_base(my_array_index, potential_position+i+bias, base_int); in match_read() 1686 unsigned int potential_position = vote -> pos[i][j]; in final_matchingness_scoring() local 1687 …ness_count = 1.*match_chro_indel((char *)read_str, my_array_index, potential_position, read_len, 0… in final_matchingness_scoring() 1691 *max_position = potential_position; in final_matchingness_scoring()
|
H A D | gene-algorithms.h | 92 float match_read(const char read_str[], int read_len, unsigned int potential_position, gene_value_…
|