Abstract
Recent in vitro and in vivo studies have highlighted the importance of the cell nucleus in governing migration through confined environments. Microfluidic devices that mimic the narrow interstitial spaces of tissues have emerged as important tools to study cellular dynamics during confined migration, including the consequences of nuclear deformation and nuclear envelope rupture. However, while image acquisition can be automated on motorized microscopes, the analysis of the corresponding time-lapse sequences for nuclear transit through the pores and events such as nuclear envelope rupture currently requires manual analysis. In addition to being highly time-consuming, such manual analysis is susceptible to person-to-person variability. Studies that compare large numbers of cell types and conditions therefore require automated image analysis to achieve sufficiently high throughput. Here, we present an automated image analysis program to register microfluidic constrictions and perform image segmentation to detect individual cell nuclei. The MATLAB program tracks nuclear migration over time and records constriction-transit events, transit times, transit success rates, and nuclear envelope rupture. Such automation reduces the time required to analyze migration experiments from weeks to hours, and removes the variability that arises from different human analysts. Comparison with manual analysis confirmed that both constriction transit and nuclear envelope rupture were detected correctly and reliably, and the automated analysis results closely matched a manual analysis gold standard. Applying the program to specific biological examples, we demonstrate its ability to detect differences in nuclear transit time between cells with different levels of the nuclear envelope proteins lamin A/C, which govern nuclear deformability, and to detect an increase in nuclear envelope rupture duration in cells in which CHMP7, a protein involved in nuclear envelope repair, had been depleted. The program thus presents a versatile tool for the study of confined migration and its effect on the cell nucleus.
Introduction
Cell migration is necessary for a number of important physiological processes including immune response, wound healing, and cancer metastasis. Cell migration is particularly important in the context of cancer metastasis, which is responsible for the vast majority of cancer-related deaths, including over 90% of breast cancer deaths [1]. For cancer cells to metastasize, they must first migrate away from the site of the primary tumor (invasion), enter blood or lymphatic vessels (intravasation) through which they are transported to distant parts of the body, and then exit the vessels (extravasation) and migrate to new sites, where they may grow into secondary tumors [1, 2]. The migration behavior of cancer cells is a good indicator of patient prognosis, as more migratory cells form metastases at higher rates. Preventing or reducing cancer cell migration could significantly improve cancer patient outcomes, and present a key step in reducing metastasis-related mortality.
During the processes of tissue invasion and intra- and extravasation, cancer cells have to squeeze through small spaces between other cells and within the extracellular matrix (ECM). Recent findings point to an important role of the cell nucleus in the migration of cells through such confined environments [3]. Deformation of the nucleus, which is the largest and stiffest cellular organelle, determines the ability of cells to pass through constrictions smaller than the nuclear cross-section [3–5]. Cells with less deformable nuclei take longer to pass through microscopic pores than cells with more deformable nuclei [6–8]. One of the primary determinants of nuclear deformability is the expression of lamins A and C, intermediate filament proteins that form a dense protein network (nuclear lamina) underneath the inner nuclear membrane [9, 10]. Intriguingly, expression of lamin A/C is decreased in many cancers [11–15], which could contribute to increased metastatic potential of tumor cells by facilitating both invasion and intra- and extravasation.
In addition to modulating transit efficiency through confined environments, migration through tight spaces places substantial physical stresses on the nucleus, which can lead to a transient loss of nuclear envelope (NE) integrity during interphase, referred to as NE rupture [16, 17]. NE rupture, which allows uncontrolled exchange of cytoplasmic and nuclear proteins, along with protrusion of chromatin into the cytoplasm, could result in increased genomic instability and promote cancer progression [18]. Cells can restore NE integrity using components of the endosomal sorting complexes required for transport-III (ESCRT-III) machinery [16, 17]. Inhibiting NE repair, when combined with inhibition of DNA damage repair pathways, results in substantially increased cell death after NE rupture [16, 17], pointing to potential treatment approaches to specifically target metastatic cancer cells.
These findings have motivated a rapidly growing interest in studying nuclear deformation and NE rupture, particularly during confined migration [10, 18–22]. Microfluidic devices with precisely defined constrictions that mimic interstitial spaces in vivo have emerged as powerful tools to study the role of nuclear deformation and NE rupture in cell migration [7, 16, 17, 20, 23–28]. Although the walls of such devices are more rigid than the in vivo spaces through which cells migrate, confined migration and NE rupture results obtained in these microfluidic devices closely match those obtained in collagen matrices and from intravital imaging studies [16, 17], and the devices enable time-lapse imaging of single-cell migration under precisely defined conditions. In such experiments, nuclei are often identified by fluorescently labeled DNA (e.g., staining with Hoechst 33342) or histones (e.g., expression of H2B-tdTomato). NE rupture events can be detected by monitoring the intracellular localization of a green fluorescent protein containing a nuclear localization sequence (NLS-GFP) [16, 17, 29]. NLS-GFP is normally contained within the nucleus but spills into the cytoplasm during NE rupture and is gradually re-imported into the nucleus upon NE repair (Fig 1). Time-lapse experiments using cancer cells typically cover 6 to 24 hours, with multi-color (fluorescence and transmitted light) images acquired every 2 to 10 minutes, resulting in large (>40 GB per experiment), multi-dimensional data sets that take several days to weeks to manually analyze. Such low throughput image analysis provides a substantial challenge when studying large sets of experimental conditions. Furthermore, manual analysis by different observers can add substantial variability to the experimental data.
To address these issues, we developed a MATLAB program to perform the image analysis in an automated, reproducible, and robust process. The program is capable of tracking individual cells/nuclei as they migrate through microfluidic constriction channels and compute transit times for individual constrictions. While primarily intended to study cell migration in confined environments, the program can also be used to study cells migrating on unconfined 2-D substrates. The progam can also reliably detect NE rupture events and their duration. The program automatically recognizes dividing cells, resulting in increased robustness and accuracy comparable to expert manual analysis, but with substantially increased efficiency.
Automated analysis algorithm
Overview
Automated image analysis begins by locating the constrictions in the first image (Fig 2). The image is then processed to reduce noise and to detect fluorescently labeled nuclei. For each subsequent image in the sequence, image stabilization is performed to account for small shifts in the field of view during image acquisition. Each image is then subject to the same processing as above to reduce noise and detect nuclei. Identified nuclei are tracked from the previous image to the current one. All nuclei are then observed for incidences of constriction passage and NE rupture. After the full sequence has been analyzed, the tracking results are exported to a spreadsheet and presented to the user for manual validation (Fig 2). The program was implemented in MATLAB 2016a and runs on all MATLAB supported platforms, version 2016a and newer. It can be downloaded at the following URL: https://github.com/Lammerding/MATLAB-CellTracking.
Locating constrictions
Constriction location is performed by identifying the round pillars in the microfluidic devices that form the three rows of constrictions (Fig 1A and S1 Fig). This is accomplished by applying a circular Hough transform (a technique that identifies circles in an image) to a transmitted light image of the device. All images are then rotated to align the rows of constrictions horizontally. Virtual boundaries are defined at a specific distance above and below the constriction centerline to determine nucleus entry and exit for each row of constrictions. (S1 Fig). This approach can be adjusted for devices with different designs.
Image pre-processing and stabilization
To reduce the noise in the fluorescence images and enhance the contrast between the nuclear signals and the background, a 10 × 10 pixel Gaussian filter is applied to the images of the fluorescence channels. Image stabilization is then performed via normalized 2D cross-correlation between an image and its predecessor. The obtained spatial offset values are applied to the transmitted light as well as the fluorescence image channels.
Nucleus detection
Nuclei are identified by binarizing images with a locally adaptive threshold based on their H2B-tdTomato signal and applying connected component analysis. Local thresholding, while more computationally expensive, provides better results than global thresholding, especially for unevenly illuminated images. To separate touching nuclei into distinct objects, further segmentation is necessary. Since nuclei are generally oval-shaped, the program uses watershed segmentation based of the distance transform of the identified nuclei. Watershedding segments an image based on “watershed lines”, which separate the image into different “catchment basins”. Figuratively, the image is treated like a topographic map, with image intensities representing the height. This means image areas containing low pixel intensity values are grouped together and separated from other groups if there are high pixel intensity values between them (the “watersheds”). The resulting regions are converted into binary images and further processed to distinguish single nuclei, which form a single catchment basin, from multiple touching nuclei, which form multiple basins separated by a watershed line. Additional imaging process steps are applied to prevent over-segmentation. A visual guide to this algorithm is provided in S2 Fig. Nuclei inside of constrictions are excluded from this segmentation since they take on a dumbbell shape (Fig 1B, 0:50 h) and otherwise may be incorrectly split into two objects. After image segmentation, identified objects are deleted if their properties, such as size and circularity, suggest that they are not nuclei (Fig 3A and 3B).
Nucleus tracking
After nuclei have been identified, they are tracked over time by recording their centroid position at each time point. The following error function is applied to every possible pairing of a nucleus in one image and a nucleus in the following image:
This error function is related to the likelihood that two objects are the same nucleus and is based on the square of the distance between the centroids of the two objects. Since comparing only the distances between objects produces inaccurate results when multiple nuclei are in close proximity, the error function also includes the change in each object’s area and its average H2B-tdTomato fluorescent intensity. These values are expected to remain relatively constant over time for individual nuclei, but vary between different nuclei. The object from the previous time point and the object in the current time point that together have the lowest error function value are paired with one another and marked as unavailable for other pairings. Pairs can only be made if the centroids of the objects are within 40 μm of one another, which is the maximum distance a cell typically travels within the chosen time interval. If necessary, the user can later correct this during the manual validation and editing stage, but we found that such instances are rare. Object pairing and marking availability status continues until no further object pairings are available. Upon completion, time-resolved data for each identified nucleus include centroid position, bounding box, area, and fluorescence intensity, which can be displayed for each nucleus (Fig 3C) and used for further analysis.
Detection of cell transit through constrictions
The passage of nuclei through constrictions is evaluated as follows: if the top of a nucleus’ bounding box is above the lower boundary of a constriction and the bottom of the nucleus’ bounding box is below the upper boundary of the constriction, the nucleus is considered to be attempting to pass through the constriction (Part A in S3 Fig). When an attempting nucleus moves completely above the upper bounding box, it is recorded as having successfully passed the constriction (Part B in S3 Fig). A nucleus that is attempting to traverse a constriction but then moves back out of the boundary of the constriction is recorded as failing to pass through the constriction (Part C in S3 Fig). Nuclei that only briefly (1 time point) attempt to enter a constriction are excluded from the analysis. Such instances can occur when a cell moves parallel to the row of constrictions and a part of the nucleus crosses the boundary of the constriction, without the cell attempting to pass through the constriction.
NE rupture detection
NE rupture is detected by monitoring the inverse ratio of the nuclear NLS-GFP signal to the H2B-tdTomato signal. Since the total amount of NLS-GFP per cell stays approximately constant over time, and NLS-GFP spills into the cytoplasm during NE rupture, the average NLS-GFP nuclear intensity decreases during NE rupture. In contrast, the H2B-tdTomato signal remains nearly constant, allowing for normalization to the H2B-tdTomato signal. The normalization accounts for variations due to photobleaching and other image acquisition effects. The ratio of average H2B-tdTomato signal to average nuclear NLS-GFP signal [H2B/NLS] is measured for each nucleus at every time point. If the difference in ratio between two consecutive time points [Δ(H2B/NLS)] exceeds 20% of the previous time point’s ratio, or if the H2B/NLS ratio increases continuously over the course of at least 5 consecutive time points, then NE rupture is determined to have begun (Fig 4A, red arrow). As the NE is repaired, NLS-GFP re-enters the nucleus, and Δ(H2B/NLS) becomes negative. The NE rupture event is completed when the H2B/NLS ratio returns close to its pre-rupture value and Δ(H2B/NLS) returns to zero (Fig 4C and 4D).
Since NE breakdown also occurs during mitosis, it is important to distinguish loss of nuclear NLS-GFP signals between mitotic cells and those exhibiting interphase NE rupture to avoid false positive detection of NE rupture. Mitosis and NE rupture both begin with NLS-GFP spreading into the cytoplasm and are initially indistinguishable from one another. However, during mitosis, two daughter nuclei form from one initial nucleus. Thus, if a nucleus is detected as undergoing NE rupture, and a new nucleus appears in its vicinity in the next time point, the event is reclassified as mitosis, and not NE rupture (S4 Fig).
Manual verification
Automated data analysis can occasionally misidentify events; therefore, a video for manual verification is generated for every image sequence analyzed. The video is displayed on a graphical user interface, and the user can manually select individual nuclei and events to make corrections as necessary. Recorded data is exported to a file after manual validation.
Automated analysis results
Comparison of automated and manual analysis
To assess the accuracy of the program, we acquired two image sequences of BT-549 breast cancer cells migrating through a microfluidic device with 2-μm wide constrictions. The two image sequences were manually analyzed by four trained observers, recording constriction entry and exit times for each nucleus. One image sequence (S1 Video) was used to “train” the automated image analysis program to define the boundaries that mark entry and exit of the nucleus into/out of the constrictions. The program analyzed the video for six conditions, with constriction boundary lines placed either 5, 6, 7, 8, 9, or 10 μm from the constriction centerline. Comparing the program’s results with the manual results revealed that placing the boundaries 7 μm above and below the center produced the best agreement with the manual analysis.
The other image sequence (S2 Video) was then used to “test” the program and the 7-μm constriction boundaries (Fig 5). Results of the automated image analysis for each nuclear transit event were compared to a manual analysis gold-standard, defined as the average result from four expert reviewers who assess nuclear transit times based on the visible deformation of the nucleus as it enters and exists the constriction. Comparison of the constriction transit times of individual cells determined by the program and four expert observers showed excellent agreement between the program and the manual gold-standard (Fig 5A). Similarly, the average constriction transit times computed by the program for each of the image sequences closely matched the data of the manual observers. Importantly, the program and all four observers correctly identified that cells that overexpress lamin A (Image sequence 1), and which have less deformable nuclei, had significantly longer transit times (p < 0.05) than mock-modified control cells (Image sequence 2) (Fig 5B).
Out of the 50 verified constriction transit events present and analyzed in the two image sequences, 46 were identified by the program prior to manual verification/correction, resulting in a “miss” rate of 8%. We recorded similar “miss” rates in six separate, independent image sequences analyzed by the program (data not shown). The four expert analysts had a combined “miss” rate of 10%, identifying an average of 45 events out of the total 50 transit events in the two image sequences. Therefore, even prior to manual verification, the program misses a similar or even lower number of nuclear constriction transit events than the expert analysts. The events missed by the program can be quickly and easily added to the programmatic analysis during the manual verification stage.
In addition to the identification of true nuclear transit events, person-to-person variability also applies to the transit times measured for each event. For any given transit event, the transit times recorded by the four manual analysts varied by greater than 2 image frames on average, ranging from 0 (complete agreement) to a maximum of 6 image frames. In all but one case (identified by the asterisk in Fig 5A) the program determined a transit time within the range of the manual measurements for that event. The single exception occurred in a cell that moved back and forth as it struggled to pass through the constriction, and the event could be identified as either one long attempt (as assessed by the expert analysts) or two shorter attempts (the first of which a failed attempt, followed by a successful attempt), as assessed by the program.
Detection of differences in constriction transit times
To assess whether the program could detect differences in constriction transit times in cell lines other than those used for the ‘training’ and ‘test’ data, we performed experiments with A549 human lung carcinoma cells treated with siRNA against lamin A/C or a non-target control (S5 Fig). A previous study found that lamin A/C depletion in A549 cells results in increased transit efficiency through small pores [6]. In another study, lamin A/C-deficient mouse embryo fibroblasts had significantly shorted transit times for passage through small constrictions than wild-type controls [7]. Consistent with the previous reports, the automated image analysis of our experiments found that lamin A/C-depleted cells passed faster through 1- and 2-μm wide constrictions than the non-target controls (p < 0.05). In contrast, both groups had comparable transit times (p = 0.34) when passing through 15-μm wide control channels that do not require nuclear deformation (Fig 6A).
Detection of differences in NE rupture durations
The program’s ability to detect NE rupture events was verified through manual inspection of analyzed image sequences. To ensure that automated NE rupture detection is both precise and robust at identifying the durations of NE rupture/repair, we performed experiments with HT-1080 human fibrosarcoma cells treated with siRNA against the ESCRT-III family protein charged multivesicular body protein 7 (CHMP7) (S6 Fig). Since ESCRT-III proteins and CHMP7 are crucial for NE repair [16, 17, 29, 30], depletion of CHMP7 is expected to result in increased NE rupture duration. Automated image analysis confirmed that CHMP7-depleted HT-1080 cells experienced significantly longer NE rupture durations than the non-target controls (p < 0.01) (Fig 6B). CHMP7-depleted and non-target control cells showed similar H2B-tdTomato/NLS-GFP ratio values prior to NE rupture (p > 0.9) and 2 hours after rupture (p = 0.28), while CHMP7-depleted cells were slower to return to this baseline following NE rupture (Fig 6C).
Discussion
We have developed and validated a MATLAB program for the automated and robust analysis of nuclear activity as cells migrate through microfluidic devices. This automation reduces the amount of time required to analyze an image sequence from multiple days/weeks to ~5 hours for a time-lapse experiment with 24 positions/experimental conditions and over 100 time points per position. Furthermore, the automated analysis removes person-to-person variability in the obtained results. The results produced by the program are in close agreement with expert manual analysis. The program is suitable for a broad range of applications that use microfluidic devices to study the migration of cells through confined environments, including analysis of transit times through pores of different size, or incidence of NE rupture. Previously, collecting data on a large number of cell lines, patient samples, or treatment conditions would have been impractical due to the substantial amount of time required to analyze the image sequences.
While the results presented here are based on a specific microfluidic migration device design, the modular nature of the program can be easily adapted to different design geometries, making it useful for a broad user base. Notably, the implemented automatic alignment and recognition of constrictions is independent of the constriction size and position. Similarly, fluorophores other than H2B-tdTomato and NLS-GFP can be used for the identification of nuclei and NE rupture, respectively.
The automated analysis is precise and robust enough to reach reliable conclusions concerning a population of cells’ constriction transit times and NE rupture durations with only minimal user supervision. Furthermore, the program can generate and collect data that would be challenging to obtain through manual analysis. For example, the ability to collect pixel intensity values in specific areas of interest allows the program to monitor the intensity of fluorescence in every nucleus over time. This allows the actual time course of NE repair to be observed, recorded, and compared across populations of cells. In contrast, while manual analysis can record the duration of NE rupture events, it lacks the accuracy required to analyze the extent of repair at earlier time points.
This nucleus tracking program is currently used only to monitor constriction transit times and NE rupture events, but could readily be expanded to a broader array of applications. For example, measurements of nuclear migration persistence, i.e., the tendency of the nucleus to move in a constant direction, could be recorded, since nucleus centroids are determined for each time point. Such an analysis would be extremely tedious and highly time-consuming if done manually. The automated analysis could also be expanded to include cell death detection, for example, based on the permanent loss of NLS-GFP intensity and unmatched nuclei after cell death. Automated cell death analysis could be useful for screening of drugs that target metastatic cancer cells. Under the conditions used in the current experiments, only few cells died during imaging, and these cases appeared to be the result of confined migration and continuous NE rupture, rather than phototoxicity, consistent with previous reports [13, 16]. Additionally, the object identification and tracking elements of the program could be applied to any other set of time-lapse images, for example, to cells migrating on 2-D substrates or contact-printed micropatterns.
Materials and methods
Creating microfluidic devices
Microfluidic devices were created from a silicon wafer mold fabricated by 2-layer SU-8 photolithography as described previously [20]. Polydimethylsiloxane (PDMS) was created by mixing Sylgard 184 Silicone Elastomer Base and Silicone Elastomer Curing Agent in a 10:1 ratio as per the manufacturer’s instructions (Corning). A vacuum chamber was then used to remove air bubbles, and the PDMS was poured into the silicon mold and baked for 2 hours at 65°C to solidify. After removal from the mold, the PDMS was cut to size, and biopsy needles were used to cut out device reservoirs and perfusion channel inlets/outlets.
Devices and glass slides were then washed with deionized water and isopropyl alcohol, dried, and plasma cleaned for five minutes. Covalent bonding of the devices to the slides then occurred by gentle pressing of the device onto the slide and placing the slide on a hot plate at 95°C for 5 minutes. Slide-bound devices were then brought to a tissue-culture hood, and rinsed with 70% ethanol followed by deionized water. Device reservoirs were filled with 20 μg/mL of fibronectin in PBS (for A549 and BT-549 cells) or 0.05 mg/mL of collagen in 0.02 M acetic acid (HT-1080 cells). Devices were kept in a sealed Petri dish at 4°C overnight to allow binding of the protein to the glass slide and PDMS.
Cell culture
The human lung carcinoma cell line A549 (ATCC) was cultured in F-12K media (Gibco) supplemented with 10% fetal bovine serum (FBS, VWR) and 1% penicillin and streptomycin (pen/strep, Gibco). The human fibrosarcoma cell line HT-1080 (ATCC) was cultured in DMEM supplemented with 10% FBS and 1% pen/strep. BT-549 breast cancer cells (ATCC) were cultured in RPMI media supplemented with 10% FBS and 1% pen/strep. All cells were cultured at 37°C and 5% CO2.
Generation of fluorescently labelled cell lines
Cell lines were stably modified with a retroviral vector to express both the NE rupture reporter NLS-GFP, and histone marker H2B-tdTomato (pQCXIP-NLS-copGFP-P2A-H2B-tdTomato-IRES-puro, System Biosciences). The retroviral vector was generated in two steps. LifeAct-GFP was digested out of the pQCXIP-LifeAct-GFP-P2A-H2B-tdTomato vector, and NLS-copGFP was ligated into the vector. NLS-copGFP was obtained from a lentiviral vector (pCDH-CMV-NLS-copGFP-EF1-blastiS) via digestion. The product was then amplified via touchdown PCR, introducing the NotI and AgeI restriction sites, using the following forward and reverse primers, respectively: 5’-CAAGCGGCCGCACCATGACTGCTCCAAAGAAGAAGCG-3’ and 5'-GCAACCGGTGCGAGATCCGGTGGAGCCGG-3'. Retroviral particles were produced via 293-GPG cell transfection with the plasmid and Lipofectamine 2000 (Invitrogen) following the manufacturer’s protocol. Retrovirus-containing supernatants were collected once every 24 hours for 5 days following transfection and strained through a 0.22 μm filter. Cells were seeded into 6-well plates to reach 50–60% confluency on the day of infection, and were transduced with viral stock in the presence of 8 μg/mL polybrene (Sigma-Aldrich) every 24 hours for three days. On the fourth day, the viral solution was replaced with fresh culture medium, and cells were cultured for three days before selection with puromycin. After selection, cells were sorted on a BD FACSARIA FUSION fluorescence activated cell sorter (Cornell University Biotechnology Resource Center), and used for experiments or frozen down.
siRNA mediated depletion of lamin A/C and CHMP7
Lamin A/C depletion in A549 cells and CHMP7 depletion in HT-1080 cells was accomplished using DharmaFECT (Dharmacon) and target-specific siRNA according to the manufacturer’s protocol, with final siRNA concentrations of 2.5 nM (LMNA) and 100 nM (CHMP7). SmartPool siRNA oligonucleotides, containing four target sequences in one mix to reduce off-target effects, were purchased from Dharmacon (GE Healthcare): human LMNA (ON-TARGET plus SMART pool, L-004978-00), human CHMP7 (ON-TARGETplus SMARTpool, L-015514-01), and non-targeting control siRNA (ON-TARGETplus non-targeting pool, D-001810-10).
Generation of cell lines overexpressing lamin A
BT-549 cells were stably modified to express NLS-RFP using a pCDH lentiviral construct (Systems Biosciences). After selection with blasticidin (InvivoGen), cells were modified with a retroviral bicistronic constructs expressing lamin A or a mock control as described previously [31]. Cells were then sorted for RFP- and GFP-expressing cells before being used in experiments.
Seeding cells into microfluidic devices
Cells were trypsynized, centrifuged, counted and resuspended in media to a concentration of 5,000 cells/μL. A cell suspension containing 30,000 cells was added to the inlet port of each device. Device reservoirs were then filled with media and kept in an incubator overnight to allow cell attachment to the fibronectin- or collagen-coated devices. In the morning media was removed, and one reservoir was filled with plain media while the other was simultaneously filled with FBS-supplemented media, creating a chemotactic gradient to promote cell migration across the constrictions. Devices were then returned to the incubator until the start of imaging. Just prior to imaging, media was again removed from the devices. The FBS gradient was established in the same manner as before, but with Fluorobrite (Gibco) imaging media containing 25 mM 4-(2-hydroxyethyl)-1-piperazineethanesulfonic acid (HEPES, Gibco) to keep the cells at physiologic pH in the absence of 5% CO2 during time-lapse imaging. Cover slips were placed over the devices to prevent evaporation of media.
A detailed schematic of the microfluidic device used, including reservoirs, cell seeding ports, and constrictions, can be found elsewhere [20]. The constriction design we used here is the rightmost one presented in Fig 1G of that reference. Designs for the device are available at: http://lammerding.wicmb.cornell.edu/migration-device-design/
Imaging
Migration devices were imaged on an inverted Zeiss Observer Z1 microscope with a temperature-controlled stage set to 37°C at 20× magnification (NA 0.8 air objective) and a CoolSNAP EZ CCD camera (Photometrics). Zen software (Zeiss) was used to automate image acquisition, taking images of specific sections of the migration device every 2 min (HT-1080) or 10 min (A549 and BT-549). Images of the migration device and cells were acquired with differential interference contrast (DIC); fluorescence microscopy was used to capture the NLS-GFP signal (excitation with 450–490 nm light, collection of emission at 500–550 nm; exposure time of 75 ms), and the H2B-tdTomato signal (excitation by 550–580 nm light, collection of 590–650 nm light; exposure time of 400 ms). All images were saved in the Carl Zeiss Image (*.czi) format.
Western blotting
To quantify protein depletion, Western blots were performed with cell lysates. Parallel prepared samples of the siRNA treated cells were lysed at the time of imaging in high salt radioimmunoprecipitation assay (HS RIPA) buffer. Lysates were vortexed for five minutes to shear DNA, heated to 93°C for two minutes, and centrifuged to pellet DNA. Protein concentrations were determined by Bradford assay. Equal amounts of protein (15 μg) for each sample were loaded into a NuPAGE 10% Bis-Tris gel (Gibco). Gels ran in 3-(N-morpholino)propanesulfonic acid (MOPS) buffer at 100 V until the ladder bands began to separate, and then at 175 V until completion. Proteins were then transferred to a polyvinylidene difluoride (PVDF, Millipore) membrane at 16 V for one hour. Gels were stained with Coomassie to observe quality of protein loading. After transfer, the membrane was blocked for at least one hour at room temperature in 5% milk. Primary antibodies (anti-lamin A/C, Santa Cruz, sc-6215, dilution 1:2000; anti-CHMP7, Sigma, HPA036119, dilution 1:200; anti-actin, Santa Cruz, sc-1615 HRP, dilution 1:2000) were added and left on overnight at 4°C. Secondary antibodies (donkey anti-rabbit 800 cw and donkey anti-mouse 680 RD, Licor) were incubated for one hour at room temperature prior to imaging on a LI-COR Odyssey CLx.
Image analysis
Image sequences were analyzed using the custom-written MATLAB program. To allow the program to read the images in the .czi format, the Bio-Formats package was downloaded from the Open Microscopy Environment’s webpage and added to the MATLAB search path. Constriction passage times as well as NE rupture events were recorded for all cells. Data was automatically exported into a comma-separated values (*.csv) file for use with Microsoft Excel. To verify the accuracy of the program, results for selected image sequences were compared to results from manual analysis using Zen software.
Statistical analysis
Statistical analysis was performed on GraphPad’s Prism software. Distributions of constriction transit times and NE rupture durations were tested for normality, and their means were compared using the appropriate statistical tests. Two-tailed t-tests with Welch’s correction for unequal variances were used to compare two normally distributed means. The Mann-Whitney test was used to compare two means if either was not normally distributed. One-way analysis of variance (ANOVA) followed by Tukey’s multiple comparison test was used to compare the constriction transit times determined by the program with those determined through manual analysis. In the comparison between manual and automated image analysis, three data points were excluded due to large discrepancies in the manual analysis between the four observers. Two-tailed t-tests with the Bonferroni correction were used to compare the normalized fluorescent intensities during NE rupture events.
Supporting information
Acknowledgments
The authors thank Emily Bell, Gregory Fedorchak, Philipp Isermann, Jay Jun, Jineet Patel, and Pragya Shah for their manual image analysis and helpful discussion. The authors thank João Filipe Henriques for contributing a small section of MATLAB code that helped with manual interaction with a video.
Data Availability
All relevant data are within the paper and its Supporting Information files.
Funding Statement
This work was supported by awards from the National Institutes of Health [R01 HL082792 (National Heart, Lung, and Blood Institute) and U54 CA210184 (National Cancer Institute), to J.L.]; the Department of Defense Breast Cancer Research Program (Congressionally Directed Medical Research Program) [Breakthrough Award BC150580, to J.L.], the National Science Foundation [CAREER Award CBET-1254846, to J.L.; GRFP Award DGE-1144153 to A.L.M.]; and the Cornell University College of Engineering [Engineering Learning Initiatives Grant, to J.E.]. This work was performed in part at the Cornell NanoScale Facility, a member of the National Nanotechnology Coordinated Infrastructure (NNCI), which is supported by the National Science Foundation (Grant ECCS-1542081). The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
References
- 1.Chaffer CL, Weinberg RA. A perspective on cancer cell metastasis. Science. 2011;331(6024):1559–64. Epub 2011/03/26. doi: 10.1126/science.1203543 . [DOI] [PubMed] [Google Scholar]
- 2.Poste G, Fidler IJ. The pathogenesis of cancer metastasis. Nature. 1980;283(5743):139–46. Epub 1980/01/10. . [DOI] [PubMed] [Google Scholar]
- 3.Krause M, Wolf K. Cancer cell migration in 3D tissue: negotiating space by proteolysis and nuclear deformability. Cell adhesion & migration. 2015;9(5):357–66. Epub 2015/08/25. doi: 10.1080/19336918.2015.1061173 ; PubMed Central PMCID: PMC4955366. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Wolf K, Te Lindert M, Krause M, Alexander S, Te Riet J, Willis AL, et al. Physical limits of cell migration: control by ECM space and nuclear deformation and tuning by proteolysis and traction force. The Journal of cell biology. 2013;201(7):1069–84. Epub 2013/06/27. doi: 10.1083/jcb.201210152 ; PubMed Central PMCID: PMC3691458. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 5.Friedl P, Wolf K, Lammerding J. Nuclear mechanics during cell migration. Current opinion in cell biology. 2011;23(1):55–64. Epub 2010/11/27. doi: 10.1016/j.ceb.2010.10.015 ; PubMed Central PMCID: PMC3073574. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Harada T, Swift J, Irianto J, Shin JW, Spinler KR, Athirasala A, et al. Nuclear lamin stiffness is a barrier to 3D migration, but softness can limit survival. The Journal of cell biology. 2014;204(5):669–82. Epub 2014/02/26. doi: 10.1083/jcb.201308029 ; PubMed Central PMCID: PMC3941057. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Davidson PM, Denais C, Bakshi MC, Lammerding J. Nuclear deformability constitutes a rate-limiting step during cell migration in 3-D environments. Cellular and molecular bioengineering. 2014;7(3):293–306. Epub 2014/12/02. doi: 10.1007/s12195-014-0342-y ; PubMed Central PMCID: PMC4243304. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Rowat AC, Jaalouk DE, Zwerger M, Ung WL, Eydelnant IA, Olins DE, et al. Nuclear envelope composition determines the ability of neutrophil-type cells to passage through micron-scale constrictions. The Journal of biological chemistry. 2013;288(12):8610–8. Epub 2013/01/29. doi: 10.1074/jbc.M112.441535 ; PubMed Central PMCID: PMC3605679. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Lammerding J, Fong LG, Ji JY, Reue K, Stewart CL, Young SG, et al. Lamins A and C but not lamin B1 regulate nuclear mechanics. The Journal of biological chemistry. 2006;281(35):25768–80. Epub 2006/07/11. doi: 10.1074/jbc.M513511200 . [DOI] [PubMed] [Google Scholar]
- 10.Stephens AD, Banigan EJ, Adam SA, Goldman RD, Marko JF. Chromatin and lamin A determine two different mechanical response regimes of the cell nucleus. Molecular biology of the cell. 2017;28(14):1984–96. Epub 2017/01/07. doi: 10.1091/mbc.E16-09-0653 ; PubMed Central PMCID: PMC5541848. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Capo-chichi CD, Cai KQ, Smedberg J, Ganjei-Azar P, Godwin AK, Xu XX. Loss of A-type lamin expression compromises nuclear envelope integrity in breast cancer. Chinese journal of cancer. 2011;30(6):415–25. Epub 2011/06/02. doi: 10.5732/cjc.010.10566 ; PubMed Central PMCID: PMC3941915. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Bell ES, Lammerding J. Causes and consequences of nuclear envelope alterations in tumour progression. European journal of cell biology. 2016;95(11):449–64. Epub 2016/07/12. doi: 10.1016/j.ejcb.2016.06.007 ; PubMed Central PMCID: PMC5110382. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Irianto J, Pfeifer CR, Ivanovska IL, Swift J, Discher DE. Nuclear lamins in cancer. Cellular and molecular bioengineering. 2016;9(2):258–67. Epub 2016/08/30. doi: 10.1007/s12195-016-0437-8 ; PubMed Central PMCID: PMC4999255. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Wazir U, Ahmed MH, Bridger JM, Harvey A, Jiang WG, Sharma AK, et al. The clinicopathological significance of lamin A/C, lamin B1 and lamin B receptor mRNA expression in human breast cancer. Cellular & molecular biology letters. 2013;18(4):595–611. Epub 2013/12/03. doi: 10.2478/s11658-013-0109-9 . [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Matsumoto A, Hieda M, Yokoyama Y, Nishioka Y, Yoshidome K, Tsujimoto M, et al. Global loss of a nuclear lamina component, lamin A/C, and LINC complex components SUN1, SUN2, and nesprin-2 in breast cancer. Cancer medicine. 2015;4(10):1547–57. Epub 2015/07/16. doi: 10.1002/cam4.495 ; PubMed Central PMCID: PMC4618625. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Denais CM, Gilbert RM, Isermann P, McGregor AL, te Lindert M, Weigelin B, et al. Nuclear envelope rupture and repair during cancer cell migration. Science. 2016;352(6283):353–8. Epub 2016/03/26. doi: 10.1126/science.aad7297 ; PubMed Central PMCID: PMC4833568. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Raab M, Gentili M, de Belly H, Thiam HR, Vargas P, Jimenez AJ, et al. ESCRT III repairs nuclear envelope ruptures during cell migration to limit DNA damage and cell death. Science. 2016;352(6283):359–62. Epub 2016/03/26. doi: 10.1126/science.aad7611 [DOI] [PubMed] [Google Scholar]
- 18.Shah P, Wolf K, Lammerding J. Bursting the Bubble—Nuclear Envelope Rupture as a Path to Genomic Instability? Trends in cell biology. 2017;27(8):546–55. Epub 2017/03/14. doi: 10.1016/j.tcb.2017.02.008 ; PubMed Central PMCID: PMC5524594. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Lim S, Quinton RJ, Ganem NJ. Nuclear envelope rupture drives genome instability in cancer. Molecular biology of the cell. 2016;27(21):3210–3. Epub 2016/11/02. doi: 10.1091/mbc.E16-02-0098 ; PubMed Central PMCID: PMC5170854. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Davidson PM, Sliz J, Isermann P, Denais C, Lammerding J. Design of a microfluidic device to quantify dynamic intra-nuclear deformation during cell migration through confining environments. Integrative biology: quantitative biosciences from nano to macro. 2015;7(12):1534–46. Epub 2015/11/10. doi: 10.1039/c5ib00200a ; PubMed Central PMCID: PMC4666765. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Takaki T, Montagner M, Serres MP, Le Berre M, Russell M, Collinson L, et al. Actomyosin drives cancer cell nuclear dysmorphia and threatens genome stability. Nature communications. 2017;8:16013 Epub 2017/07/25. doi: 10.1038/ncomms16013 ; PubMed Central PMCID: PMC5527285. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.McGregor AL, Hsia CR, Lammerding J. Squish and squeeze-the nucleus as a physical barrier during migration in confined environments. Current opinion in cell biology. 2016;40:32–40. Epub 2016/02/20. doi: 10.1016/j.ceb.2016.01.011 ; PubMed Central PMCID: PMC4887392. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Thomas DG, Yenepalli A, Denais CM, Rape A, Beach JR, Wang YL, et al. Non-muscle myosin IIB is critical for nuclear translocation during 3D invasion. The Journal of cell biology. 2015;210(4):583–94. Epub 2015/08/12. doi: 10.1083/jcb.201502039 ; PubMed Central PMCID: PMC4539979. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Skau CT, Fischer RS, Gurel P, Thiam HR, Tubbs A, Baird MA, et al. FMN2 Makes Perinuclear Actin to Protect Nuclei during Confined Migration and Promote Metastasis. Cell. 2016;167(6):1571–85 e18. Epub 2016/11/15. doi: 10.1016/j.cell.2016.10.023 ; PubMed Central PMCID: PMC5135586. [DOI] [PMC free article] [PubMed] [Google Scholar] [Retracted]
- 25.Malboubi M, Jayo A, Parsons M, Charras G. An open access microfluidic device for the study of the physical limits of cancer cell deformation during migration in confined environments. Microelectronic engineering. 2015;144:42–5. Epub 2015/09/29. doi: 10.1016/j.mee.2015.02.022 ; PubMed Central PMCID: PMC4567073. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Lautscham LA, Kammerer C, Lange JR, Kolb T, Mark C, Schilling A, et al. Migration in Confined 3D Environments Is Determined by a Combination of Adhesiveness, Nuclear Volume, Contractility, and Cell Stiffness. Biophysical journal. 2015;109(5):900–13. Epub 2015/09/04. doi: 10.1016/j.bpj.2015.07.025 ; PubMed Central PMCID: PMC4564685. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Mekhdjian AH, Kai F, Rubashkin MG, Prahl LS, Przybyla LM, McGregor AL, et al. Integrin-mediated traction force enhances paxillin molecular associations and adhesion dynamics that increase the invasiveness of tumor cells into a three-dimensional extracellular matrix. Molecular biology of the cell. 2017;28(11):1467–88. Epub 2017/04/07. doi: 10.1091/mbc.E16-09-0654 ; PubMed Central PMCID: PMC5449147. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Fu Y, Chin LK, Bourouina T, Liu AQ, VanDongen AM. Nuclear deformation during breast cancer cell transmigration. Lab on a chip. 2012;12(19):3774–8. Epub 2012/08/07. doi: 10.1039/c2lc40477j . [DOI] [PubMed] [Google Scholar]
- 29.Robijns J, Molenberghs F, Sieprath T, Corne TD, Verschuuren M, De Vos WH. In silico synchronization reveals regulators of nuclear ruptures in lamin A/C deficient model cells. Scientific reports. 2016;6:30325 Epub 2016/07/28. doi: 10.1038/srep30325 ; PubMed Central PMCID: PMC4962089. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Isermann P, Lammerding J. Consequences of a tight squeeze: Nuclear envelope rupture and repair. Nucleus. 2017;8(3):268–74. Epub 2017/03/14. doi: 10.1080/19491034.2017.1292191 ; PubMed Central PMCID: PMC5499899. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Zwerger M, Jaalouk DE, Lombardi ML, Isermann P, Mauermann M, Dialynas G, et al. Myopathic lamin mutations impair nuclear stability in cells and tissue and disrupt nucleo-cytoskeletal coupling. Human molecular genetics. 2013;22(12):2335–49. Epub 2013/02/22. doi: 10.1093/hmg/ddt079 ; PubMed Central PMCID: PMC3658163. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
All relevant data are within the paper and its Supporting Information files.