findGenes: findGenes

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Given a set of genes, find the ones which are detected in the sample, and which are not.

Usage

1
findGenes(seurat, genes)

Arguments

seurat

Seurat object

genes

Character vector of genes

Value

A named list with two elements: "detected" and "undetected" each storing character vectors with the genes in each category

Author(s)

Selin Jessa

Examples

1
2
3
find_out <- findGenes(pbmc, c("IL32", "CD79B", "foo"))
find_out$detected
find_out$undetected

fungenomics/cytobox documentation built on Feb. 13, 2020, 10:51 a.m.