View source: R/load.ref.genome.GFF.R
| load.genome.GFF | R Documentation |
This function loads a reference genome file in GFF format.
load.genome.GFF(reference.genome)
reference.genome |
Input file name or data frame in GFF file format. |
A data frame.
Chrispin Chaguza, Chrispin.Chaguza@gmail.com
https://github.com/ChrispinChaguza/RCandy
## Not run:
Read genome in GFF formatted file, generated usign readseq, and plot the genomic features
ref.genome.gff<-system.file("extdata", "Hungary19A-6.gff", package = "RCandy",mustWork = TRUE)
new.ref.genome<-load.genome.GFF(ref.genome.gff)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.