CheckMatrix_scCustom | R Documentation |
Native implementation of SeuratObjects CheckMatrix but with modified warning messages.
CheckMatrix_scCustom(
object,
checks = c("infinite", "logical", "integer", "na")
)
object |
A matrix |
checks |
Type of checks to perform, choose one or more from:
|
Emits warnings for each test and invisibly returns NULL
Re-implementing CheckMatrix
only for sparse matrices with modified warning messages. Original function from SeuratObject https://github.com/satijalab/seurat-object/blob/9c0eda946e162d8595696e5280a6ecda6284db39/R/utils.R#L625-L650 (License: MIT).
## Not run:
mat <- Read10X(...)
CheckMatrix_scCustom(object = mat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.