![]() |
![]()
| ![]() |
![]()
NAMEbl_overlap_set_all() - Set overlap fields for two features LIBRARY#include <biolibc/overlap.h> -lbiolibc -lxtend SYNOPSISint bl_overlap_set_all(bl_overlap_t *overlap, int64_t feature1_len, int64_t feature2_len, int64_t overlap_start, int64_t overlap_end) ARGUMENTSfeature1_len Length of feature 1 feature2_len Length of feature 2 overlap_start Start position of overlap relative to start of feature 1 overlap_end End position of overlap relative to start of feature 1 DESCRIPTIONSet all fields in a bl_overlap_t structure. Start and end positions are 1-based regardless of the feature type. (BED file positions are 0-based and must be adjusted before passed to this function.) RETURN VALUESBL_DATA_OK upon success. BL_DATA_INVALID is arguments don't make sense. EXAMPLES
SEE ALSObl_overlap_print(3)
|