cellsPerMutation | R Documentation |
Cells per mutation
cellsPerMutation(object, ...)
## S4 method for signature 'Cellosaurus'
cellsPerMutation(object, minCells = 2L)
object |
Object. |
minCells |
|
... |
Additional arguments. |
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.
Updated 2023-10-06.
data(cello)
## Cellosaurus ====
object <- cello
df <- cellsPerMutation(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.