getExpressingCells: Get cells that express query gene

View source: R/utility_functions.R

getExpressingCellsR Documentation

Get cells that express query gene

Description

Get cells that express query gene above specified threshold

Usage

getExpressingCells(so, query, expression.threshold = 0, which.data = "data")

Arguments

so

Seurat Object

query

Query gene. A character.

expression.threshold

Numeric. Return cells that express query above threshold value. Default is 0.

which.data

Seurat data slot ("data", "scale")

Value

Character vector of cell barcodes/ids

Author(s)

Nicholas Mikolajewicz


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.