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 D | gene-algorithms.h | 36 int locate_gene_position_max(unsigned int linear, const gene_offset_t* offsets , char ** chro_name,…
|
H A D | gene-algorithms.c | 441 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 D | core.c | 1480 …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… 4578 …locate_gene_position_max(current_perfect_cursor, &global_context -> chromosome_table, & curr_chr, … 4579 …locate_gene_position_max(jummped_location , &global_context -> chromosome_table, & new_chr, …
|
H A D | core-indel.c | 2454 …if(0 == locate_gene_position_max(anchor_pos, &global_context -> chromosome_table, &chro_name, &chr… in write_local_reassembly() 4149 …locate_gene_position_max(contig_start_pos + head_removed_bases ,& global_context -> chromosome_tab… in finalise_pileup_file_by_voting() 4150 …locate_gene_position_max(contig_end_pos - tail_removed_bases ,& global_context -> chromosome_table… in finalise_pileup_file_by_voting()
|