plotBlank: Blank plot

View source: R/plotBlank.R

plotBlankR Documentation

Blank plot

Description

Blank plot for LocusExplorer, if data is missing blank output ggplot with text annotation.

Usage

plotBlank(
  xStart = NULL,
  xEnd = NULL,
  yLabel = "",
  textAnnot = "No data",
  pad = TRUE
)

Arguments

xStart, xEnd

Region range, zoom, minimum BP and maximum BP, advised to keep this less than 5Mb.

yLabel

character string, label for Y axis, default "".

textAnnot

character string for plot text annotation, default "No data"

pad

Default is TRUE, to align plots pad strings with spaces, using oncofunco::strPadLeft().

Value

a ggplot object

Author(s)

Tokhir Dadaev


oncogenetics/oncofunco documentation built on March 9, 2024, 5:23 p.m.