Cells per mutation
Usage
cellsPerMutation(object, ...)
# S4 method for Cellosaurus
cellsPerMutation(object, minCells = 2L)Arguments
- object
Object.
- minCells
integer(1). Minimum number of cells per mutation.- ...
Additional arguments.
Value
DFrame or NULL.
Genes in columns, cells in rows.
Includes additional cell line metadata on left side.
Returns NULL if no cells match or pass minCells filter.
Examples
data(cello)
## Cellosaurus ====
object <- cello
df <- cellsPerMutation(object)