import_gff | R Documentation |
import genome annotations in GFF/GFF3 format
import_gff(gffFile, format = "gff")
gffFile |
the gff file path |
format |
should be one of "gff", "gff1", "gff2", "gff3", "gvf", or "gtf". Default as gff |
GRange object
gff.Path <- system.file("extdata", "annotation.gff", package = "geneHapR")
gff <- import_gff(gff.Path, format = "gff")
gff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.