View source: R/draw.genome.annotations.R
| show.genome.annotation.plot | R Documentation | 
This function reads a reference genome in GFF format and then plots the genetic features (coding sequences) on both forward and reverse strands.
show.genome.annotation.plot( genome.name, genome.start = NULL, genome.end = NULL, genome.start.upstream = 0, genome.end.downstream = 0, show.gene.label = FALSE, gene.feature.width = 1.5 )
| genome.name | Path to the input file name. | 
| genome.start | Start position of the genome to show in the plot. | 
| genome.end | End position of the genome to show in the plot. | 
| genome.start.upstream | Start drawing the genome plot from the specified bases upstream of the genome. | 
| genome.end.downstream | End drawing the genome plot from the specified bases upstream of the genome. | 
| show.gene.label | Show genetic feature label. | 
| gene.feature.width | Width of the genetic features. | 
None
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)
show.genome.annotation.plot(ref.genome.gff)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.