excludeProblematicCells | R Documentation |
Exclude problematic cells
excludeProblematicCells(object, ...)
## S4 method for signature 'Cellosaurus'
excludeProblematicCells(object)
object |
Object. |
... |
Additional arguments. |
excludeProblematicCells
filters based on "Problematic cell line"
metadata
in cell line comments. This also removes contaminated cell lines, and is
more strict.
Modified object, with problematic cells excluded (removed).
Updated 2023-09-12.
Cellosaurus package.
data(cello)
## Cellosaurus ====
object <- cello
print(dim(object))
object <- excludeProblematicCells(object)
print(dim(object))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.