setMatrix | R Documentation |
set Matrix
set Matrix
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)
object |
SeuratObject |
mtx |
matrix |
matrix_name |
matrix name |
force |
force to overwrite |
matrix_property |
property |
entry_type |
double integer ... |
assay |
assay name |
OBJ
object
object
setMatrix()
setMatrix()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.