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

FreeBSD Manual Pages

  
 
  

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

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

SYNOPSIS
       int64_t bl_sam_gff_overlap(bl_sam_t *alignment, bl_gff_t	*feature)

ARGUMENTS
       alignment   Pointer to a	bl_sam_t object
       feature	   Pointer to a	bl_gff_t object

DESCRIPTION
       Return the amount of overlap between a GFF feature and a	SAM alignment.

RETURN VALUES
       The  number  of	bases of overlap between the feature and alignment.  A
       zero or negative	return value indicates no overlap.

SEE ALSO
       bl_gff_sam_overlap(3)

							 bl_sam_gff_overlap(3)

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

home | help