do_abundance_summary: Template for functions that accept either a data frame or a...

View source: R/do_abundance_summary.R

do_abundance_summaryR Documentation

Template for functions that accept either a data frame or a list

Description

Template for functions that accept either a data frame or a list

Usage

do_abundance_summary(
  data_,
  xlab = "Protein rank",
  ylab = "median log10 LFQ",
  point.size = 1,
  view = T,
  input,
  output.data = "data_abundance",
  output.plot = "plot_abundance"
)

Arguments

data_

list or tibble

xlab

x-axis label

ylab

y-axis label

point.size

size of data points

view

view plot

input

name of input data

output.data

name for output data

output.plot

name for output plot data


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