Description Usage Arguments Value
View source: R/calculate_death_rate.R
Function to calculate the death rate from the apoptosis assay data.
1 2 3 | calculate_death_rate(cell_death_data, net_growth_data = NULL,
d_start = 0.005, Apoptotic.fraction = F,
column.name = "Apoptotic.cells", ...)
|
cell_death_data |
name of the dataframe where the apoptosis assay data is saved. |
net_growth_data |
name of the dataframe where the growth kinetics data is saved. |
d_start |
initial parameter value for the death rate to be used in the least squared estimation process. |
Apoptotic.fraction |
if TRUE, the fraction of death cells is used for the calculation of the death rate. If FALSE (default), the total number of death cells is used. |
column.name |
string value to specify the column name where the total number or the fraction of death cells numbers are saved. |
... |
Additional arguments for nls function |
A dataframe where the death rate for each cell type is included as a column to the information used as input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.