mht.control: Controls for mhtplot

View source: R/mhtplot.R

mht.controlR Documentation

Controls for mhtplot

Description

Parameter specification through function

Usage

mht.control(
  type = "p",
  usepos = FALSE,
  logscale = TRUE,
  base = 10,
  cutoffs = NULL,
  colors = NULL,
  labels = NULL,
  srt = 45,
  gap = NULL,
  cex = 0.4,
  yline = 3,
  xline = 3
)

Arguments

type

Type of plot.

usepos

A flag.

logscale

A flag for log-scale.

base

Base of log.

cutoffs

Cutoffs of P-value, etc.

colors

Colours for chromosomes.

labels

Labels for chromosomes.

srt

Rotation degrees.

gap

Gap between data points.

cex

Scaling factor of data points.

yline

Vertical adjustment.

xline

Horiztonal adjustment.

Value

A list as above.


gap documentation built on Aug. 26, 2023, 5:07 p.m.