plot_lines: Lines plot fo rpublication in ggplot2

View source: R/plot_lines.R

plot_linesR Documentation

Lines plot fo rpublication in ggplot2

Description

Lines plot fo rpublication in ggplot2

Usage

plot_lines(
  data,
  group.column = "observations",
  label.column,
  x.y.ratio,
  main.color = "grey",
  highlight.color = "red",
  highlight.proteins = NULL,
  variables.label.fun = p2g,
  alpha = 0.8,
  xlab = NULL,
  ylab = NULL
)

Arguments

data

data

group.column

name of group column

label.column

name of column containing labels for proteins

x.y.ratio

ratio of x- and y-axis steps

main.color

color of lines

highlight.color

color of highlighted protein lines

highlight.proteins

vector giving containing proteins to highlight

variables.label.fun

function to transform accession IDs to labels

alpha

transparency of lines

xlab

x-axis label

ylab

y-axis label


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.