parseGFF | R Documentation |
This function takes a GFF file path as input. It will read it, parse it, and return a data.frame for use with associate_scaffolds_GFF().
parseGFF(gff.filepath)
gff.filepath |
Path to GFF file |
data.frame object with useful GFF info
gff <- parseGFF("./genes.gff")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.