![]() |
![]()
| ![]() |
![]()
NAMEbl_gff3_sam_overlap() - Compute SAM/GFF3 overlap LIBRARY#include <biolibc/gff3.h> -lbiolibc -lxtend SYNOPSISint64_t bl_gff3_sam_overlap(bl_gff3_t *feature, bl_sam_t *alignment) ARGUMENTSfeature Pointer to a bl_gff3_t object alignment Pointer to a bl_sam_t object DESCRIPTIONReturn the amount of overlap between a GFF feature and a SAM alignment. RETURN VALUESThe number of bases of overlap between the feature and alignment. A zero or negative return value indicates no overlap. SEE ALSObl_sam_gff3_overlap(3)
|