Home
last modified time | relevance | path

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

/dports/biology/subread/subread-2.0.2-source/src/
H A Dgene-algorithms.c845 …int read_len, int max_indel, int total_subreads, int space_type, int report_junction, int is_head_… in add_allvote_q() argument
857 …int read_len, int max_indel, int total_subreads, int space_type, int report_junction, int is_head… in find_and_explain_indel() argument
963 …if((head_indel_pos>=0 && report_junction) || head_indel_movement)head_pos = head_indel_pos ;//- ma… in find_and_explain_indel()
965 …if((tail_indel_pos>0 && report_junction) || tail_indel_movement)tail_pos = tail_indel_pos ;//- min… in find_and_explain_indel()
966 …eads, head_pos, tail_pos , head_indel_movement, tail_indel_movement, report_junction, dynamic_prog… in find_and_explain_indel()
974 …ail_end_point, int head_indel_movement, int tail_indel_movement, int report_junction, short ** dyn… in explain_indel_in_middle() argument
993 else if (report_junction) in explain_indel_in_middle()
1128 else if (report_junction) in explain_indel_in_middle()
H A Dgene-algorithms.h59 …int read_len, int max_indel, int total_subreads, int space_type, int report_junction, int is_head_…