excludeContaminatedCells | R Documentation |
Exclude contaminated cells
excludeContaminatedCells(object, ...)
## S4 method for signature 'Cellosaurus'
excludeContaminatedCells(object)
object |
Object. |
... |
Additional arguments. |
excludeContaminatedCells
only filters based on
"Problematic cell line: Contaminated"
metadata in cell line comments. This
is less stringent than excludeProblematicCells
and intentionaly keeps
cell lines that are misidentified but not contaminated.
Modified object, with contaminated cells excluded (removed).
Updated 2023-09-12.
Cellosaurus package.
data(cello)
## Cellosaurus ====
object <- cello
print(dim(object))
object <- excludeContaminatedCells(object)
print(dim(object))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.