plotAllChromosomeValues: Plot to a png file the values for the given intervals.

Description Usage Arguments Examples

View source: R/XHMM_functions.R

Description

Plot to a png file the values for the given intervals, alternating color by chromosome.

Usage

1
2
plotAllChromosomeValues(chr, values, ylab, title,
outputName, specialColors = NULL)

Arguments

chr
values
ylab
title
outputName
specialColors

Examples

1
2
3
## Not run: plotAllChromosomeValues(c(rep(1, 200), rep(2, 100), rep(3, 50)),
c(sample(1:200), sample(1:100), sample(1:50)), "Values", "Genomic values", "./out")
## End(Not run)

xhmmScripts documentation built on May 2, 2019, 1:01 a.m.