CellVit: Compute the cell vitality

Description Usage Arguments Value Examples

View source: R/CellVit.R

Description

Compute the cell vitality

Usage

1
CellVit(unstained, stained)

Arguments

unstained

cell count of unstained cells

stained

cell count of stained cells

Value

vitality

Examples

1
2
3
4
us <- c(55, 65, 49, 57)
st <- c(11, 12, 9, 6)

CellVit(unstained = us, stained = st)

Biotech documentation built on Aug. 13, 2020, 9:07 a.m.

Related to CellVit in Biotech...