crGeneSig | R Documentation |
Create single-cell gene signature
crGeneSig(seu, variant_features = NULL, quantile_threshold = 0.1)
seu |
A seurat object |
variant_features |
Character vector of variable genes returned by IDVariantGenes |
quantile_threshold |
Genes a distance less than this threshold will be considered part of the gene signature |
A list n cells long with nearest gene-cell distances for each cell
## Not run:
ranked_genes <- crGeneSig(seu, variant_features = var_genes)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.