chromPlot: Function to plot a single chromosomes for a given sample

Description Usage Arguments Examples

View source: R/plotChrom.R

Description

Function to plot a single chromosomes for a given sample

Usage

1
2
chromPlot(cnv_file, chrom = NA, ylim = c(-5, 5), ext = "png",
  theme = "white", write = TRUE)

Arguments

cnv_file

File to plot. [Required]

chrom

Specify the chromosome to plot [Defualt 'X']

ylim

Adjust y axis limits in plot [Default ylim=c(-5,5)]

Examples

1
chromPlot(cnv_file = "data/test.window-10000.cnv", chrom = "3R", ylim=c(-6,6))

nriddiford/cnvPlotteR documentation built on Aug. 28, 2020, 5:31 a.m.