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
5
# we use a real dataset:
us <- c(55, 65, 49, 57)
st <- c(11, 12, 9, 6)

CellVit(unstained = us, stained = st)

Utzi1/Biotech documentation built on July 4, 2020, 9:37 a.m.