cellsPerMutation: Cells per mutation

cellsPerMutationR Documentation

Cells per mutation

Description

Cells per mutation

Usage

cellsPerMutation(object, ...)

## S4 method for signature '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.

Note

Updated 2023-10-06.

Examples

data(cello)

## Cellosaurus ====
object <- cello
df <- cellsPerMutation(object)

acidgenomics/Cellosaurus documentation built on March 15, 2024, 1:28 a.m.