View source: R/dimensional-reduction.R
run_dim_red | R Documentation |
Title
run_dim_red( object, variable_set, phase = NULL, method_dim_red = "pca", force = FALSE, set_seed = NULL, verbose = NULL, ... )
object |
A valid cypro object. |
variable_set |
Character value. Denotes the variable set of interest. Use |
phase |
Character or numeric. If character, the ordinal value referring to the phase of interest (e.g. 'first', 'second' etc.). referring to the phase of interest or 'all'. If numeric, the number referring to the phase. If set to NULL takes the phase denoted as default with Ignored if the experiment design contains only one phase. |
force |
Logical value. Needs to be set to TRUE if you want to overwrite an already existing set up or already existing results. |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.