IntersectGeneLsWithObject | R Documentation |
Intersects a set of gene names with those found in a Seurat object.
IntersectGeneLsWithObject(
genes,
obj = combined.obj,
n_genes_shown = 10,
species_ = "human",
EnforceUnique = TRUE,
ShowStats = TRUE,
strict = TRUE,
verbose = TRUE
)
genes |
A vector of gene names to be intersected with the Seurat object. |
obj |
A Seurat object containing gene expression data. |
n_genes_shown |
Number of missing genes to be printed. Default: 10. |
strict |
All genes to be present in the Seurat object? Default: |
verbose |
verbose |
A vector of gene names that are found both in the input 'genes' vector and the Seurat object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.