Figures
Abstract
Automatic operations of multi-functional and time-lapse live-cell imaging are necessary for the biomedical science community to study active, multi-faceted, and long-term biological phenomena. To achieve automatic control, most existing solutions often require the purchase of extra software programs and hardware that rely on the manufacturers’ own specifications. However, these software programs are usually non-user-programmable and unaffordable for many laboratories. To address this unmet need, we have developed a novel open-source software program, titled Automatic Multi-functional Integration Program (AMFIP), as a new Java-based and hardware-independent system that provides proven advantages over existing alternatives to the scientific community. Without extra hardware, AMFIP enables the functional synchronization of the μManager software platform, the Nikon NIS-Elements platform, and other 3rd party software to achieve automatic operations of most commercially available microscopy systems, including but not limited to those from Nikon. AMFIP provides a user-friendly and programmable graphical user interface (GUI), opening the door to expanding the customizability for myriad hardware and software systems according to user-specific experimental requirements and environments. To validate the intended purposes of developing AMFIP, we applied it to elucidate the question whether single cells, prior to their full spreading, can sense and respond to a soft solid substrate, and if so, how does the interaction depend on the cell spreading time and the stiffness of the substrate. Using a CRISPR/Cas9-engineered human epithelial Beas2B (B2B) cell line that expresses mNeonGreen2-tagged mechanosensitive Yes-associated protein (YAP), we show that single B2B cells develop distinct substrate-stiffness-dependent YAP expressions within 10 hours at most on the substrate, suggesting that cells are able to sense, distinguish, and respond to mechanical cues prior to the establishment of full cell spreading. In summary, AMFIP provides a reliable, open-source, and cost-free solution that has the validated long-term utility to satisfy the need of automatic imaging operations in the scientific community.
Citation: Luo Q, Zhang J, Huang M, Lin G, Tanaka M, Lepler S, et al. (2022) Automatic Multi-functional Integration Program (AMFIP) towards all-optical mechano-electrophysiology interrogation. PLoS ONE 17(7): e0266098. https://doi.org/10.1371/journal.pone.0266098
Editor: Mahendra Singh Dhaka, Mohanlal Sukhadia University, INDIA
Received: May 17, 2021; Accepted: March 14, 2022; Published: July 28, 2022
Copyright: © 2022 Luo et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: All relevant data are within the paper and its Supporting Information files.
Funding: The sources of funding for this study are Cancer Pilot Award from UF Health Cancer Center (to Xin Tang and Dietmar Siemann) and the Gatorade Award Start-up Package (to Xin Tang). Both are from University of Florida. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
Competing interests: The authors have declared that no competing interests exist.
Introduction
Automatic operations of multi-functional and time-lapse live-cell imaging are essential for the biomedical science community that explore dynamic, multi-faceted, and long-term biological questions [1–6]. Successful automatic operations of myriad custom experiments require streamlined functional coordinations of multiple microscope hardware and imaging software systems that are produced by different manufacturers of optoelectronic systems. However, most manufacturers usually provide their own hardware-specific drivers and software. Despite their high price, these expensive drivers and software are often non-user-programmable and incompatible with additional 3rd party hardware, limiting the full utilization of hardware functionalities and the necessary coordination between different devices [7–9]. To address this unmet need in the scientific community, we have developed a novel open-source software-based automation program, titled Automatic Multi-functional Integration Program (AMFIP), using Java programming language (Fig 1A). Compared with existing alternatives available to researchers, AMFIP applies a common programming language Java to coordinate multiple software and overcomes the challenges of developing an individual driver for every new hardware. Most newly developed optoelectronic devices that come with official controlling software can be directly controlled by our program through the coordination of AMFIP with the related official controlling software. Therefore, our program provides advantages to the scientific community by functioning as a hardware-independent controlling hub with the validated long-term utility, enabling the functional coordination of multiple hardware and software systems to achieve automatic multi-functional and time-lapse data acquisition on most commercially available imaging systems.
(A) Software-based AMFIP is designed and developed to achieve customizable and automatic control of generic microscopy systems. This capability is needed in many research laboratories. AMFIP enables automatic, customizable, and hardware-independent control (in blue) of multi-functional imaging conditions to acquire spatial-temporal biological information. In contrast, other software-based solutions (in grey), such as μManager plugins, and hardware-based solutions, such as micro-controllers, only control limited hardware and thus provide restricted functions. (B) The Workflow of implementing AMFIP in a typical experiment. (1) A custom MATLAB program assists in detecting the cells of interest and generates a coordinate list of selected FOVs. (2) The GUI of AMFIP reads the coordinates to guide the movement of the XY motor-stage. Users input pre-defined experimental parameters and initiate μManager to modulate the Nikon Ti2-E microscope. (3) Java code in AMFIP activates Elements and SpinView to manipulate the A1R confocal microscope system and Blackfly S camera. The MATLAB program reads the latest bright-field image to update the coordinates of current FOVs. (4) AMFIP automatically conducts these operations in sequence for multi-functional imaging. (C) A representative view of MATLAB operation interface for automatic cell detection and stage-drift prevention. (C1) The Interface of MATLAB to edit marks of detected cell islands. Red marks indicate the centroids of detected cell islands while blue circles denote unwanted marks. The mis-match rate (number of marks that are not cell divided by number of overall marks) is 4.66% ± 0.82%. (C2) Patterns of detected cells. The detected cells are marked with green rectangles. (C3) Detection control with “DELETE” and “QUIT” buttons. The button in grey indicates that its statement is inactivated. By clicking the button, its function is activated.
AMFIP is developed based on the μManager software platform and entails multiple advantages (Table 1). First, AMFIP achieves software-based automation without adding any extra hardware. To achieve automatic operations, some existing solutions require extra single-board microcontrollers to coordinate multiple hardware and software systems. These microcontrollers generate analog and digital signals to modulate optoelectronic devices. For example, the NI data acquisition card (DAQ; National Instrument Corp.) is utilized to control the frame acquisition of the camera and switch of the laser channels [10]. An Arduino-based system is applied to modulate selective-plane illumination microscopy (SPIM) [11]. However, these hardware-based solutions need additional purchases of expensive adaptive drivers at prices around the $1000s for some optoelectronic devices, such as the Nikon A1R controller. Our hardware-independent AMFIP program avoids such expenses by implementing a home-built Java-based script coordinating all devices through software communications alone. Traditionally, to transmit modulatory signals from the NI digital-analog converters (DAC) card into some optoelectronics hardware, particular physical ports are needed, such as a Communication (COM) port or Peripheral Component Interconnect (PCI) port. However, these ports are not always present in many commercial devices, such as the Nikon LU-N4 laser units used by many research laboratories. Thus, additional purchases are needed for researchers to control the new hardware components that contain these ports [12]. AMFIP bypasses these hardware constraints and accomplishes automatic modulations by leveraging the software communications between the Nikon NIS-Elements software platform (Elements) that exclusively controls Nikon’s hardware and the hardware equipment from 3rd party manufacturers.
Second, compared to other existing solutions, AMFIP supports a broader range of hardware, including but not limited to μManager-supported hardware. As an open-source software package, μManager has been applied to manipulate optoelectronic devices [15–19]. Researchers have developed myriad user-defined μManager plugins to achieve specific tasks. However, due to the rapid upgrades of microscopy equipment in the market, most existing μManager plugins lack development speedy enough to provide sufficient compatibility with the latest equipment. For example, a recently developed μManager plugin, MultiFRET, can achieve automatic acquisition and analysis of fluorescent images but relies on μManager-supported instruments [13]. Due to the same restriction, another newly developed plugin, Easier Micro-Manager User (EMU), can offer only limited functions to control μManager-supported optical hardware, e.g., modulation of laser and filter wheels, and acquisition processes, e.g., 2D time series or 3D z-stack imaging [14]. AMFIP is compatible with non-μManager-supported instruments, providing more choices on new hardware to be included in microscope systems for a more complex automatic process. We have demonstrated that AMFIP enables automatic operations such as modulations of the Nikon laser channels and multi-functional imaging, which have been previously unattainable by μManager alone, through the coordination with Nikon’s official controlling software Elements (Results) [15].
Third, Java-based AMFIP enables user-programmable and automatic operations. Specifically, AMFIP has a user-friendly GUI and is programmable to perform operations that meet the experiment-specific requirements (Fig 2). Prior to experiments, researchers can flexibly specify the functions needed for their experiments and input the required parameters. Next, AMFIP coordinates all hardware and software involved and executes the specified tasks automatically in the experiments (Fig 1B). In case unexpected accidents occur during the course of the experiments, researchers can flexibly pause the current task without any loss of acquired data and resume the experiments any time after clearance of the accidents. For comparison, an existing MATLAB-based GUI [20] can automatically accomplish an 18-hour data acquisition, but it cannot pause the experiment in case of unexpected accidents. Instead, AMFIP achieves automation of the entire system while providing users with safe and flexible control. These features are desirable for both new and experienced users.
The all-in-one GUI of AMFIP enables users to program all experimental parameters and essential functions according to users’ specific experimental requirements and environment. Users are allowed to (1) Input X, Y, Z coordinates for each FOV; (2) Specify the types of microscope objective for each FOV; (3) Specify the intensity of DiaLamp for each FOV; (4) Specify desired filter cubes for each FOV; (5) Define the universal time and laser configurations for each FOV in the experiment; (6) Switch to different light path; (7) Add or remove points; (8) Open up the window for additional laser configuration; (9) Open up the window for additional time configuration; and (10) Start the specified experimental procedure.
To verify the capability of AMFIP, we designed and conducted a series of multi-channel and time-lapse image acquisition experiments to elucidate a fundamental cell biology question: can single cells, prior to their full spreading, sense and respond to a soft solid substrate, and if so, how does the interaction depend on the cellular spreading time and the stiffness of the substrate? We employed a CRISPR/Cas9-engineered human epithelial Beas2B (B2B) cell line that expresses mNEonGreen2-tagged Yes-associated protein (YAP) endogenously [21–25]. As a mechano-sensitive protein in cells, YAP, along with transcriptional coactivator with PDZ-binding motif (TAZ), translocates between the nucleus and the cytoplasm depending on the specific mechanical signals received, such as the microenvironment stiffness, shear flow, cell traction, and adhesion [26–29]. The full-spreading cells sense the microenvironment stiffness through their focal adhesion assembly, and subsequently regulate YAP translocation [30–32]. Hence, tracking the spatial-temporal YAP expression in single B2B cells prior to the establishment of full spreading will help answer our question. Specifically, we combined AMFIP and traction force microscopy to co-track the spatial-temporal dynamics of endogenous YAP expression in, cell/nuclear morphology of, and traction force applied by CRISPR/Cas9-engineered B2B cells [33] throughout the process of cell spreading on stiffness-varied hydrogel substrates (Young’s modulus E = 2 kPa, 5 kPa, and 40 kPa). We quantified the ratio of YAP expression in the nucleus/cytoplasm (N/C), spreading areas of nucleus and cell-body, and traction as functions of substrate stiffness (Figs 3–5). Interestingly, we found that cells show distinct substrate-dependent distributions of YAP N/C expressions prior to the full spreading of cells (Figs 6 and 7).
(A) 3D fluorescent confocal YAP image stack of a single spreading B2B cell on 2-kPa substrate at 0.5th, 5th, and 10th hour. Notably, YAP intensity in nucleus decreases with respect to that in cytoplasm and the YAP distribution becomes homogenous during the process of cell spreading. (B) 10-hr time-lapse image stack that contains overlapped fluorescent YAP images and bright-field cell images of a single B2B cell spreading on 2-kPa hydrogels. Note: The shapes of the cell (in blue contour) and nucleus (in orange contour) transform from roundness to flatness. YAP N/C ratio decreases from 1.93 at 0th hour to 1.40 at 10th hour. (C) 10-hr time-lapse image stack of a non-spreading single cell. Note: The shape of the cell maintains rounded. YAP N/C ratio changed from 1.62 at 0th hour to 1.59 at 10th hour. (D) YAP N/C ratio versus nucleus/cell-body area of spreading cells (n = 10). The average YAP N/C ratio (red bold line; n = 10) changed from 1.97 ± 0.17 to 1.49 ± 0.12 (p-value = 0.0022**; D1). The average cell area (blue bold line; n = 10) increased from 708.96 ± 118.71 μm2 to 922.30 ± 147.73 μm2 (p-value = 0.0920 (ns); D1) and the average nucleus area (orange bold line; n = 10) changed from 222.70 ± 41.35 μm2 to 262.37 ± 45.64 μm2 (p-value = 0.3220 (ns); D2). The average nucleus-spread-area/cell-spread-area ratio changed from 0.27 ± 0.03 to 0.22 ± 0.06 over time (p-value = 0.2422 (ns))with a trend-line slope of -0.0024 (D3). (E) YAP N/C ratio versus nucleus/cell-body area of non-spreading cells (n = 5). The average YAP N/C ratio (red bold line) changed from 1.69 ± 0.16 to 1.62 ± 0.09 (p-value = 0.6741 (ns); E1), and the average cell area (blue bold line) changed from 399.49 ± 38.74 μm2 to 391.24 ± 21.30 μm2 (p-value = 0.8400 (ns); E1). The average nucleus area (orange bold line) changed from 230.02 ± 43.03 μm2 to 225.83 ± 33.60 μm2 (p-value = 0.9377 (ns); E2) The average nucleus-spread-area/cell-spread-area ratio maintained at 0.57 ± 0.07 (p-value = 0.9908 (ns)), with a trend-line slope of -0.0022 (E3). All p-values are indicated according to the Michelin guide scale (p ≤ 0.001: [***]; 0.001 < p ≤ 0.01: [**]; 0.01 < p ≤ 0.05: [*]; 0.05 < p: ns).
(A) 3D fluorescent YAP image stack of the single spreading B2B cell at 0.5th, 5th and 10th hour. Note: YAP intensity in nucleus remains higher than the intensity in cytoplasm through the process of cell spreading. (B) 10-hr time-lapse image stack of a single spreading B2B cell on 5-kPa substrates. Note: The cell body (in blue contour) and the nucleus (in orange contour) flatten down. YAP N/C ratio changes from 2.09 at 0th hour to 1.73 at 10th hour. (C) 10-hr time-lapse image stack of a non-spreading single cell. The YAP N/C ratio changed from 2.00 at 0th hour to 2.09 at 10th hour. (D) A filmstrip of the traction field under the single spreading cell (A) and YAP N/C ratio vs. traction as a function of time (n = 10). The magnitude of traction remains constant as the cell spreads over time. (E) YAP N/C ratio versus nucleus/cell-body area of single spreading cells (n = 10). The average YAP N/C ratio (red bold line; n = 10) changed from 2.39 ± 0.28 to 1.74 ± 0.17 (p-value = 0.0057**; E1). The average normalized cell area (blue bold line; n = 10) increased from 580.96 ± 77.79 μm2 to 906.39 ± 245.43 μm2 (p-value = 0.0610 (ns); E1) and the average normalized nucleus area (orange bold line; n = 10) augmented from 164.85 ± 27.21 μm2 to 223.50 ± 43.19 μm2 (p-value = 0.0860 (ns); E2). The average nucleus-spread-area/cell-spread-area ratio changed from 0.29 ± 0.05 to 0.28 ± 0.05 (p-value = 0.7461 (ns)), with a trend-line slope of 0.0006 (E3). (F) YAP N/C ratio versus nucleus/cell-body area of non-spreading cells (n = 5). The average YAP N/C ratio (red bold line; n = 5) changed from 2.09 ± 0.09 to 2.03 ± 0.12 (p-value = 0.6335 (ns); F1), and the average cell area (blue bold line; n = 5) increased from 316.12 ± 42.58 μm2 to 333.75 ± 40.37 μm2 (p-value = 0.7455 (ns); F1). The average normalized nucleus area (orange bold line; n = 5) rose from 192.85 ± 15.71 μm2 to 218.17 ± 22.10 μm2 (p-value = 0.3271 (ns); F2) The average nucleus-spread-area/cell-spread-area ratio changed from 0.63 ± 0.05 to 0.66 ± 0.03 (p-value = 0.5575 (ns)), with a trend-line slope of 0.0051 (F3).
(A) 3D fluorescent YAP image stack of the single spreading B2B cell (B) at 0.5th, 5th and 10th hour. (B) 10-hr time-lapse filmstrip of a single B2B cell on 40-kPa substrates during the spreading process. Note: cell flattens down and YAP N/C ratio changes from 3.14 at 0th hour to 2.48 at 10th hour. (C) 10-hr time-lapse image stack of a non-spreading single cell. The YAP N/C ratio changed from 1.95 at 0th hour to 1.89 at 10th hour. (D) YAP N/C ratio compared with nucleus/cell-body area of single spreading cells (n = 10). The average YAP N/C ratio (red bold line; n = 10) changed from 2.53 ± 0.32 to 1.93 ± 0.12 (p-value = 0.0118 *; D1). The average normalized cell area (blue bold line; n = 10) increased from 988.25 ± 247.34 μm2 to 1082.84 ± 207.46 μm2 (p-value = 0.6487 (ns); D1) and the average normalized nucleus area (orange bold line; n = 10) augmented from 220.70 ± 41.35 μm2 to 262.37 ± 45.64 μm2 (p-value = 0.3220 (ns); D2). The average nucleus-spread-area/cell-spread-area ratio changed from 0.25 ± 0.05 to 0.26 ± 0.04 (p-value = 0.9317 (ns)), with a trend-line slope of 0.002 (D3). (E) YAP N/C ratio compared with nucleus/cell-body area of non-spreading cells (n = 5). The average YAP N/C ratio (red bold line; n = 5) changed from 2.16 ± 0.23 to 2.18 ± 0.19 (p-value = 0.9440 (ns); E1), and the average cell area (blue bold line; n = 5) changed from 379.36 ± 43.42 μm2 to 360.48 ± 37.97 (ns); E1). The average normalized nucleus area (orange bold line; n = 5) rose from 181.47 ± 39.09 μm2 to 234.02 ± 28.37 μm2 (p-value = 0.2585 (ns); E2). The average nucleus-spread-area/cell-spread-area ratio changed from 0.49 ± 0.06 to 0.61 ± 0.04 (p-value = 0.1091 (ns)), with a trend-line slope of 0.0147 (E3).
(A) The p-values of the YAP N/C ratio on 2-kPa substrates and 5-kPa substrates (red dots) increased from 0.1725 at 0th hour to 0.9642 at 4th hour and decreased to 0.3103 at 10th hour. The p-values of the YAP N/C ratio between 5-kPa substrates and 40-kPa substrates (blue squares) showed a gradual decrease from 0.6271 at 0th hour to 0.1637 at 10th hour. The p-values of the YAP N/C ratio on 2-kPa substrates and 40-kPa substrates (green triangles) maintained stable at the first two hours and rose from 0.0955 at 2nd hour to 0.3668 at 4th hour. Next, the p-value declined to 0.0595 at 7th hour and increased to 0.2727 at 9th hour. At 10th hour, the p-value stayed at 0.0262 (*). Generally, when the difference of the two stiffnesses being compared is small (i.e., 2 kPa vs. 5 kPa), the p-value of the YAP N/C ratio is relatively larger over time. As the difference of the two stiffnesses increases (i.e., 2 kPa vs. 40 kPa), the p-value of the YAP N/C ratio declines. (B) Kymographs of single spreading B2B cells on 2-kPa, 5-kPa and 40-kPa substrates during the first 10 hours of the spreading process. The change of the position of the short white lines (time interval: 0.5 hrs.) on the graphs shows fluctuations of the nucleus area and fluorescence as cells are spreading. (C) The nucleus width of the single spreading B2B cells from (B) fluctuates over time. The fluctuation of the nucleus area changes the YAP density in nucleus, which may result in a fluctuation of YAP N/C ratio. This fluctuation of the YAP N/C ratio is reflected in the three groups of p-values in (A), which show fluctuating trends over time.
(A) The 3D reconstruction image of YAP-mNeonGreen2-expressing B2B cells on 2 kPa (n = 9), 5 kPa (n = 6) and 40 kPa (n = 10) at 10th hour. YAP N/C ratio (N/C) for each cell is calculated based on the nuclear volume and cytoplasmic volume. Nuclear boundary and cell boundary are marked by orange and blue dashed line, respectively. (B) At 10th hour, volume-based YAP N/C ratio show significant difference between cells on 2 kPa and 40 kPa (* p-value = 0.038). At 10th hour, volume-based YAP N/C ratio show significant difference between cells on 5 kPa and 40 kPa (* p-value = 0.027). (C) Volume-based YAP N/C ratio is calculated from 3 slices of the z-stack of YAP images. The interval h between each slice is 0.78 μm. Within each slice, nuclear YAP integrated density (IN) and cytoplasmic YAP integrated density (IC) are recorded for an area from nucleus (AN) and an area from cytoplasm (AC), respectively.
In summary, our AMFIP program provides a charge-free and hardware-independent solution for multi-functional and time-lapse image acquisition in multidisciplinary biomedical research, including but not limited to optogenetics control, mechanobiology, all-optical electrophysiology imaging, and biomaterials [4, 34–41]. AMFIP coordinates μManager with the Elements platform and other 3rd party software. Its user-friendly GUI allows researchers to flexibly customize and program AMFIP to meet different experimental requirements and discover previously unknown biological phenomena.
Results
Graphical User Interface (GUI) of AMFIP
A user-friendly and easily understandable GUI will benefit new users to effectively start their research activities. Based on the Application Program Interface (API) of μManager that prompts users with all inputs of experimental parameters and essential functions available, AMFIP presents such an all-in-one GUI (Fig 2) to prescribe and implement multi-functional data acquisition, such as coordination of multiple field-of-views (FOVs), selections of microscope objectives, and modulation of multiple laser channels. Simultaneously, AMFIP preserves full access to other 3rd party software and allows real-time adjustments to achieve customized configurations.
Design rationale and structure of AMFIP
The workflow of AMFIP follows a model-GUI-controller paradigm that consists of three compartmentalized and interconnected logical components: the model (data), the GUI (Fig 2), and the program controller (Fig 1B). This paradigm of compartmentalized components enables smooth implementation of new functions by allowing the users to customize any component(s) without interfering with others. For example, users can flexibly change the GUI of AMFIP to a new layout without modifying the model or program controller.
At the beginning of experiments, users input experimental parameters into the GUI (Fig 2). Once finished, the controller retrieves the data from the GUI, updates the model, and saves the data to a local hard disk. Alternatively, users can select a previously saved *.JSON configuration file. This selection will restore a previously saved configuration into the input fields of the GUI but will not execute them right away. This feature gives the user the full control to adjust any values of experimental parameters if needed. Alternatively, if a user is entering a new configuration, she/he can choose to save the current configuration for future use. This feature is designed to enable robust repeatability for experiments that take place at different time points and allow other users to replicate and corroborate experiments. Next, the program controller retrieves the inputted data from the model and conducts the data-specified experiments accordingly.
For complex experiments where users want to frequently pause the experimental procedure to adjust for new conditions/samples, such as adding a pharmacological drug into the cells, AMFIP allows users to inform the hardware when to pause and resume the automatic tasks in a user-determined manner. Once manipulation of the conditions/samples is done, users can restore the experiment progress by clicking the “resume” button on the GUI (Fig 2). The program will automatically pick up where it left off and continue the pre-defined procedure. AMFIP also has a manual pause function incorporated that researchers can use to pause the tasks whenever they desire. This feature may also serve as an emergency stop.
Functional synchronization of Nikon NIS-Elements and μManager
Elements is a single and universal software platform that exclusively controls Nikon’s hardware. Currently, Elements is the only commercially available software that controls the Nikon A1R confocal microscope system for 3D image acquisition. However, utilizing its full automatic imaging functionalities requires the purchase of additional Nikon hardware and software. Additionally, the built-in macro inside Elements only achieves automatic image acquisition with limited functionalities [42]. To overcome this restriction, we designed the user-friendly GUI of AMFIP so that users can directly input and compile a sequence of macro commands into a single text field. A macro consists of a sequence of executable commands that utilize a set of pre-defined functions in Elements, e.g., the switch of laser channels, adjustment of laser intensity, or acquisition of 3D z-stack images. This text field generates a *.mac file saved in a specified directory in the local computer. This *.mac file can be loaded into Elements to execute pre-defined functions of the hardware. However, a macro only controls the internal functions of Elements and is incompatible with non-Nikon hardware and software.
To overcome this limitation and to achieve automatic operations, AMFIP enables the functional synchronization of macros and μManager (Fig 1B). First, we set a configuration that defines an automatic sequence of motor-stage movements through the GUI. Second, for each FOV to which the motor-stage moves, a script in AMFIP will activate Elements and run a series of commands in the macro editor to execute the experiment-specific functions of the Nikon A1R confocal microscope, such as laser illumination and fluorescent imaging. Upon the completion of image acquisition at each FOV, the macro will generate a blank report and save it into a user-defined file directory. Meanwhile, AMFIP continues checking for this blank report file. Once the program finds this report file, the motor-stage moves to the next FOV and the program deletes the previous file. This process will be automatically repeated in a programmable manner until all pre-selected FOVs are imaged and saved.
Race-hazard-free coordination between SpinView and μManager
AMFIP can utilize the Blackfly camera that is controlled by SpinView, a GUI provided by FLIR©, to conduct bright-field image acquisition. However, since SpinView cannot directly communicate with other 3rd party software without additional programming, a race hazard between imaging and stage movement may occur during experiment processes. To avoid this potential hazard and achieve safe operations, AMFIP connects SpinView and μManager via Java codes.
Specifically, AMFIP contains a home-built script that controls the keyboard and the cursor of the computer to manipulate SpinView (Fig 1B). After μManager executes several automatic operations, such as motor-stage movements and the switch of microscope objectives, the Java code launches SpinView automatically to acquire and save a bright-field image within 1 second. To avoid the condition that the SpinView-regulated image acquisition is perturbed by μManager-regulated stage movement, we pre-allocate a waiting time (usually ~ 2 seconds) during which μManager pauses its operations. This pre-allocated waiting time is sufficient for the operations of SpinView and does not overtly extend the duration of the total experiment. After each image has been captured and saved, μManager resumes its own pre-defined tasks and repeats this cycle till the completion of the experiment. AMFIP is flexible in adding user-compiled scripts either before or after the start of macro in Elements, allowing different experiment requirements to be met in a crosstalk-free manner.
Connections between MATLAB and μManager for automatic cell detection
AMFIP coordinates with MATLAB to realize the precise detection of cell samples and timely prevention of motor-stage drift during experiments (Fig 1C). The first function aims to find all FOVs that contain cells of interest and guide the XY-plane movement of the motor stage to these spots. The mis-match rate (number of detected areas that are not cell divided by number of overall detected areas) is 4.66% ± 0.82%. The second function is to monitor the current coordinates of FOV and to ensure that the cells of interest are captured even if their positions drift during experiments. To achieve frequent and real-time communications between μManager and MATLAB, AMFIP connects the two software via its Java codes.
Similar to the control of SpinView, AMFIP utilizes Java code to control the keyboard and the cursor of the computer to operate on the interface of MATLAB. For precise detection of cell samples, we designed four steps:
- Use a Blackfly S BFS-U3-70S7M camera to take a bright-field image at 10× magnification under the control of μManager.
- Launch the MATLAB program by AMFIP to read the image and to distinguish cells from non-cell matters by image processing, such as dilating, smoothing, edge detection, and segmentation.
- Edit the image, remove incorrect markers on non-cell matters, and add new markers on detection-missed cells on the user-friendly MATLAB GUI.
- Analyze the edited image by the custom MATLAB programs to generate a text-format list of the coordinates of the selected markers that locate on the cells’ centroid. This text-format list can be read by μManager to guide the movement of the motor-stage on the XY-plane.
For the second function, i.e., monitoring the coordinates in situ, the MATLAB program maintains a specified directory to temporarily save and transfer all captured images one by one. At any given moment, there is only one image file present in this directory. AMFIP constantly monitors this directory, reads this image, and transfers this image to a destination folder. During this process, the MATLAB directory constantly contains only the latest image used to accurately update the current coordinates of FOV. This monitoring function is combined with the AutoFocus functions (Z-axis) provided by the Elements to ensure precise 3D time-lapse imaging for long-term biomedical experiments.
Differential YAP distribution in B2B cells during the early spreading processes
We applied AMFIP to visualize the spatial-temporal distribution of YAP in single B2B cells during the spreading process. We found that, for B2B cells that have flattened down from the suspension state to the adherent and spreading states on the 2-kPa substrates, YAP expression in the nucleus monotonically decreases in comparison to that in the cytoplasm (n = 10; Fig 3A, 3B, and 3D). During the first 10 hours of cell spreading, the average ratio of YAP nucleus/cytoplasm intensity (N/C ratio) changed from 1.97 ± 0.17 to 1.49 ± 0.12 (n = 10; p-value = 0.0022**; photo-bleaching effects not subtracted; Fig 3D1 and 3D2; please see Methods for analysis algorithms in detail), while the average cell area steadily increased from 708.96 ± 118.71 μm2 to 922.30 ± 147.73 μm2 (p-value = 0.0920 (ns, i.e., not significant); Fig 3D1) and the average nucleus area changed from 222.70 ± 41.35 μm2 to 262.37 ± 45.64 μm2 (p-value = 0.3220 (ns); Fig 3D2). Due to the large heterogeneity of the cell and nucleus spread areas (n = 10), i.e., the initial cell spread areas can vary from 373.01 μm2 to 989.35 μm2 at 0th hour on 2-kPa substrates, p-values that compare the average cell and nucleus areas at 0th hour (not-full-spreading) vs. 10th hour (full-spreading) are not statistically significant. To validate that the changes in the YAP N/C ratio are independent of the changes in volumes of cytoplasm and nucleus, we calculated the ratio of nucleus-spread-area/cell-spread-area during cell spreading. We found that this ratio approximately changed from 0.27 ± 0.03 to 0.22 ± 0.06 over 10-hr duration (p-value = 0.2422 (ns); Fig 3D3), with a linear trend-line slope of -0.0024 that indicates a negligible change in the ratio over time. The statistical and data-fitting results suggest that the sizes of both nucleus and cell body may increase in an approximately proportional manner. Therefore, we reason that the decline of the YAP N/C ratio in single spreading B2B cells on 2-kPa substrates may not be a result of the possible disproportionality between the volume changes of nucleus and cell body.
To estimate the contribution of photobleaching to the decrease of YAP intensity, we examined the single non-spreading B2B cells (n = 5) on 2-kPa substrates in the same experiments (Fig 3C and 3E). We found that, during the first 10 hours, the average YAP N/C ratio in non-spreading cells changed from 1.69 ± 0.16 to 1.62 ± 0.09 (p-value = 0.6741 (ns); Fig 3E1 and 3E2), while the average cell area changed from 399.49 ± 38.74 μm2 to 391.24 ± 21.30 μm2 (p-value = 0.8400 (ns); Fig 3E1) and the average nucleus area changed from 230.02 ± 43.03 μm2 to 225.83 ± 33.60 μm2 (p-value = 0.9377 (ns); Fig 3E2). These results suggest that (1) photo-bleaching causes only 4% decrease of the YAP fluorescence, which cannot account for the observed 25% decrease of the YAP N/C ratio in spreading cells (Fig 3D); and (2) the size of single non-spreading cells nearly do not expand because the ratio of nucleus-spread-area/cell-spread-area remained stable at 0.57 ± 0.07 (p-value = 0.9908 (ns); a linear trend-line slope of -0.0022; Fig 3E3). Thus, the non-spreading cells serve as a reasonable control to evaluate the non-photobleaching-induced decline of YAP N/C ratio in spreading cells. Based on the calculated contributions from volume changes and photo-bleaching effects to YAP N/C ratio, we reason that the translocation of YAP from the nucleus to the cytoplasm may cause the decline of YAP N/C ratio in single spreading B2B cells. In single non-spreading B2B cells, fewer YAP, if any, may shuttle from the nucleus to cytoplasm compared to that in single spreading cells. The investigation on mechanisms of why some B2B cells do not spread is ongoing.
We further investigated single B2B cells spreading on stiffer 5-kPa and 40-kPa substrates, respectively (Figs 4 and 5). On 5-kPa substrates, during the first 10 hours, the average YAP N/C ratio of single spreading cells changed from 2.39 ± 0.28 to 1.74 ± 0.17 (n = 10; p-value = 0.0057**; photo-bleaching effects not subtracted; Fig 4E1 and 4E2), while the average cell spread area increased from 580.96 ± 77.79 μm2 to 906.39 ± 245.43 μm2 (p-value = 0.0610 (ns); Fig 4E1) and the average nucleus spread area rose from 164.85 ± 27.21 μm2 to 223.50 ± 43.19 μm2 (p-value = 0.0860 (ns); Fig 4E2). The average ratio of the nucleus-spread-area/cell-spread-area during the cell spreading process changed from 0.29 ± 0.05 to 0.28 ± 0.05 (p-value = 0.7461 (ns); Fig 4E3), with a trend-line slope of 0.0006, indicating that sizes of nucleus and cell body may increase proportionally during cell spreading on 5-kPa substrates. As the control group, we examined the non-spreading cells (n = 5; Fig 4C and 4F) from the same experiments. The YAP N/C ratio of non-spreading cells changed from 2.09 ± 0.09 to 2.03 ± 0.12 (p-value = 0.6335 (ns); photo-bleaching effects not subtracted; Fig 4F1 and 4F2), while the average cell area increased from 316.12 ± 42.58 μm2 to 333.75 ± 40.37 μm2 (p-value = 0.7455 (ns); Fig 4F1) and the average nucleus area rose from 192.85 ± 15.71 μm2 to 218.17 ± 22.10 μm2 (p-value = 0.3271 (ns); Fig 4F2). The average nucleus-spread-area/cell-spread-area ratio changed from 0.63 ± 0.05 to 0.66 ± 0.03 (p-value = 0.5575 (ns); Fig 4F3), with a linear trend-line slope of 0.0051.
On 40-kPa substrates, the average YAP N/C ratio of single spreading B2B cells changed from 2.53 ± 0.32 to 1.93 ± 0.12 in 10 hours (n = 10; p-value = 0.0118 *; photo-bleaching effects not subtracted; Fig 5A, 5B, 5D1 and 5D2), while the average cell spread area increased from 988.25 ± 247.34 μm2 to 1082.84 ± 207.46 μm2 (p-value = 0.6487 (ns); Fig 5D1) and the average nucleus spread area increased from 220.70 ± 41.35 μm2 to 262.37 ± 45.64 μm2 (p-value = 0.3220 (ns); Fig 5D2). The average ratio of the nucleus-spread-area/cell-spread-area changed from 0.25 ± 0.05 to 0.26 ± 0.04 (p-value = 0.9317 (ns); Fig 5D3), with a trend-line slope of 0.002. As the control, the average YAP N/C ratio of single non-spreading cells from the same experiments changed from 2.16 ± 0.23 to 2.18 ± 0.19 (n = 5; p-value = 0.9440 (ns); photo-bleaching effects not subtracted; Fig 5C, 5E1 and 5E2), while the average cell area decreased from 379.36 ± 43.42 μm2 to 360.48 ± 37.97 μm2 (p-value = 0.7238 (ns); Fig 5E1) and the average nucleus area changed from 181.47 ± 39.09 μm2 to 234.02 ± 28.37 μm2 (p-value = 0.2585 (ns); Fig 5E2). The average nucleus-spread-area/cell-spread-area ratio changed from 0.49 ± 0.06 to 0.61 ± 0.04 (p-value = 0.1091 (ns); Fig 5E3), with a trend-line slope of 0.0147.
Together, the results suggest that YAP expression in the nucleus of single spreading B2B cells on 2-kPa, 5-kPa, and 40-kPa substrates decreases compared with that in the cytoplasm (Figs 3D1, 4E1, and 5D1). Although the YAP N/C ratio in cells decreases on all the three substrates with different stiffness, we identified that the degrees of decrease are different: the YAP N/C ratio decreases more significantly on 2-kPa substrates than that on 5-kPa and 40-kPa substrates. On 2-kPa substrate, the p-value of average YAP N/C ratio in single spreading cells (n = 10) at 0th hour vs. 10th hour is 0.0022 (**; Fig 3D1 and 3D2). On 5-kPa substrates, the p-value of average YAP N/C ratio in single spreading cells (n = 10) at 0th hour vs. 10th hour increases to 0.0057 (**; Fig 4E1 and 4E2) and is comparatively less statistically significant than that on 2-kPa substrates. On 40-kPa substrate, the p-value of average YAP N/C ratio in single spreading cells (n = 10) at 0th hour vs. 10th hour further increases to 0.0118 (*; Fig 5D1 and 5D2) and is even less statistically significant than that on 2-kPa substrates. The results suggest that the changes in the YAP N/C ratio during the first 10 hours of the spreading process are correlated to the substrate stiffness: the change in the YAP N/C ratio declines as the stiffness of the substrates rises. This correlation may indicate that YAP has fewer translocations from the nucleus to the cytoplasm in cells that spread on stiffer substrates during the first 10 hours. The YAP N/C ratios after 10 hours was also measured and persistent mechanotransduction effects on YAP after 10 hours were observed.
To further examine the mechano-sensitivity of these not-full-spreading cells, we compared the p-value of YAP N/C ratio between cells cultured on different substrates (Fig 6A; n = 10 cells for each stiffness case). At 10th hour, the p-value of average YAP N/C ratio between 2-kPa and 5-kPa substrates is 0.3103 (ns), and the p-value between 5-kPa and 40-kPa substrates is 0.1637 (ns), while the p-value between 2-kPa and 40-kPa substrates decreases to 0.0262 (*). These statistical results suggest that the difference of YAP N/C distribution at 10th hour becomes greater as the differences of substrate stiffness are larger, i.e., 2 kPa vs. 40 kPa (Fig 6A). This trend is found valid at 8 time points of measurements throughout the 10-hour spreading duration, except at 0th and 9th hour (Fig 6A). We speculate that these two exceptions are possibly due to the fluctuation of cell dynamics (Fig 6B and 6C) because the fluctuation of nucleus size may result in a fluctuating YAP density in the nucleus and influence the trend. Traction applied by cells on substrates seems to not have a role in regulating the fluctuation because we found the magnitude of traction elevated monotonically without fluctuation as cells spread (Fig 4D).
We also compared the YAP N/C ratio based on the nuclear volume and cytoplasmic volume of spreading cells cultured on different substrates at 10th hour (Fig 7A, 7B; 2-kPa gel (n = 9), 5-kPa gel (n = 6), and 40-kPa gel (n = 10)). The nucleus boundary and the cell boundary are measured on each confocal image slice for the direct calculation of the volume of nucleus and cytoplasm (Fig 7C). We found that: At 10th hour, on 2-kPa substrates, the average volume-based YAP N/C ratio is 1.51 ± 0.16. On 5-kPa substrates, the average YAP N/C ratio is 1.45 ± 0.12. On 40-kPa substrates, the average YAP N/C ratio is 1.775 ± 0.27. The p-value of average YAP N/C ratio between 2-kPa and 40-kPa substrates is 0.038 (*) and the p-value between 5-kPa and 40-kPa substrates is 0.027 (*), while the p-value between 2-kPa and 5-kPa substrates is not significant (ns) (Fig 7B). These results show that, within 10 hours of culture, single B2B cells develop substrate-stiffness-dependent YAP expression, especially on substrates that have stiffness 2 kPa (or 5 kPa) vs. 40 kPa. Together, we reason that B2B cells, and likely many other types of normal cells, are able to sense, distinguish and respond to different mechanical cues of substrates prior to the establishment of full cell spreading and mature focal adhesion sites − a new phenomenon that has not been reported yet until now.
Discussion
In this research, we developed and verified an automation program, AMFIP, to overcome the limitations of the latest solutions for automatic image acquisition in biomedical research (Table 1). Currently, most manufacturers of optoelectronic hardware provide their own software with limited cost-free opportunities for functional customization and automation [7]. These software programs exclusively control manufacturers-specified hardware and require additional financial expenses to coordinate with different microscopy systems [7, 8]. In contrast, AMFIP functions as a controlling hub that coordinates multiple software programs to enable modulation of different microscopy systems. Taking our experiments described above as an example, AMFIP can automatically integrate and execute the following functions in a user-defined sequence (Fig 1B): (1) AMFIP communicates with μManager to modulate the movement of the XY motor-stage; (2) the Java code of AMFIP activates SpinView to acquire and save bright-field images; (3) the MATLAB program embedded in AMFIP automatically generates a list of coordinates of FOVs based on the acquired bright-field image; and (4) AMFIP reads this list and guides the movement of the XY motor stage based on the coordinates that are constantly updated by the cell detection program.
Moreover, AMFIP provides the long-term utility to the scientific community. Users can customize the GUI and Java code based on their existing hardware environments and experimental requirements. New hardware systems can be easily included into AMFIP either by μManager (μManager-supported-hardware) or the specified Java code (non-μManager-supported-hardware) in the future. The execution of specified Java code embedded in AMFIP functions as a bridge connecting the user’s inputs into AMFIP with the functional and automatic implementation of 3rd party software. Therefore, once users develop the Java-code-enabled coordinations between AMFIP and other 3rd party software, these coordinations activate the existing automatic functions inside these 3rd party software. As a result, users can leverage the existing customizability and automation inside many commercial software programs, such as a macro in Elements, and do not need to compile additional home-built functions starting from scratch, which is potentially time-consuming or technically challenging.
Compared with other software scripting language, such as JOBS, Java is charge-free and has been well developed. Moreover, related controlling software of multiple hardware may support different built-in scripting languages. As a result, it could be difficult to combine different automatic functions from multiple hardware into one experiment. In contrast, through directly sending a series of commands to the computer itself, Java can coordinate various software and thus control different instruments. The source code of AMFIP follows the Java programming rules and the Application Programming Interface of μManager. Any users from experienced programmers to new programmers can easily maintain and modify the code based on the provided instructions of AMFIP on GitHub or available resources from the Internet, i.e., the μManager website and the StackOverflow website.
In addition to our intention to verify the performance of AMFIP, we chose co-tracking the YAP N/C ratio, cell morphology, and traction as an example because mechanistic elucidation of the mechanosensitive YAP/TAZ will deepen our understanding of tissue development, homeostasis, and cancer progression [43, 44]. The nuclear accumulation of YAP/TAZ dominates YAP/TAZ’s active interactions with transcription factors, such as TEADs, RUNXs, and p73, which regulate specific genes expressions that influence cell proliferation, migration, and survival [43, 45, 46]. In particular, recent emerging data suggests that YAP/TAZ show (1) oncogenic effects in most cancer types and (2) tumor-suppressive effects in some cases. In the former case, high protein and mRNA levels of YAP/TAZ in the nucleus are found to be associated with the poor prognosis of cancer patients [32, 47–51]. As the mechanical properties of both tumor cells and tumors microenvironment are dramatically different from those of healthy cells and tissues [52–63], we hypothesize that mechanosensitive YAP/TAZ may distribute aberrantly in the neoplasia niche and affect malignant transformation. Therefore, in this research, we hope to reveal how YAP expression changes as a function of the mechanical environment in a specific context − early cell spreading on 2D planar substrates.
Our results suggest that the YAP N/C ratio in the CRISPR/Cas9-engineered B2B cells may depend on (1) the stiffness of substrates. After 10 hours of culture, the average YAP N/C ratio of spreading single B2B cells is 1.49 on the 2-kPa substrates (n = 10; Fig 3D1) and is 1.93 on the 40-kPa substrates (n = 10; p-value = 0.0262*; Fig 5D1); and (2) the spreading state of cells, i.e., spreading vs. non-spreading. After 10 hours of culture on 2-kPa substrates, the average YAP N/C ratio changed from 1.97 ± 0.17 to 1.49 ± 0.12 ((n = 10; Fig 3D1)) in spreading cells and changed from 1.69 ± 0.16 to 1.62 ± 0.09 in non-spreading cells (n = 5; p-value = 0.3205 (ns); Fig 3E1). These results suggest that before the mature establishment of full cell spreading, not-full-spreading B2B cells can sense the different mechanical microenvironments and respond by allowing differential nucleus-to-cytoplasm translocation levels of YAP (Figs 3–7). To the best of our knowledge, this phenomenon has not yet been reported by other studies. Research is ongoing in our lab to determine the exact molecular mechanisms that underpin the mechanotransduction processes.
Putting together, AMFIP demonstrates the verified multi-functionality and stability for data acquisition that requires minimum human interferences. AMFIP enables visualization of the real-time interplay (a “dance”) between YAP N/C ratio and substrate mechanics, providing one step towards elucidating YAP/TAZ mechanobiology. These AMFIP-enabled in vitro results may inform the future directions of in vivo research and ultimately guide the innovation of new cancer therapies.
Conclusion
In summary, we have developed AMFIP, a hardware-independent and software-based open-source program for automatic data acquisition that is applicable to many microscopy systems and optoelectronic hardware. The intended purposes of AMFIP to study dynamic, multi-faceted, and long-term biological questions are achieved by demonstrating the previously unknown relationship between YAP dynamics and cell mechanics. We think AMFIP is a reliable platform with proven advantages over existing alternatives and validated long-term utility that will benefit the scientific community in multidisciplinary biomedical research [34, 37, 54, 64–71]. The charge-free source code of AMFIP is available to the public on GitHub (link: https://github.com/njheadshotz/AMFIP), and we hope researchers will develop and expand more new functions based on AMFIP to enhance their specific automatic operations in research.
Materials and methods
Hardware and software
The protocol described in this peer-reviewed article is published on protocols.io, https://dx.doi.org/dx.doi.org/10.17504/protocols.io.36wgq7ndxvk5/v1 and is included for printing as S1 Protocol with this article. Hardware systems used for experiments include a commercial fluorescent confocal microscope system (Nikon A1R HD25), a monochrome camera (BFS-U3-70S7M-C FLIR©), and a desktop computer that is installed with the 64-bit Microsoft© Windows 10 Pro operating system. The Nikon confocal microscope system consists of multiple components: the Ti2-E inverted microscope, the LU-N4 laser units (405 nm, 488 nm, 561 nm, and 640 nm laser channels), confocal controller, standard fluorescence detector (4 photomultiplier tubes (PMT) and 6 filter cubes), and a scan head (2 galvano scanners and 1 resonant scanner). AMFIP controls the confocal imaging components, such as the laser unit, confocal controller, detectors, and scan head, through activating the Elements. Ti2-E inverted microscope comprises a LED Lamp-house for illumination, motorized XY stage, 6 motorized epi-fluorescence filter turrets, 7 motorized condenser turret, 6 motorized nosepieces, and a Stage joystick. AMFIP controls the Ti2-E inverted microscope by coordinating with μManager.
Confocal 3D image stacks and videos are acquired by the confocal microscope system. The Ti2-E inverted microscope works independently to acquire bright-field images by the monochrome camera. The Dialamp (a white LED equipped on the Ti2-E microscope) serves as a light source for bright-field imaging.
Three software systems are involved to automatically coordinate these devices: (1) SpinView, which controls the BFS-U3-70S7M-C camera; (2) Nikon NIS-Elements, which controls the whole confocal system; and (3) μManager, a 3rd party software, which controls the independent operation of Ti2-E microscope. AMFIP controls all these three software systems through the IntelliJ IDEA platform.
AMFIP guideline
Setting up the programming environment. The following steps show how to set up the software environment to program and implement AMFIP [72].
- Download and install μManager software from https://micro-manager.org/wiki/Download%20Micro-Manager_Latest%20Release. The latest version, μManager 2.0-gamma, is recommended because of its active development and maintenance.
- To coordinate μManager with optoelectronic hardware: (1) Connect all needed optoelectronic hardware to a desktop computer and turn on these hardware systems. (2) Add the adaptive drivers called “device adaptor” of the optoelectronic hardware provided by either μManager or the hardware manufacturer into the μManager directory; (3) Go to “Devices->Hardware Configuration Wizard”, check “Create new configuration”, and click “Next”; (4) Find the names of connected hardware in “Available Devices”, click “Add”; (5) A confirmation window pops up. Check their properties and click “OK”; (6) A “Peripheral Devices Setup” window pops up. Select all needed peripheral devices of parent devices (the connected hardware) and click “OK”. These peripheral devices are configured in the list of “Installed Devices”. Click “Next”; (7) Select the default devices and click “Next”; (8) (optional) Set delays for devices without synchronization capabilities and click “Next”; (9) (optional) Define position labels for state devices, such as filters and objectives, and click “Next”; (10) Save the new configuration file, restart μManager, select this configuration file in “Micro-Manager Startup Configuration” and click “OK”.
- Enable the control of all connected and configured optoelectronic hardware by μManager. For example, we control the Nikon Ti2-E microscope by μManager in our lab. The adaptive driver of the Ti2-E microscope is “Ti2_Mic_Driver.dll ‘‘ located in the “Nikon\Ti2-SDK\bin” of the Ti2 Control software’s directory. This software can be downloaded from https://www.nikon.com/products/microscopesolutions/support/download/software/biological/. Ti2 Control Ver 1.2.0 rather than the latest version is recommended because of its better compatibility with μManager in Microsoft Windows 10 operating system.
- Download and install IntelliJ IDEA from https://www.jetbrains.com/idea/download/#section=windows for the development of Java-based software.
- Download and install Java Development Kit (JDK) from https://www.oracle.com/java/technologies/javase-jdk15-downloads.html. JDK 14.0 or higher version is recommended for programming AMFIP.
- Set up software configuration in IntelliJ to allow developing μManager-based programs. First, open IntelliJ and go to “Settings->Compiler->Annotation Processors”. Check the box of “Enable annotation processing”. Second, go to “Project Structure->Artifacts” and create a JAR(Empty) file. The output directory should be the “mmplugins” folder on the μManager directory. Third, go to “Project Structure->Libraries”, add “mmplugin” and “plugins/Micro Manager” folder from the directory of μManager.
- Click “add Configuration” and create an application with the following information: “Main class: ij.ImageJ; VM option: -Xmx3000m -Dforce.annotation.index = true; Work directory: μManager directory; Use classpath of module: the name of current project”.
- Click “Run” in IntelliJ to launch μManager. Click “OK”, and the main interface of μManager appears.
Use of GUI. The following steps show how to input pre-defined experimental parameters into the GUI of AMFIP (Fig 2) and perform a multi-task experiment.
- Open μManager, the GUI of AMFIP is under “Plugins->Automation”.
- Define the number of FOVs to which XY motor-stage moves by clicking “Add Point” or “Remove Point”. Input the coordinates of each FOV into text fields under “Coordinate Panel”. Alternatively, retrieve the saved configurations, i.e., JSON files with a list of previous experimental or pre-defined parameters, including the number/coordinates of FOVs, imaging conditions, and data acquisition parameters.
- Input a quantitative value into the “Total Experiment Time” text field to define the entire duration of the experiment. Click “Additional Time Configurations”, and input quantitative values into “Start Time”, “Time Interval” and “End Time” for each specified FOV. For each FOV, click “Pause” to program the time when the experiments should automatically stop. The experiments can be resumed by manually clicking “Resume”.
- Modulate microscope objectives, DiaLamp, and excitation/emission filters for each FOV by inputting pre-defined quantitative values into the three sub-panels below “Coordinate Panel”.
- Next, click “Save Configuration” to keep a record. Under the submenu of “Devices”, the window of “Device Property Browser” presents a list of quantitative values as a reference, e.g., value “1” for the configuration of microscope objective refers to switching to 10× objective for current FOV.
- Once all parameters are fed into the GUI, click “Enter” to start a task.
- In case some unexpected conditions occur during the experimental process, click “Pause” to temporarily stop the experiment. The experiment can be resumed by clicking “Resume”.
- Once the multi-task experiment is done, to shut down the program, close each window of μManager or directly stop the program from IntelliJ. All the images captured during the experiment are automatically saved into a specified directory.
Use of home-built Java code to coordinate μManager, Elements, and SpinView. The following steps show how Java code is applied to automatically coordinate μManager with other software.
- Open the AMFIP’s Java project in IntelliJ and go to “src”. Scripts are created in “CameraScript” and “ElementsScript”.java files.
- Go to “Main->Executor”, add two statements: “CameraScript.main()” and “ElementsScript.main()” into “scheduleTaskForAPoint” function. “ElementsScript.main()” activates Elements and runs a pre-defined macro. “CameraScript.main()” activates SpinView to automatically capture and save the bright-field images.
- To control Elements by Java code, maximize the window of Elements to enclose the window of AMFIP GUI, and enable cursor-based activation of Elements functions. To activate SpinView, place the icon of this software into the taskbar and control the camera by Java code.
- Initiate step 6 in section 2.2.2. Once XY motor-stage moves, Elements and SpinView are launched and will enable automatic hardware operations following the pre-defined commands in Java code.
Cell line generation
Generation of endogenously tagged mNeonGreen21-10/11 cell lines was performed in the human bronchial epithelial cell line (Beas2B) as previously described [33]. Briefly, the DNA sequence coding the 11th strand of fluorescence protein mNeonGreen2 is inserted into the gene of interest (i.e., YAP genomic locus) through the CRISPR/Cas9 gene-editing system, and it complements the 1-10th strand of mNeonGreen2 to emit fluorescence and cells with the tagged protein of interest can be collected through fluorescence-activated cell sorting. As a result, mNeonGreen2 is tagged to YAP whenever the cell expresses YAP in the context of its native gene regulatory network. The “knock-in” cell lines are ready to be used without additional exogenous transfections and can be stably maintained for generations. Correct integration of mNeonGreen211 was confirmed by genomic sequencing and by the reduction in fluorescence upon gene knockdown.
Cell lines maintenance
The Beas2B cell line was maintained in humidified incubators with 5% CO2 at 37°C. Beas2B and endogenously tagged derivatives (i.e., the CRISPR/Cas9-engineered cells) were cultured in RPMI-1640 medium supplemented with 10% FBS and penicillin-streptomycin at 100 μg/mL. All cell lines were tested for mycoplasma every 3 months using MycoAlert Mycoplasma Detection Kit (Lonza, Basel, Switzerland). All cells used were <20 passages from thaw.
Gel preparation
Polyacrylamide (PA or PAA) hydrogel with human fibronectin surface is fabricated before the imaging experiment following the protocol below:
- Treat the as-received glass coverslip with 3-aminopropyltrymethoxysilane for 7 min at room temperature (24oC).
- Use deionized (DI) water to rinse the glass coverslip and dry the coverslip for 20 min at 160°C.
- Treat the glass coverslip with 0.5% glutaraldehyde for 30 min and rinse by DI water.
- Mix acrylamide solution, N,N′-methylenebisacrylamide (bis) solution, and fluorescent beads solution in 10 mM HEPES-buffered saline. Use 10% (w/v) ammonium persulfate solution and N,N,N′,N′-tetramethylethylenediamine (TEMED) as initiator of polymerization. Change the percentage of each component to achieve desired mechanical stiffness of PA hydrogels following the established protocols [39, 59].
- After 35 min, peel the glass coverslip from the PA hydrogel and wash the hydrogel with 50 mM HEPES-buffered saline twice (5 min each time).
- Treat the PA hydrogel surface with hydrazine-hydrate solution for 6 hours.
- Rinse the PA hydrogel by acetic acid for 30 min. Remove acetic acid and rinse by phosphate buffered saline (PBS) for 30 min.
- Oxidize as-received fibronectin solution (50 μg/mL in PBS) by sodium periodate for 30 min.
- Coat the oxidized fibronectin solution on the surface of PA hydrogel and wait for 35 min.
- Add PBS to immerse the PA hydrogel and store at 4°C. Cover all the petri dishes that contain the hydrogels with Aluminum foils to avoid any light exposure to the hydrogels.
- Apply the atomic force microscopy (AFM) and silicon-nitride cantilevers that have a spring constant k = 148.14 pN×nm-1 (Veeco) to perform indentation on the PA hydrogels in aqueous conditions. Characterize the mechanical properties, e.g., the Young’s modulus, of the PA hydrogel based on the obtained force vs. indentation curves using Hertz theory. The detailed protocol is published [59].
Cell imaging
The following steps show how to achieve a multi-functional and time-lapse image acquisition using AMFIP to observe traction dynamics and YAP dynamics of the YAP-B2B cell line.
- Turn on the Nikon A1R confocal microscope system following a specific sequence: LU-N4 laser units, the confocal controller, the Ti2-E microscope controller, and the Ti2-E inverted microscope.
- In the Ti2-E inverted microscope, switch to 10× objective and the light-path on the right side for BF imaging to identify the cells of interest. Using the 10× magnification, open μManager and move XY motor-stage by joystick to find appropriate FOVs containing both single and multiple adjacent cells that grow well on the substrate. For each 10× FOV, switch to 40× objective, adjust XY motor-stage again to have the specified FOVs in the center, and record coordinates of selected FOVs.
- Input these coordinates and pre-defined experimental parameters into the GUI of AMFIP. For the experiment described in Results F, 40× objective and 5% of DiaLamp intensity are applied.
- Launch Elements, open the FITC channel and switch to the resonant scanner for fast-speed imaging. In the experiment described in Results. F, fluorescent images captured in the FITC channel display the YAP dynamics of B2B cells that express YAP: mNeonGreen21-10/11. Slowly adjust the knob of the Z-plane and record the highest and the lowest Z position to form a z-stack that covers the overall z-height of cells that start adhering to the substrate.
- Open the DAPI channel and close the FITC channel. In the experiment described in Results F, fluorescent images captured in the DAPI channel present displacement of beads that can be used to calculate traction dynamics. Next, slowly adjust the knob to change the Z-plane and record the highest and the lowest Z position to generate a z-stack covering the interface between the top surface of the substrate and cell bottom.
- In the macro editor, to generate z-stack images for both laser channels, write specified commands and input (a) 4 quantitative values collected from previous steps and (b) an appropriate step size of z-plane to generate sufficient numbers of frames for a 3D z-stack image. Next, switch back to galvano scanner for high-resolution imaging. To avoid photobleaching of fluorophore and capture images with low noise, we set the exposure time to 4 seconds for the above experiments.
- Complete the rest of the commands in a macro to achieve the following functions in sequence:
- Close DiaLamp and switch to the light-path on the left side for fluorescent imaging.
- Switch to the FITC laser channel and start z-stack image acquisition.
- Switch to the DAPI laser channel and start a z-stack image acquisition of beads.
- Save the two z-stack images to a specified directory for data analysis.
- Switch back to the light-path on the right side and turn on the DiaLamp that allows μManager to take a bright-field image.
- Back to the GUI of AMFIP. To avoid photobleaching, set the time interval for image acquisition of each FOV to 30 minutes. Next, set the total duration of the experiment to 12 hours or above. Next, click “Enter” to start the imaging process.
- For each time interval (i.e., 30 minutes for the experiment described here), AMFIP automatically executes the following operations in sequence:
- Move XY motor-stage to each pre-selected FOV.
- Take and save separate z-stack images for FITC and DAPI channels through Elements.
- Capture and save a bright-field image through μManager.
- After all imaging processes are completed in one FOV, AMFIP automatically instructs XY motor-stage to move to the next FOV and repeat the previous operations.
- Once the experiment is finished, shut down the Nikon A1R confocal microscope system following a specific sequence: the Ti2-E inverted microscope, the Ti2-E microscope controller, the confocal controller, and the LU-N4 laser units.
Each imaging condition of multi-channel images is listed below:
- Bright-field image: magnification: 40×; DiaLamp intensity: 10%; exposure time: 14ms.
- Z-stack image of DAPI channel: magnification: 40×; laser intensity: 30%; gain of photomultiplier tube: 125; exposure time: 4s; step size: 5 μm; the range of Z-plane: 10 μm.
- Z-stack image of FITC channel: magnification: 40×; laser intensity: 30%; gain of photomultiplier tube: 70; exposure time: 4s; step size: 2 μm; the range of Z-plane: 30~40 μm.
- Z-stack image of FITC channel for 3D imaging: magnification: 40×; laser intensity: 30%; gain of photomultiplier tube: 70; exposure time: 4s; step size: 0.78 μm; the range of Z-plane: 30~40 μm.
Bright-field image and fluorescence image can be acquired separately or together. If both images are captured in turn, the maximum frame rate of AMFIP is 20 sec/frame considering the time for switching light path. If single type of image is captured, the maximum frame rate could reach to 0.5 sec/frame. This value also depends on the exposure time in specific experiment settings.
Images processing and analysis
The ratio of fluorescence intensity between nucleus and cytoplasm (N/C ratio) is widely used in live-cell experiments for the analysis of protein dynamics and cell functions. To examine the relationship between YAP N/C ratio and cell-area/nucleus-area ratio, we analyzed time-lapse images of single spreading cells and non-spreading cells on different substrates (Figs 3–6) by using Fiji ImageJ to process the acquired confocal and bright-field images (S1 Protocol) [72, 73].
Statistics analysis
We applied a student’s t-test to evaluate the statistical significance of the data (shown in Figs 3D, 3E, 4E, 4F, 5D, 5E, 6A & 7B). To execute this t-test, we input two different data groups for comparison. The calculation generates a p-value that indicates whether there is a significant difference between the two data groups (i.e., p ≤ 0.001: [***]; 0.001 < p ≤ 0.01: [**]; 0.01 < p ≤ 0.05: [*]; 0.05 < p: ns). For both spreading and non-spreading cells, we formed four data groups: YAP N/C ratio, cell area, nucleus area, and nucleus-area/cell-area ratio. We compared the data of each group at 10th hour with the data of the same group at 0th hour. The calculated p-value indicates whether there is a significant statistical difference during the first 10 hours of cell spreading. Next, we applied the t-test to compare the average YAP N/C ratio of single spreading cells on different substrates over time.
Traction force microscopy
We conducted traction force microscopy experiments following the established protocol [39, 74–77]. Briefly, first, we combined two images containing the view of fluorescent beads on substrates’ surfaces into an image stack. The first image is the reference, i.e., cells after dissolution. The second image is the deformed view, i.e., cells before dissolution. Second, we applied Particle Image Velocimetry (PIV; ImageJ plugin) to measure the displacement field. Third, based on the displacement field, we used the FTTC ImageJ plugin to operate the Fourier Transform Traction Cytometry method and calculated the traction force field [78].
Acknowledgments
We sincerely appreciate the intellectual discussions with and the technical supports from Dr. Jonathan Licht (UFHCC), Dr. Rolf Renne (UFHCC), Dr. Hitomi Yamaguchi Greenslet (MAE, UF), Dr. Mark Sheplak (MAE & ECE, UF), Dr. Yong Huang, (MAE, UF), Dr. David Hahn (University of Arizona), Dr. Jack Judy (ECE, UF), Dr. Weihong Wang (Pinterest Corporation), Dr. Youhua Tan (Hong Kong Polytechnic University), Dr. Naohiro Terada (Osaka University, Japan), Dr. Taiye (Thomas) Zhang (Bruker AFM), and Support Team of Nikon (Drs. Jose Serrano-Velez, Larry Kordon, and Jon Ekman). We are deeply grateful for the generous and effective supports from all members of Tang’s, Siemann’s, and Guan’s research laboratories and all staff members of the MAE Department, UF.
References
- 1. Werley C, Boccardo S, Rigamonti A, Hansson E, Cohen A. Multiplexed Optical Sensors in Arrayed Islands of Cells for multimodal recordings of cellular physiology. Nat Commun. 2020;11(1):1–17. pmid:31911652
- 2. Fan LZ, Kheifets S, Böhm UL, Wu H, Piatkevich KD, Xie ME, et al. All-Optical Electrophysiology Reveals the Role of Lateral Inhibition in Sensory Processing in Cortical Layer 1. Cell. 2020;180(3):521–35. pmid:31978320
- 3. Dempsey GT, Chaudhary KW, Atwater N, Nguyen C, Brown BS, McNeish JD, et al. Cardiotoxicity screening with simultaneous optogenetic pacing, voltage imaging and calcium imaging. J Pharmacol Toxicol Methods [Internet]. 2016;81:240–50. Available from: pmid:27184445
- 4. Zhang H, Reichert E, Cohen A. Optical electrophysiology for probing function and pharmacology of voltage-gated ion channels. Elife. 2016;5:e15202. pmid:27215841
- 5. Tang X, Bajaj P, Bashir R, Saif T. How far cardiac cells can see each other mechanically. Soft Matter. 2011;7(13):6151–8.
- 6. Tang X, Ali Y, Saif T. A novel technique for micro-patterning proteins and cells on polyacrylamide gels. Soft Matter. 2012;8(27):7197–206. pmid:23002394
- 7. Eliceiri KW, Berthold MR, Goldberg IG, Ibáñez L, Manjunath BS, Martone ME, et al. Biological imaging software tools. Nat Methods. 2012;9(7):697–710. pmid:22743775
- 8. Carpenter AE, Kamentsky L, Eliceiri KW. A call for bioimaging software usability. Nat Methods. 2012;9(7):666–70. pmid:22743771
- 9. Skylaki S, Hilsenbeck O, Schroeder T. Perspective Challenges in long-term imaging and quantification of single-cell dynamics. Nat Publ Gr. 2016;34(11):29–32.
- 10. Russell CT, Shaw M. mmSIM: An open toolbox for accessible structured illumination microscopy. Philos Trans R Soc A. 2021;379(2199):20200353. pmid:33896202
- 11. Pitrone PG, Schindelin J, Stuyvenberg L, Preibisch S, Weber M, Eliceiri KW, et al. OpenSPIM: An open-access light-sheet microscopy platform. Nat Methods. 2013;10(7):598–9. pmid:23749304
- 12. Saska D, Pichler P, Qian C, Buckley CL, Lagnado L. μSPIM Toolset: A software platform for selective plane illumination microscopy. J Neurosci Methods [Internet]. 2021;347:108952. Available from:
- 13. Ramuz M, Hasan A, Gruscheski L, Diakonov I, Pavlaki N, Nikolaev VO, et al. A Software Tool for High-Throughput Real-Time Measurement of Intensity-Based Ratio-Metric FRET. Cells. 2019;8(12):1541. pmid:31795419
- 14. Deschamps J, Ries J. EMU: Reconfigurable graphical user interfaces for micro-manager. BMC Bioinformatics. 2020;21(1):1–13. pmid:31898485
- 15. Edelstein A, Amodaj N, Hoover K, Vale R, Stuurman N. Computer control of microscopes using manager. Curr Protoc Mol Biol. 2010;92(1):14–20.
- 16. Edelstein AD, Tsuchida MA, Amodaj N, Pinkard H, Vale RD, Stuurman N. Advanced methods of microscope control using μManager software. J Biol Methods. 2014;1(2):10. pmid:25606571
- 17. Stuurman N, Amdodaj N, Vale R. μManager: Open Source Software for Light Microscope Imaging. Micros Today. 2007;15(3):42–3.
- 18. Benjamin W, Fisher W, Ann S, Celniker E, Booth BW, Mcparland C, et al. OpenHiCAMM : High-Content Screening Software for Complex Microscope Imaging Workflows. ISCIENCE [Internet]. 2018;2:136–40. Available from: pmid:29888763
- 19. Eberle JP, Muranyi W, Erfle H, Gunkel M. Fully automated targeted confocal and single-molecule localization microscopy. Super-Resolution Microsc. 2017;1663:139–52. pmid:28924665
- 20. Pham QL, Chege D, Dijamco T, Surblyte M, Naik A, Campbell K, et al. Open-source matlab-based graphical user interface (gui) for computer control of microscopes using μmanager. arXiv Prepr arXiv190413231. 2019.
- 21. Wolfenson H, Yang B, Sheetz MP. Steps in Mechanotransduction Pathways that Control Cell Morphology. Annu Rev Physiol. 2019;81:585–605. pmid:30403543
- 22. Wolfenson H, Iskratsch T, Sheetz MP. Early events in cell spreading as a model for quantitative analysis of biomechanical events. Biophys J [Internet]. 2014;107(11):2508–14. Available from: pmid:25468330
- 23. Raucher D, Sheetz MP. Cell spreading and lamellipodial extension rate is regulated by membrane tension. J Cell Biol. 2000;148(1):127–36. pmid:10629223
- 24. Mosier JA, Wu Y, Reinhart-King CA. Recent advances in understanding the role of metabolic heterogeneities in cell migration. Fac Rev. 2021;10. pmid:33659926
- 25. Gauthier NC, Fardin MA, Roca-Cusachs P, Sheetz MP. Temporary increase in plasma membrane tension coordinates the activation of exocytosis and contraction during cell spreading. Proc Natl Acad Sci U S A. 2011;108(35):14467–72. pmid:21808040
- 26. Dupont S, Morsut L, Aragona M, Enzo E, Giulitti S, Cordenonsi M, et al. Role of YAP/TAZ in mechanotransduction. Nature. 2011;474(7350):179–83. pmid:21654799
- 27. Kim NG, Gumbiner BM. Cell contact and Nf2/Merlin-dependent regulation of TEAD palmitoylation and activity. Proc Natl Acad Sci U S A. 2019;116(20):9877–82.
- 28. Gao J, He L, Zhou L, Jing Y, Wang F, Shi Y, et al. Mechanical force regulation of YAP by F-actin and GPCR revealed by super-resolution imaging. Nanoscale. 2020;12(4):2703–14. pmid:31950964
- 29. Furukawa KT, Yamashita K, Sakurai N, Ohno S. The Epithelial Circumferential Actin Belt Regulates YAP/TAZ through Nucleocytoplasmic Shuttling of Merlin. Cell Rep. 2017;20(6):1435–47. pmid:28793266
- 30. Nardone G, Oliver-De La Cruz J, Vrbsky J, Martini C, Pribyl J, Skladal P, et al. YAP regulates cell mechanics by controlling focal adhesion assembly. Nat Commun. 2017 May 15;8(1):15321. pmid:28504269
- 31. Koushki N, Ghagre A, Srivastava LK, Sitaras C, Yoshie H, Molter C, et al. Lamin A redistribution mediated by nuclear deformation determines dynamic localization of YAP. BioRxiv [Internet]. 2020; Available from: https://doi.org/10.1101/2020.03.19.998708
- 32. Jia Q, Zhou W, Yao W, Yang F, Zhang S, Singh R, et al. Downregulation of YAP-dependent Nupr1 promotes tumor-repopulating cell growth in soft matrices. Oncogenesis. 2016;5(4):e220. pmid:27089143
- 33. Feng S, Sekine S, Pessino V, Li H, Leonetti MD, Huang B. Improved split fluorescent proteins for endogenous protein labeling. Nat Commun [Internet]. 2017;8(1):1–11. Available from: pmid:28232747
- 34. Sun Q, Tan SH, Chen Q, Ran R, Hui Y, Chen D, et al. Microfluidic Formation of Coculture Tumor Spheroids with Stromal Cells As a Novel 3D Tumor Model for Drug Testing. ACS Biomater Sci Eng. 2018;4(12):4425–33. pmid:33418835
- 35. Id JL, Aref SJ Al, Singh G, Caprio A, Ali A, Moghadam A, et al. An augmented reality system for image guidance of transcatheter procedures for structural heart disease. PLoS One. 2019;14(7):e0219174. pmid:31260497
- 36. Kim S, Park MR, Choi C, Kim JB, Cha C. Synergistic control of mechanics and microarchitecture of 3D bioactive hydrogel platform to promote the regenerative potential of engineered hepatic tissue. Biomaterials [Internet]. 2021;270:120688. Available from: pmid:33549994
- 37. Brinks D, Adam Y, Kheifets S, Cohen A. Painting with rainbows: patterning light in space, time, and wavelength for multiphoton optogenetic sensing and control. Acc Chem Res. 2016;49(11):2518–26. pmid:27786461
- 38. Zeng B, Chen GL, Garcia-Vaz E, Bhandari S, Daskoulidou N, Berglund LM, et al. Orai channels are critical for receptor-mediated endocytosis of albumin. Nat Commun [Internet]. 2017;8(1):1–12. Available from: pmid:28232747
- 39. Tang X, Tofangchi A, Anand S, Saif T. A novel cell traction force microscopy to study multi-cellular system. PLOS Comput Biol. 2014;10(6):e1003631. pmid:24901766
- 40. Cha C, Jeong JH, Tang X, Zill AT, Prakash YS, Zimmerman SC, et al. Top-down synthesis of versatile polyaspartamide linkers for single-step protein conjugation to materials. Bioconjug Chem. 2011;22(12):2377–82. pmid:22053983
- 41. Lenzini S, Bargi R, Chung G, Shin JW. Matrix mechanics and water permeation regulate extracellular vesicle transport. Nat Nanotechnol [Internet]. 2020;15(3):217–23. Available from: pmid:32066904
- 42. Buggenthin F, Marr C, Schwarzfischer M, Hoppe PS, Hilsenbeck O, Schroeder T, et al. An automatic method for robust and fast cell detection in bright field images from high-throughput microscopy. BMC Bioinformatics. 2013;14(1):1–12. pmid:24090363
- 43. Piccolo S, Dupont S, Cordenonsi M. The biology of YAP/TAZ: hippo signaling and beyond. Physiol Rev. 2014;94(4):1287–312. pmid:25287865
- 44. Hong W, Guan KL. The YAP and TAZ transcription co-activators: Key downstream effectors of the mammalian Hippo pathway. Semin Cell Dev Biol [Internet]. 2012;23(7):785–93. Available from: pmid:22659496
- 45. Zanconato F, Cordenonsi M, Piccolo S. YAP/TAZ at the Roots of Cancer. Cancer Cell. 2016;29(6):783–803. pmid:27300434
- 46. Mason DE, Collins JM, Dawahare JH, Nguyen TD, Lin Y, Voytik-Harbin SL, et al. YAP and TAZ limit cytoskeletal and focal adhesion maturation to enable persistent cell motility. J Cell Biol. 2019;218(4):1369–89. pmid:30737263
- 47. Wang Y, Dong Q, Zhang Q, Li Z, Wang E, Qiu X. Overexpression of yes-associated protein contributes to progression and poor prognosis of non-small-cell lung cancer. Cancer Sci. 2010;101(5):1279–85. pmid:20219076
- 48. Xie M, Zhang L, He CS, Hou JH, Lin SX, Hu ZH, et al. Prognostic significance of TAZ expression in resected non-small cell lung cancer. J Thorac Oncol. 2012;7(5):799–807. pmid:22481233
- 49. Guo Y, Pan Q, Zhang J, Xu X, Liu X, Wang Q, et al. Functional and clinical evidence that TAZ is a candidate oncogene in hepatocellular carcinoma. J Cell Biochem. 2015;116(11):2465–75. pmid:25650113
- 50. Cheung P, Xiol J, Dill MT, Yuan WC, Panero R, Roper J, et al. Regenerative Reprogramming of the Intestinal Stem Cell State via Hippo Signaling Suppresses Metastatic Colorectal Cancer. Cell Stem Cell. 2020;27(4):590–604. pmid:32730753
- 51. Li H, Huang Z, Gao M, Huang N, Luo Z, Shen H, et al. Inhibition of YAP suppresses CML cell proliferation and enhances efficacy of imatinib in vitro and in vivo. J Exp Clin Cancer Res. 2016;35(1):1–11. pmid:27599610
- 52. Nia HT, Munn LL, Jain RK. Physical traits of cancer. Science (80-). 2020;370(6516). pmid:33122355
- 53. Tang X, Kuhlenschmidt TB, Li Q, Ali S, Lezmi S, Chen H, et al. A mechanically-induced colon cancer cell population shows increased metastatic potential. Mol Cancer. 2014;13(1):1–15. pmid:24884630
- 54. Tang X, Wen Q, Kuhlenschmidt T, Kuhlenschmidt M, Janmey P, Saif T. Attenuation of cell mechanosensitivity in colon cancer cells during in vitro metastasis. PlosONE. 2012;7(11):e50443. pmid:23226284
- 55. Janmey PA, Fletcher DA, Reinhart-king CA, Janmey PA, Fletcher DA, Reinhart-king CA. Stiffness Sensing by Cells. Physiol Rev. 2020;100(2):695–724. pmid:31751165
- 56. Lekka M, Laidler P, Gil D, Lekki J, Stachura Z, Hrynkiewicz AZ. Elasticity of normal and cancerous human bladder cells studied by scanning force microscopy. Eur Biophys J. 1999;28(4):312–6. pmid:10394623
- 57. Lekka M, Pogoda K, Gostek J, Klymenko O, Prauzner-Bechcicki S, Wiltowska-Zuber J, et al. Cancer cell recognition—Mechanical phenotype. Micron [Internet]. 2012;43(12):1259–66. Available from: pmid:22436422
- 58. Pfeifer CR, Alvey CM, Irianto J, Discher DE. Genome variation across cancers scales with tissue stiffness–An invasion-mutation mechanism and implications for immune cell infiltration. Curr Opin Syst Biol. 2017;2:103–14. pmid:29082336
- 59. Tang X, Kuhlenschmidt T, Zhou J, Bell P, Wang F, Kuhlenschmidt M, et al. Mechanical force affects expression of an in vitro metastasis-like phenotype in HCT-8 cells. Biophys J. 2010;99(8):2460–9. pmid:20959086
- 60. Liu J, Tan Y, Zhang H, Zhang Y, Xu P, Chen J, et al. Soft fibrin gels promote selection and growth of tumorigenic cells. Nat Mater. 2012;11(8):734–41. pmid:22751180
- 61. Hughes V, Wiggins J, Siemann D. Tumor oxygenation and cancer therapy–then and now. Br J Radiol. 2018;92(1093):20170955. pmid:29513032
- 62. Dykes S, Hughes V, Wiggins J, Fasanya H, Tanaka M, Siemann D. Stromal cells in breast cancer as a potential therapeutic target. Oncotarget. 2018;9(34):23761–79. pmid:29805773
- 63. Hughes VS, Siemann DW. Failures in preclinical and clinical trials of c-Met inhibitors: Evaluation of pathway activity as a promising selection criterion. Oncotarget. 2019;10(2):184–97. pmid:30719213
- 64. Tang X, Saif T. Adhesivity of colon cancer cells during in vitro metastasis. Int J Appl Mech. 2013;5(3):1350025.
- 65. Kiskinis E, Kralj JM, Zou P, Weinstein EN, Zhang H, Tsioras K, et al. All-Optical Electrophysiology for High-Throughput Functional Characterization of a Human iPSC-Derived Motor Neuron Model of ALS Evangelos. Stem Cell Reports [Internet]. 2018;10(6):1991–2004. Available from: pmid:29779896
- 66. Hochbaum D, Zhao Y, Farhi S, Klapoetke N, Werley C, Kapoor V, et al. All-optical electrophysiology in mammalian neurons using engineered microbial rhodopsins. Nat Methods. 2014;11:825–33. pmid:24952910
- 67. Park J, Werley C, Venkatachalam V, Kralj J, Dib-Hajj S, Waxman S, et al. Screening fluorescent voltage indicators with spontaneously spiking HEK cells. PLoS One. 2013;8(12):e85221. pmid:24391999
- 68. Kolli KK, Amiri Moghadam AA, Alaie S, Romito E, Caprio A, Min JK, et al. 300.20 Non-invasive Quantification of Disturbed Coronary Blood Flow Using Pressure Drop and Vorticity. JACC Cardiovasc Interv [Internet]. 2019;12(4):S34–S34. Available from: https://doi.org/10.1016/j.jcin.2019.01.124
- 69. Devine D, Vijayakumar V, Wong SW, Lenzini S, Newman P, Shin JW. Hydrogel Micropost Arrays with Single Post Tunability to Study Cell Volume and Mechanotransduction. Adv Biosyst. 2020;4(11):1–11. pmid:33053274
- 70. Wang HF, Ran R, Liu Y, Hui Y, Zeng B, Chen D, et al. Tumor-Vasculature-on-a-Chip for Investigating Nanoparticle Extravasation and Tumor Accumulation. ACS Nano. 2018;12(11):11600–9. pmid:30380832
- 71. Xin Y, Chen X, Tang X, Li K, Yang M, Tai WC, et al. Mechanics and Actomyosin-Dependent Survival/Chemoresistance of Suspended Tumor Cells in Shear Flow. Biophys J. 2019 May 21;116(10):1803–14. pmid:31076101
- 72. Luo Q, Huang M, Liang C, Zhang J, Lin G, Yu S, et al. All-optical Mechanobiology Interrogation of Yes-associated Protein in Human Cancer and Normal Cells using a Multi-functional System. J Vis Exp. 2021;(178):1–26. pmid:34978284
- 73. Schindelin J, Arganda-Carreras I, Frise E, Kaynig V, Longair M, Pietzsch T, et al. Fiji: An open-source platform for biological-image analysis. Nat Methods. 2012;9(7):676–82. pmid:22743772
- 74. Lee J, Abdeen A, Tang X, Saif T, Kilian K. Geometric guidance of integrin mediated traction stress during stem cell differentiation. Biomaterials. 2015;69:174–83. pmid:26285084
- 75. Lee J, Abdeen A, Tang X, Saif T, Kilian K. Matrix directed adipogenesis and neurogenesis of mesenchymal stem cells derived from adipose tissue and bone marrow. Acta Biomater. 2016;42:46–55. pmid:27375285
- 76. Saraswathibhatla A, Henkes S, Galles EE, Sknepnek R, Notbohm J. Coordinated tractions control the size of a collectively moving pack in a cell monolayer. arXiv Prepr arXiv210209036. 2021.
- 77. Saraswathibhatla A, Galles EE, Notbohm J. Spatiotemporal force and motion in collective cell migration. Sci Data [Internet]. 2020;7(1):1–7. Available from: pmid:31896794
- 78. Martiel JL, Leal A, Kurzawa L, Balland M, Wang I, Vignaud T, et al. Measurement of cell traction forces with ImageJ. Methods Cell Biol. 2015;125:269–87. pmid:25640434