excludeNonHumanCells | R Documentation |
Exclude non-human cell lines
excludeNonHumanCells(object, ...)
## S4 method for signature 'Cellosaurus'
excludeNonHumanCells(object)
object |
Object. |
... |
Additional arguments. |
Modified object, with non-human cells excluded (removed).
Updated 2023-10-06.
data(cello)
## Cellosaurus ====
object <- cello
print(dim(object))
object <- excludeNonHumanCells(object)
print(dim(object))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.