calculate_growth_rate: Calculate Growth Rate

Description Usage Arguments Value Examples

View source: R/growth_rate.R

Description

For cell culture. Calculates the growth rate and doubling time of cells based on hours passed, seeding number, and current count.

Usage

1
calculate_growth_rate(current_number, starting_number, time.hours)

Arguments

current_number

number of cells counted at the end; integer.

starting_number

number of cells seeded. integer.

time.hours

number of hours that passed between seeding and collection; integer.

Value

returns a dataframe.

Examples

1
# ADD_EXAMPLES_HERE

avhgenomics/bioKIT documentation built on May 5, 2019, 12:29 a.m.