Description Usage Arguments Value
View source: R/calculate_death_rate.R
Read the csv file where the apoptosis assay data is saved.
1 2 | read.celldeath.file(filename, sep = ",", combination = F,
column.name = "Apoptotic.fraction")
|
filename |
name of the csv file. string.'Time', 'CONC' and the column name specified in column.name argument are mandatory columns in the file. |
sep |
the field separator character. Comma by default. |
combination |
boolean argument to specify if the file has drug combination data, that is, more that one drug concentration column. Default to FALSE. |
column.name |
string value to specify the column name where the total number or the fraction of death cells numbers are saved. |
A dataframe with the relevant information about the apoptosis assay.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.