draw_PGplots: draw_PGplots

View source: R/draw_PGplots.R

draw_PGplotsR Documentation

draw_PGplots

Description

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

Usage

draw_PGplots(input,output_folder,im_type)

Arguments

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

Examples

a1 = physical2genomic("peanut.gff","chr_siz.txt","chr_len.txt",200000)
draw_PGplots(a1,'output_folder_1')

USDA-ARS-GBRU/crossword documentation built on May 23, 2024, 11:45 p.m.