Home
last modified time | relevance | path

Searched refs:locate_gene_position_max (Results 1 – 4 of 4) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A Dgene-algorithms.h36 int locate_gene_position_max(unsigned int linear, const gene_offset_t* offsets , char ** chro_name,…
H A Dgene-algorithms.c441 int locate_gene_position_max(unsigned int linear, const gene_offset_t* offsets , char ** chro_name,… in locate_gene_position_max() function
516 return locate_gene_position_max(linear, offsets, chro_name, pos, NULL, NULL, 0); in locate_gene_position()
H A Dcore.c1480 …if(0==locate_gene_position_max(vitual_head_pos ,& global_context -> chromosome_table, & chimaric_c…
1503 …if(locate_gene_position_max(r->linear_position + r->soft_clipping_movements,& global_context -> ch…
4578locate_gene_position_max(current_perfect_cursor, &global_context -> chromosome_table, & curr_chr, …
4579locate_gene_position_max(jummped_location , &global_context -> chromosome_table, & new_chr, …
H A Dcore-indel.c2454 …if(0 == locate_gene_position_max(anchor_pos, &global_context -> chromosome_table, &chro_name, &chr… in write_local_reassembly()
4149locate_gene_position_max(contig_start_pos + head_removed_bases ,& global_context -> chromosome_tab… in finalise_pileup_file_by_voting()
4150locate_gene_position_max(contig_end_pos - tail_removed_bases ,& global_context -> chromosome_table… in finalise_pileup_file_by_voting()