Skip to contents

set Matrix

set Matrix

Usage

setMatrix(object, ...)

# S3 method for ArchRProject
setMatrix(
  object = NULL,
  mtx = NULL,
  matrix_name,
  force = F,
  matrix_property = "gene",
  entry_type = "double"
)

# S3 method for Seurat
setMatrix(object, mtx = NULL, assay = NULL, force = F)

Arguments

object

SeuratObject

mtx

matrix

matrix_name

matrix name

force

force to overwrite

matrix_property

property

entry_type

double integer ...

assay

assay name

Value

OBJ object object

Examples

setMatrix()
#> Error in setMatrix(): argument "object" is missing, with no default
setMatrix()
#> Error in setMatrix(): argument "object" is missing, with no default