create_dimObject: create_dimObject

Description Usage Arguments Value

View source: R/dimension_reduction.R

Description

Creates an object that stores a dimension reduction output

Usage

1
2
3
4
5
6
7
create_dimObject(
  name = "test",
  reduction_method = NULL,
  coordinates = NULL,
  misc = NULL,
  my_rownames = NULL
)

Arguments

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

Value

number of distinct colors


bernard2012/Giotto documentation built on Sept. 22, 2020, 10:29 a.m.