info_anal | R Documentation |
info_anal
produces functions for selected informatic analysis.
info_anal(
id = gene,
col_select = NULL,
col_group = NULL,
col_order = NULL,
col_color = NULL,
col_fill = NULL,
col_shape = NULL,
col_size = NULL,
col_alpha = NULL,
color_brewer = NULL,
fill_brewer = NULL,
size_manual = NULL,
shape_manual = NULL,
alpha_manual = NULL,
col_benchmark = NULL,
scale_log2r = TRUE,
complete_cases = FALSE,
impute_na = FALSE,
method_replace_na = "none",
df = NULL,
df2 = NULL,
filepath = NULL,
filename = NULL,
anal_type = c("Corrplot", "Heatmap", "Histogram", "MA", "MDS", "Model", "NMF", "Trend")
)
id |
Character string; one of |
col_select |
Character string to a column key in |
col_group |
Character string to a column key in |
col_order |
Character string to a column key in |
col_color |
Character string to a column key in |
col_fill |
Character string to a column key in |
col_shape |
Character string to a column key in |
col_size |
Character string to a column key in |
col_alpha |
Character string to a column key in |
color_brewer |
Character string to the name of a color brewer for use in
ggplot2::scale_color_brewer,
i.e., |
fill_brewer |
Character string to the name of a color brewer for use in
ggplot2::scale_fill_brewer,
i.e., |
size_manual |
Numeric vector to the scale of sizes for use in
ggplot2::scale_size_manual,
i.e., |
shape_manual |
Numeric vector to the scale of shape IDs for use in
ggplot2::scale_shape_manual,
i.e., |
alpha_manual |
Numeric vector to the scale of transparency of objects for
use in
ggplot2::scale_alpha_manual
, i.e., |
col_benchmark |
Not used. |
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. |
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. |
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 |
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 |
A function to the given anal_type
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.