excludeNonHumanCells: Exclude non-human cell lines

excludeNonHumanCellsR Documentation

Exclude non-human cell lines

Description

Exclude non-human cell lines

Usage

excludeNonHumanCells(object, ...)

## S4 method for signature 'Cellosaurus'
excludeNonHumanCells(object)

Arguments

object

Object.

...

Additional arguments.

Value

Modified object, with non-human cells excluded (removed).

Note

Updated 2023-10-06.

Examples

data(cello)

## Cellosaurus ====
object <- cello
print(dim(object))
object <- excludeNonHumanCells(object)
print(dim(object))

acidgenomics/Cellosaurus documentation built on March 15, 2024, 1:28 a.m.