byfml_volcano | R Documentation |
Formula specific volcano plots
byfml_volcano(
fml_nm = NULL,
gspval_cutoff,
gslogFC_cutoff,
topn_gsets,
df,
df2,
col_ind,
id,
filepath,
filename,
adjP,
topn_labels,
anal_type,
show_sig,
gset_nms,
scale_log2r,
complete_cases,
impute_na,
highlights = NULL,
grids = NULL,
theme = NULL,
...
)
fml_nm |
A character string; the name of |
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 |
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. |
col_ind |
Numeric vector; the indexes of columns for the ascribed |
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 |
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 |
show_sig |
Character string indicating the type of significance values to
be shown with |
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 |
complete_cases |
Logical; if TRUE, only cases that are complete with no missing values will be used. The default is FALSE. |
impute_na |
Logical; if TRUE, data with the imputation of missing values will be used. The default is FALSE. |
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,
|
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.