plotMext: Wrapper function, plotting the average plot

Description Usage Arguments Value

Description

This function is package internal and should not be executed directly by users.

Usage

1
2
3
4
5
6
plotMext(INPUTS, xlim = NULL, ylim = NULL, main = NULL, xlab = "",
  ylab = "", plotScale = "linear", type = "full",
  error.estimates = TRUE, legend = TRUE, legend_ext = FALSE,
  legend_pos = "topright", legend_ext_pos = "topleft", cex.axis = 14,
  cex.lab = 16, cex.main = 20, cex.legend = 10, ln.v = TRUE,
  ln.h = NULL, colvec = NULL, pointsize = 12, ...)

Arguments

INPUTS

list of pre calculated inputs

main

an overall title for the plot: see title.

xlab

a title for the x axis: see title.

ylab

a title for the y axis: see title.

plotScale

scale the available data before ploting, can be "linear" (do not scale), "log2" or "zscore"

...

Other parameters controlong the plot, see plotAverage for avareange plot and plotHeatmap for heatmaps.

Value

NULL


Przemol/seqplots-release documentation built on May 8, 2019, 3:47 a.m.