Description Usage Arguments Value Examples
Create scHOT object from a matrix
1 2 3 4 5 6 | scHOT_buildFromMatrix(
mat,
cellData = NULL,
positionType = NULL,
positionColData = NULL
)
|
mat |
A matrix with rows for genes and columns for cells |
cellData |
A dataframe or DataFrame object with rows for cells |
positionType |
A string indicating the position type, either "trajectory" or "spatial" |
positionColData |
Strings indicate the position information stored in colData. If positionType is "trajectory" then positionColData should be a sortable vector if positionType is "spatial" then positionColData should be a matrix type object. |
A scHOT object
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.