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

FreeBSD Manual Pages

  
 
  

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

NAME
       bl_gff3_sam_overlap() - Compute SAM/GFF3	overlap

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

SYNOPSIS
       int64_t bl_gff3_sam_overlap(bl_gff3_t *feature, bl_sam_t	*alignment)

ARGUMENTS
       feature	   Pointer to a	bl_gff3_t object
       alignment   Pointer to a	bl_sam_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_sam_gff3_overlap(3)

							bl_gff3_sam_overlap(3)

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

home | help