byfile_plotVolcano | R Documentation |
Plot volcanos
byfile_plotVolcano(
df = NULL,
df2 = NULL,
id = "gene",
fml_nm = NULL,
filepath = NULL,
filename = NULL,
adjP = FALSE,
topn_labels = 20,
anal_type = "Volcano",
gset_nms = "go_sets",
scale_log2r = TRUE,
impute_na = FALSE,
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
|
df2 |
Character vector or string; the name(s) of secondary data file(s).
An informatic task, i.e. |
id |
Character string; one of |
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 |
anal_type |
Character string; the type of analysis that are preset for
method dispatch in function factories. The value will be determined
automatically. Exemplary values include |
gset_nms |
Character string or vector containing the shorthanded name(s),
full file path(s), or both, to gene sets for enrichment analysis. For
species among |
scale_log2r |
Logical; if TRUE, adjusts |
impute_na |
Logical; if TRUE, data with the imputation of missing values will be used. The default is FALSE. |
theme |
A ggplot2 theme, i.e., theme_bw(), or a custom theme. At the NULL default, a system theme will be applied. |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.