![]() |
![]()
| ![]() |
![]()
NAMEbl_gff3_to_bed() - Convert a GFF3 featuer to a BED object LIBRARY#include <biolibc/gff3.h> -lbiolibc -lxtend SYNOPSISvoid bl_gff3_to_bed(bl_gff3_t *gff3_feature, bl_bed_t *bed_feature) ARGUMENTSgff3_feature Pointer to the bl_gff3_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_gff3_read(3)
|