gsVolcano | R Documentation |
log2FC
under given gene setsVolcano plots of protein log2FC
under given gene sets
gsVolcano(
df2 = NULL,
df = NULL,
contrast_groups = NULL,
gsea_key = "term",
gsets = NULL,
theme = NULL,
fml_nm = NULL,
filepath = NULL,
filename = NULL,
adjP = FALSE,
topn_labels = 20,
show_sig = "none",
gspval_cutoff = 1e-06,
gslogFC_cutoff = log2(1.2),
topn_gsets = Inf,
...
)
df2 |
Character vector or string; the name(s) of secondary data file(s).
An informatic task, i.e. |
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
|
contrast_groups |
The contrast groups defined under a formula at |
gsea_key |
Character string; the column key indicating the terms of gene sets. |
gsets |
The gene sets. |
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 |
show_sig |
Character string indicating the type of significance values to
be shown with |
gspval_cutoff |
Numeric value or vector for uses with
|
gslogFC_cutoff |
Numeric value or vector for uses with
|
topn_gsets |
Numeric value or vector; top entries in gene sets ordered by
increasing Note that it is users' responsibility to ensure that the custom gene sets
contain terms that can be found from the one or multiple preceding analyses
of |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.