extractCells: Extract cells from Data objects

Description Usage Arguments Value Examples

View source: R/extractCells.R

Description

Given a Data object, extract all infected or all uninfected cells.

Usage

1

Arguments

x

The original Data object.

infected

Either NULL or a boolgen whether to return all infected ( TRUE) or all uninfected cells (FALSE).

Value

A Data object of the same type as x, but only containing a subset of all cells.

Examples

1
2
data <- PlateData(PlateLocation("J101-2C"))
data <- extractCells(data, infected=TRUE)

nbenn/singleCellFeatures documentation built on May 23, 2019, 12:24 p.m.