| Literature DB >> 26537797 |
Herbert Braselmann1,2, Agata Michna3, Julia Heß4,5, Kristian Unger6,7.
Abstract
BACKGROUND: Colony formation assay is the gold standard to determine cell reproductive death after treatment with ionizing radiation, applied for different cell lines or in combination with other treatment modalities. Associated linear-quadratic cell survival curves can be calculated with different methods. For easy code exchange and methodological standardisation among collaborating laboratories a software package CFAssay for R (R Core Team, R: A Language and Environment for Statistical Computing, 2014) was established to perform thorough statistical analysis of linear-quadratic cell survival curves after treatment with ionizing radiation and of two-way designs of experiments with chemical treatments only.Entities:
Mesh:
Year: 2015 PMID: 26537797 PMCID: PMC4634140 DOI: 10.1186/s13014-015-0529-y
Source DB: PubMed Journal: Radiat Oncol ISSN: 1748-717X Impact factor: 3.481
R commands for the two presented examples
| R Command | Comment |
|---|---|
| LQ cell survival curves | |
| > library(CFAssay) | Loads the package |
| > filename <- ~expl1_cellsurvcurves.txt~ | |
| > datapath <- system.file(~doc~, filename, package=~CFAssay~) | Gets the path to the example data |
| > datatab <- read.table(datapath, header=TRUE, sep=~\t~) | Reads the data |
| > X <- subset(datatab, cline==~okf6TERT1~) | Selects OKF6 cell survival data |
| > print(cellsurvLQfit(X, method=~ml~)) | Fits LQ model with maximum likelihood |
| > print(cellsurvLQfit(X, method=~ls~)) | Fits LQ model with least squares |
| > print(cellsurvLQdiff(datatab, curvevar=~cline~)) | Compares curves from two cell lines |
| Knockdown and treatment experiment | |
| > filename <- ~exp2_2waycfa.txt~ | |
| > datapath <- system.file(~doc~, filename, package=~CFAssay~) | Gets the path to the example data |
| > datatab <- read.table(datapath, header=TRUE, sep=~\t~) | Reads the data |
| > print(cfa2way(datatab, A=~siRNA~, B=~x5fuCis~, param=~A/B~, method=~ml~)) | Fits LQ model with maximum likelihood |
| > print(cfa2way(datatab, A=~siRNA~, B=~x5fuCis~, param=~A/B~, method=~ls~)) | Fits LQ model with least squares |
Fig. 1Diagnostic plots of linear-quadratic cell survival curve (OKF6/TERT1) fitted by maximum-likelihood. Solid curve: mean of 8 replicate experiments, dashed curves: 2 of 8 experiments. Annotated is the percentage of the residual sum of weighted squares to total 164.8 a: 5.5 %, b: 31.7 %, expected: 12.5 %
Fig. 2Influence of siRNA transfection for COX7A2 on sensitivity for cisplatin/5-FU. The height of the bars represent cell survival fractions relative to the control sample. Annotated are values as calculated in the two-way ANOVA according to Eq. (4), converted to percentages. The value of B1 corresponds the height of the fourth bar relative to the third bar. The difference between B1 and B0 is significant (ML method, F-test, p=0.012)