draw_PGplots | R Documentation |
draw_PGplots function draws qplots of physical coordinated to genomic locations for all chromosomes in the supplied image format into a folder created by the function
draw_PGplots(input,output_folder,im_type)
input |
Required: the output of physical2genomic function. |
output_folder |
Required: a folder to be created which will be used to store the images. |
im_type |
Optional: the type of images, default is svg |
a1 = physical2genomic("peanut.gff","chr_siz.txt","chr_len.txt",200000)
draw_PGplots(a1,'output_folder_1')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.