setMatrix: setMatrix function

View source: R/generics.R

setMatrixR Documentation

setMatrix function

Description

set Matrix

set Matrix

Usage

setMatrix(object, ...)

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

## S3 method for class '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()
setMatrix()

CostaLab/MOJITOO documentation built on Oct. 17, 2023, 12:06 a.m.