plotOligoFreqs: plotOligoFreqs

Description Usage Arguments

View source: R/plot_functions.R

Description

Plots oligo-nucleotide frequencies over a region as lines.

Usage

1
2
3
plotOligoFreqs(freqs, x_pos = NULL, ylim = NULL,
  xlab = "distance to position of interest", ylab = "frequencies",
  legend_nrow = 1, col = NULL, ...)

Arguments

freqs

(numeric matrix) oligonucleotide frequencies

x_pos

(numeric vector) x axis positions

ylim

(numeric tuple) range of the y axis

xlab

(character) x axis label, defaults to: \"distance to position of interest\"

ylab

(character) y axis label, defaults to: \"frequencies\"

legend_nrow

(integer) over how many rows should the legend be split

col

(character vector) colours to use, if NULL (default) a palette will be generated by distinctive_colors

...

further parameters for plot


markheron/pRon documentation built on Feb. 18, 2020, 12:33 a.m.