Description Usage Arguments Value
Obtain dimensional reduction data
1 2 3 4 5 6 7 | getDimRed(
object,
dim_red_method = "umap",
with_meta = TRUE,
with_stats = TRUE,
phase = "first_tmt"
)
|
object |
A valid cell tracer object. |
dim_red_method |
Character value. The dimensional reduction method. |
with_meta |
Logical. If set to TRUE the discrete variables of the meta data slot are added to the output data.frame. |
with_stats |
Logical. If set to TRUE the numeric variables of the stat data slots are added tot he output data.frame. |
phase |
Character value. Refers to the phase of the experiment. Valid inputs are:
Note: This argument is ignored if the experiment set up did not include any treatment or the treatment started right from the beginning. |
The data.frame of interest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.