| Literature DB >> 26549537 |
Iris Eke1, Stephanie Hehlgans1, Veit Sandfort2, Nils Cordes1.
Abstract
Three-dimensional ex vivo cell cultures mimic physiological in vivo growth conditions thereby significantly contributing to our understanding of tumor cell growth and survival, therapy resistance and identification of novel potent cancer targets. In the present study, we describe advanced three-dimensional cell culture methodology for investigating cellular survival and proliferation in human carcinoma cells after cancer therapy including molecular therapeutics. Single cells are embedded into laminin-rich extracellular matrix and can be treated with cytotoxic drugs, ionizing or UV radiation or any other substance of interest when consolidated and approximating in vivo morphology. Subsequently, cells are allowed to grow for automated determination of clonogenic survival (colony number) or proliferation (colony size). The entire protocol of 3D cell plating takes ~1 h working time and pursues for ~7 days before evaluation. This newly developed method broadens the spectrum of exploration of malignant tumors and other diseases and enables the obtainment of more reliable data on cancer treatment efficacy.Entities:
Mesh:
Substances:
Year: 2015 PMID: 26549537 PMCID: PMC4734598 DOI: 10.3892/ijo.2015.3230
Source DB: PubMed Journal: Int J Oncol ISSN: 1019-6439 Impact factor: 5.650
Figure 1Cell culture conditions affect the tumor cell resistance to irradiation, chemotherapy and molecular therapeutics. Clonogenic cell survival data of a variety of human carcinoma cell lines treated with different clinically applied therapeutics as examples for anticipated results. Two (2D)- or three (3D)-dimensionally grown FaDu squamous cell carcinoma, A549 lung carcinoma and DLD1 colorectal carcinoma cells were treated either with cisplatin (CDDP), X-rays (4 Gy single dose) or the anti-EGFR antibody cetuximab. Images illustrate characteristic growth of cell colonies in 2D and 3D. Data show mean ± SD (n=3; t-test; *P<0.05, **P<0.01).
Example ImageJ macro to be used on a directory with multiple subdirectories containing images.
| Steps | |
|---|---|
| Step 1 | //ATTENTION: This macro will close all other open images in ImageJ |
| Step 2 | //Chose directory containing the image subdirectories |
| Step 3 | //Chose minimum colony size |
| Step 4 | //Loop through directories |
| Step 5 | //load images and perform focus stacking |
| Step 6 | //Wait for output to open |
| Step 7 | //Select stacked output |
| Step 8 | //Substract background, filter and do segmentation |
| Step 9 | //Count Colonies |
| Step 10 | //Save overlay image to disk |
| Step 11 | //Save results to disk |
| Step 12 | //Close all windows |
Each subdirectory should contain multiple images of one well at various levels. Images will be focus stacked and cell colonies will be counted. Output will be a text file for each directory with information on all colonies identified and an image showing the counted colonies for quality check.
Example R code to be used to analyze the data.
| Steps | |
|---|---|
| Step 1 | #Set to directory containing the ImageJ output |
| Step 2 | library(“ggplot2”) |
| Step 3 | #load data |
| Step 4 | #create and output area histograms |
| Step 5 | #summarize data for each filename (corresponding to each well) and write csv file |
The data are loaded to R and area histograms are created.
Figure 2Summary of steps for 3D cell plating and analysis. Detailed workflow of experimental setup including incubation times. See also Figs. 3 and 5 for more information.
Figure 3Procedure of 96-well preparation and cell plating into 3D lrECM. To prevent cell adhesion to bottom, wells are coated with agarose. Single cell suspension is prepared from permanent cell culture, diluted with lrECM and pipetted on top of polymerized agarose. Medium is added after polymerization of cell-lrECM mixture. Upon treatment, cell colonies grown from single cells can be counted and/or analyzed microscopically.
Figure 4Colonies in 3D lrECM continuously grow out of one single cell. Representative cell colony growth over 8 days illustrated by microscopic pictures and cartoons. Securing a more than 50 cell stage of a single cell colony was achieved by DAPI staining (optional f-actin staining with phalloidin).
Figure 5Automated analysis of 3D colony formation assay can differentiate between effects on survival and proliferation. (A) To account for limited field depth when imaging 3D cell cultures, multiple Z-levels are recorded and merged using an algorithm that preserves the sharpness of each plane (focus stacking). (B) The resulting image is post-processed and segmented to delineate the colonies. (C) Colonies are automatically counted followed by colony size evaluation as surrogate for cell proliferation. Data show mean ± SD (n=3; t-test; *P<0.05, **P<0.01). (D) Comparative analysis of automatically measured colonies and manually measured colonies including correlation calculation (R=0.81; P<0.0001).
Figure 6Detailed data analysis can reveal effects of cancer treatment on distribution of measured colony sizes on a single-cell-base. With the described method, the size of every single colony under each treatment condition is recorded and the distribution can be analyzed and illustrated with R. Histograms are plotted for each well separately showing the number of colonies (colony count) with a specific colony size (colony area).