sd_violin | R Documentation |
Violin plots of CV per TMT_Set and LCMS_injection
sd_violin(
df = NULL,
id = NULL,
filepath = NULL,
width = NULL,
height = NULL,
type = "log2_R",
adjSD = FALSE,
is_psm = FALSE,
col_select = NULL,
col_order = NULL,
theme = NULL,
...
)
df |
The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
|
id |
Character string; one of |
filepath |
A file path to output results. By default, it will be
determined automatically by the name of the calling function and the value
of |
width |
The width of a plot. |
height |
The height of a plot. |
type |
Character string; the type of data for SD calculations. |
adjSD |
Not currently used. If TRUE, adjust the standard deviation in relative to the width of ratio profiles. |
is_psm |
Logical; indicator if the data belong to a PSM table . |
col_select |
Character string to a column key in |
col_order |
Character string to a column key in |
theme |
A ggplot2 theme, i.e., theme_bw(), or a custom theme. At the NULL default, a system theme will be applied. |
... |
Additional parameters for plotting: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.