View source: R/do_abundance_summary.R
do_abundance_summary | R Documentation |
Template for functions that accept either a data frame or a list
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" )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.