create_dimObject: create_dimObject

View source: R/dimension_reduction.R

create_dimObjectR Documentation

create_dimObject

Description

Creates an object that stores a dimension reduction output

Usage

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


RubD/Giotto documentation built on April 29, 2023, 5:52 p.m.