powered by
Visualization of element in gff or gtf file
gff_plot( gff_file, the_order = NULL, shape = "Rect", r = 0.3, legend_size = 15, element_color = NULL )
p
The path of gff file.
The path of order of mRNA. It is also the mRNA you want to showcase. A List of Gene ID , One ID Per Line.
RoundRect or Rect.
The radius of rounded corners.
The size of legend.
The color set of element.
Shiqi Zhao
gff_path <- system.file("extdata", "test.gff", package = "BioVizSeq") gff_plot(gff_path)
Run the code above in your browser using DataLab