powered by
import genome annotations in GFF/GFF3 format
import_gff(gffFile, format = "gff")
GRange object
the gff file path
should be one of "gff", "gff1", "gff2", "gff3", "gvf", or "gtf". Default as gff
gff.Path <- system.file("extdata", "annotation.gff", package = "geneHapR") gff <- import_gff(gff.Path, format = "gff") gff
Run the code above in your browser using DataLab