Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bl_bed_check_order(3)	   Library Functions Manual	 bl_bed_check_order(3)

NAME
       bl_bed_check_order() - Compare positions	of two bed records

LIBRARY
       #include	<biolibc/bed.h>
       -lbiolibc -lxtend

SYNOPSIS
       void    bl_bed_check_order(bl_bed_t *bed_feature, char last_chrom[],
       int64_t last_start)

ARGUMENTS
       bed_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

DESCRIPTION
       Make sure the BED input is sorted by chrom and start position.

RETURN VALUES
       Nothing:	Terminates process if input is out of order

SEE ALSO
       bl_bed_read(3)

							 bl_bed_check_order(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bl_bed_check_order&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help