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

FreeBSD Manual Pages

  
 
  

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

NAME
       bl_gff3_to_bed()	- Convert a GFF3 featuer to a BED object

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

SYNOPSIS
       void    bl_gff3_to_bed(bl_gff3_t	*gff3_feature, bl_bed_t	*bed_feature)

ARGUMENTS
       gff3_feature  Pointer to	the bl_gff3_t structure	to copy
       bed_feature  Pointer to the bl_bed_t structure to receive data

DESCRIPTION
       Copy  GFF  fields to a BED structure to the extent possible.  Since GFF
       and BED files do	not necessarily	contain	the same information, some in-
       formation may be	lost or	filled in with appropriate markers.

SEE ALSO
       bl_bed_read(3), bl_gff3_read(3)

							     bl_gff3_to_bed(3)

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

home | help