plotEucDist | R Documentation |
Plots EucDist
plotEucDist(
df = NULL,
id = NULL,
label_scheme_sub = NULL,
adjEucDist = FALSE,
scale_log2r = TRUE,
complete_cases = FALSE,
annot_cols,
annot_colnames,
filepath = NULL,
filename = NULL,
anal_type = "EucDist",
...
)
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 |
label_scheme_sub |
A data frame. Subset entries from |
adjEucDist |
Logical; if TRUE, adjusts the inter-plex |
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. |
annot_cols |
A character vector of column keys in |
annot_colnames |
A character vector of replacement name(s) to
|
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 |
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.