Given a set of genes, find the ones which are detected in the sample, and which are not.
findGenes(seurat, genes)
seurat | Seurat object |
---|---|
genes | Character vector of genes |
A named list with two elements: "detected" and "undetected" each storing character vectors with the genes in each category
#> [1] "IL32" "CD79B"find_out$undetected#> [1] "foo"