|
LIBRARY#include <biolibc/gff.h> -lbiolibc -lxtend SYNOPSISvoid bl_gff_to_bed(bl_gff_t *gff_feature, bl_bed_t *bed_feature) ARGUMENTSgff_feature Pointer to the bl_gff_t structure to copy bed_feature Pointer to the bl_bed_t structure to receive data DESCRIPTIONCopy GFF fields to a BED structure to the extent possible. Since GFF and BED files do not necessarily contain the same information, some information may be lost or filled in with appropriate markers.SEE ALSObl_bed_read(3), bl_gff_read(3) Visit the GSP FreeBSD Man Page Interface. |