read.celldeath.file: read.celldeath.file

Description Usage Arguments Value

View source: R/calculate_death_rate.R

Description

Read the csv file where the apoptosis assay data is saved.

Usage

1
2
read.celldeath.file(filename, sep = ",", combination = F,
  column.name = "Apoptotic.fraction")

Arguments

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.

Value

A dataframe with the relevant information about the apoptosis assay.


Michorlab/ACESO documentation built on June 4, 2021, 4:57 p.m.