fullVolcano | R Documentation |
Volcano plots for all proteins or peptides in a data set
fullVolcano(
df = NULL,
id = "gene",
contrast_groups = NULL,
theme = NULL,
fml_nm = NULL,
filepath = NULL,
filename = NULL,
adjP = FALSE,
topn_labels = 20,
highlights = NULL,
grids = 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 |
contrast_groups |
The contrast groups defined under a formula at |
theme |
A ggplot2 theme, i.e., theme_bw(), or a custom theme. At the NULL default, a system theme will be applied. |
fml_nm |
A character string; the name 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 |
filename |
A representative file name to outputs. By default, the
name(s) will be determined automatically. For text files, a typical file
extension is |
adjP |
Logical; if TRUE, use Benjamini-Hochberg pVals in volcano plots. The default is FALSE. |
topn_labels |
A non-negative integer; the top-n species for labeling in a
plot. At |
highlights |
A list of entries for highlighting. See also |
grids |
An integer or integer vector for subset visualization of
contrasts within a group. For example with a group of three contrasts,
|
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.