Skip to contents

Cells per gene fusion

Usage

cellsPerGeneFusion(object, ...)

# S4 method for Cellosaurus
cellsPerGeneFusion(object, minCells = 2L)

Arguments

object

Object.

minCells

integer(1). Minimum number of cells per gene fusion.

...

Additional arguments.

Value

DFrame or NULL. Gene fusion pairs 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 <- cellsPerGeneFusion(object)