View source: R/Seurat.utils.less.used.R
PrctCellExpringGene | R Documentation |
Calculates the proportion of cells expressing one or more specified genes.
PrctCellExpringGene(genes, group.by = "all", obj = combined.obj, ...)
genes |
Character vector of gene names of interest. |
group.by |
Optional grouping variable for analysis (e.g., cell type). Default: 'all'. |
obj |
Seurat object to analyze. Default: |
... |
Additional arguments. |
Data frame with genes and their cell expression proportion, optionally grouped.
Adapted from Ryan-Zhu on GitHub.
## Not run:
PrctCellExpringGene(genes = c("LTB", "GNLY"), obj = combined.obj)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.