View source: R/load.gubbins.GFF.R
| load.gubbins.GFF | R Documentation | 
This function reads a GFF format generated by Gubbins containing genomic regions where recombination events were identified.
load.gubbins.GFF(gubbins.gff.file, recom.input.type = "Gubbins")
gubbins.gff.file | 
 Path to the input Gubbins GFF recombination file or data frame  | 
recom.input.type | 
 Type of input recombination data, either "Gubbins" GFF or "BRATNextGen" tabular data.  | 
A data frame containing number of unique recombination events at genomic positions where recombination events were identified
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
gubbins.gff<-system.file("extdata", "ST320.recombination_predictions.gff", package = "RCandy",
mustWork = TRUE)
rec.events<-load.gubbins.rec.events.gff(gubbins.gff)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.