IntersectGeneLsWithObject: Intersect Genes with Seurat Object

View source: R/Seurat.Utils.R

IntersectGeneLsWithObjectR Documentation

Intersect Genes with Seurat Object

Description

Intersects a set of gene names with those found in a Seurat object.

Usage

IntersectGeneLsWithObject(
  genes,
  obj = combined.obj,
  n_genes_shown = 10,
  species_ = "human",
  EnforceUnique = TRUE,
  ShowStats = TRUE,
  strict = TRUE,
  verbose = TRUE
)

Arguments

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: TRUE.

verbose

verbose

Value

A vector of gene names that are found both in the input 'genes' vector and the Seurat object.


vertesy/Seurat.utils documentation built on Dec. 4, 2024, 5:20 p.m.