Description Usage Arguments Value Examples
This function infers cell identities by using the model learned by the reference dataset.
1 | identity_map(scale.data, model, gene_cl.ref, p.threshold = NULL)
|
scale.data |
A scaled matrix of gene expressions like in the |
model |
The model as in output of the |
gene_cl.ref |
A list of cluster-specific markers. Each element of the list contains markers of a cell type. Usually only top100 ranked markers are used. |
p.threshold |
Probability threshold to consider a cell classified. Default=0.5. |
A list with a vector with cell identities predicted by the model (ids) and a dataframe with probabilities at each identity class.
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.