plotCorr | R Documentation |
Correlation plots
plotCorr(
df = NULL,
id = NULL,
anal_type,
data_select,
col_select = NULL,
col_order = NULL,
label_scheme_sub = NULL,
scale_log2r = TRUE,
complete_cases = FALSE,
filepath = NULL,
filename = NULL,
cor_method = "pearson",
digits = 2L,
...
)
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 |
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 |
data_select |
The type of data to be selected, for example, logFC or logInt. |
col_select |
Character string to a column key in |
col_order |
Character string to a column key in |
label_scheme_sub |
A data frame. Subset entries from |
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. |
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 |
cor_method |
A character string indicating which correlation coefficient
is to be computed. One of |
digits |
The number of decimal places in correlation values to be displayed. |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.