MultiRate: Compute the cell vitality after frosting

Description Usage Arguments Value Examples

View source: R/CellVit.R

Description

Compute the cell vitality after frosting

Usage

1
MultiRate(unstained_defro, unstained_24h)

Arguments

unstained_defro

cell count of unstained (vital) cells immediately after defrosting

unstained_24h

count of unstained (vital) cells 24 hours after defrosting

Value

multiplication count after frosting

Examples

1
2
3
4
ud  <- c(12, 22, 15, 17)
u24 <-  c(9, 3, 5, 4)

MultiRate(unstained_defro =ud, unstained_24h = u24)

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

Related to MultiRate in Biotech...