![]() |
![]()
| ![]() |
![]()
NAMEbl_bed_check_order() - Compare positions of two bed records LIBRARY#include <biolibc/bed.h> -lbiolibc -lxtend SYNOPSISvoid bl_bed_check_order(bl_bed_t *bed_feature, char last_chrom[], int64_t last_start) ARGUMENTSbed_feature Pointer to BED structure containing current entry last_chrom Chromosome of the previous BED entry last_start Start position of the previous BED entry DESCRIPTIONMake sure the BED input is sorted by chrom and start position. RETURN VALUESNothing: Terminates process if input is out of order SEE ALSObl_bed_read(3)
|