View source: R/dimension_reduction.R
| create_dimObject | R Documentation | 
Creates an object that stores a dimension reduction output
create_dimObject(
  name = "test",
  reduction_method = NULL,
  coordinates = NULL,
  misc = NULL,
  my_rownames = NULL
)
| name | arbitrary name for object | 
| reduction_method | method used to reduce dimensions | 
| coordinates | accepts the coordinates after dimension reduction | 
| misc | any additional information will be added to this slot | 
| my_rownames | rownames | 
number of distinct colors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.