Literature DB >> 35762203

Robotic search for optimal cell culture in regenerative medicine.

Genki N Kanda1,2,3, Taku Tsuzuki4, Motoki Terada1,5, Noriko Sakai1,5, Naohiro Motozawa1, Tomohiro Masuda1,5, Mitsuhiro Nishida1,5, Chihaya T Watanabe4, Tatsuki Higashi4, Shuhei A Horiguchi4, Taku Kudo3, Motohisa Kamei3, Genshiro A Sunagawa1,6, Kenji Matsukuma3, Takeshi Sakurada4, Yosuke Ozawa4, Masayo Takahashi1,5,7, Koichi Takahashi2,8,9, Tohru Natsume3,10.   

Abstract

Induced differentiation is one of the most experience- and skill-dependent experimental processes in regenerative medicine, and establishing optimal conditions often takes years. We developed a robotic AI system with a batch Bayesian optimization algorithm that autonomously induces the differentiation of induced pluripotent stem cell-derived retinal pigment epithelial (iPSC-RPE) cells. From 200 million possible parameter combinations, the system performed cell culture in 143 different conditions in 111 days, resulting in 88% better iPSC-RPE production than that obtained by the pre-optimized culture in terms of the pigmentation scores. Our work demonstrates that the use of autonomous robotic AI systems drastically accelerates systematic and unbiased exploration of experimental search space, suggesting immense use in medicine and research.
© 2022, Kanda, Tsuzuki et al.

Entities:  

Keywords:  LabDroid; bayesian optimization; computational biology; human; iPS cell; laboratory automation; regenerative medicine; retinal pigment epithelium; stem cells; systems biology

Mesh:

Year:  2022        PMID: 35762203      PMCID: PMC9239686          DOI: 10.7554/eLife.77007

Source DB:  PubMed          Journal:  Elife        ISSN: 2050-084X            Impact factor:   8.713


Introduction

Automating scientific discovery is one of the grandest challenges of the 21st century (Kitano, 2021; Kitano, 2016). A promising approach involves creating a closed loop of computation and experimentation by combining AI and robotics (King et al., 2009). A relatively simple form of autonomous knowledge discovery involves searching for optimal experimental procedures and parameter sets through repeated experimentation and result validation, according to a predefined validation method. For example, in material science, the parameters associated with the growth of carbon nanotubes have been explored using an autonomous closed-loop learning system (Nikolaev et al., 2016). In experimental physics, Bayesian optimization has been used to identify the optimal evaporation ramp conditions for Bose–Einstein condensate production (Wigley et al., 2016). In 2019, a promoter-combination search in molecular biology was automated using an optimization algorithm-driven robotic system (HamediRad et al., 2019). Some robotic systems for cell culture have already been developed (dos Santos et al., 2013; Kino-Oka et al., 2009; Konagaya et al., 2015; Liu et al., 2010; Matsumoto et al., 2019; Nishimura et al., 2019; Ochiai et al., 2021; Soares et al., 2014; Thomas et al., 2008); however, many of these fixed-process automation apparatuses lack the flexibility and precision necessary to execute comprehensive parameter searching. Here, we report the development of a robotic search system that autonomously and efficiently searches for the optimal conditions for inducing iPS cell differentiation into retinal pigment epithelial (RPE) cells (iPSC-RPE cells). The system replaces the manual operations involved in cell culture with robotic arms. Cell culture is probably one of the most delicate procedures in two respects. First, the parameters related to physical manipulation can greatly affect the outcome of the experiment (Kanie et al., 2019). Secondly, it takes a long time to execute a series of protocols. For example, cells artificially differentiated from embryonic stem cells or induced pluripotent stem cells (ES/iPS cells) need to be processed using hundreds of experimental procedures that typically last for weeks or months before they can be used for transplantation in regenerative medicine. During these processes, cells are given chemical perturbations (e.g. type, dose, and timing of reagents) and physical perturbations (e.g. strength of pipetting, vibration during handling of plates, timing of transfer from/to CO2 incubator, and accompanying changes in factors such as temperature, humidity, and CO2 concentration). Due to the heterogeneous and complex internal states of cells, suitable culture conditions must be determined for each strain and/or lot (Kino-Oka and Sakai, 2019). A small difference in a single chemical stimulus or physical procedure can lead to failure of differentiation or poor quality of the produced cells, and such consequences can often become experimentally detectable only days or weeks after the input is given (Kino-oka et al., 2019). Therefore, the use of robotic arms is a great addition in the search for optimal cell culture conditions because robots can repeatedly perform the same operation with high precision. Moreover, they hardly make any errors, which are logged when committed. It is advantageous to utilize high-accuracy and programmable robotic arms for the search of optimal cell culture parameters. Unlike human hands, robotic arms can repeatedly perform the same procedure. They ensure reproducibility by keeping all parameters related to physical procedures constant. Furthermore, the actual operations are logged by the software along with sensor information when they are deviated from the established programs. Thus, robotization provides an ideal parameterization of experimental procedures. Some automated cell culture machines have already been proposed (Regent et al., 2019); however, proper formulation of an autonomous search for optimal culture conditions has not yet been determined. In this study, we combined a Maholo LabDroid (Yachie et al., 2017) and an AI system that independently evaluates the experimental results and plans the next experiments to realize an autonomous robotic search for optimal culture conditions. We first created a digital representation of the regenerative medical cell culture protocol used for iPS cell differentiation into retinal pigment epithelial (RPE) cells (iPSC-RPE cells) (Mandai et al., 2017), which can be executed by the robot and used as a template for an AI-driven parameter search (Figure 2—video 1). We then implemented the experimental protocol on a LabDroid, which is a versatile humanoid robot that can perform a broad range of experimental procedures. Its flexibility allows frequent changes in protocols and protocol parameters, making it suitable for use in experimental parameter searches. The robot has an integrated microscope that provides data for image-processing through AI, which evaluates the quality of growing cells. The search process was mathematically formulated as a type of experimental design problem, and a batch Bayesian optimization (BBO; Figure 1, Figure 1—figure supplements 1 and 2) technique was employed as a solver. Finally, we demonstrated that iPSC-RPE cells generated by LabDroid satisfy the cell biological criteria for regenerative medicine research applications.
Figure 2—video 1.

Representative LabDroid movements.

Example of LabDroid movements extracted from actual cell culture operation: handling of a 50 mL tube, aspirator, micropipette, microscope, and CO2 incubator. The speed factor was 100%.

Figure 1.

Robotic search for optimal experimental conditions.

(A) Overall workflow for the optimization of experimental procedures using combined experimental robotics and Bayesian optimization. The user defines the target experimental protocol, subject parameters of the protocol, and the validation function. In this study, we chose the differentiation procedure from iPS to RPE cells as a target protocol and selected the reagent concentration, administration period, and five other parameters (details are shown in Table 1). We defined the pigmented area in a culture well, which represents the degree of RPE differentiation induction, as the validation function. The optimization program presented multiple parameter candidates; the LabDroid performed the experiment, and then an evaluation value for each candidate was obtained. Subsequently, the Bayesian optimization presented a plurality of parameter candidates predicted to produce higher validation values. The optimal parameters were searched by repeating candidate presentation, experiment execution, validation, and prediction. The detailed components are shown in Figure 1—figure supplement 2. (B) Workflows performed in this study. First, robotization of the iPSC-RPE protocol was performed as a baseline. Next, the optimization process was conducted in three rounds, followed by statistical and biological validation. The figure numbers in parentheses represent the results shown in the figure.

(A) Schematic diagram of the process from iPSC stock to iPSC-derived RPE cell transplantation. The steps are roughly divided into iPSC culture, iPSC-RPE differentiation, purification, storage, recovery culture, and surgery. Arrows indicate daily operations, and thick gray lines indicate multi-day operations. (B) Timeline of the baseline and optimization and validation experiments. The baseline and optimization experiments were completed with scoring. The validation experiments, however, were performed by generating an iPSC-RPE stock through a purification process and carrying out a cell biological analysis. The arrows represent the figure number in which the result from that process is displayed.

The system platform. The robotic search using this system starts with the provision of queries for round 1 from the optimizer to the protocol compiler and the provision of the base protocol from the user to the protocol compiler. Each rectangle represents a system component. Solid lines represent the movement of data (including cells), and dotted lines represent physical interactions.

Figure 1—figure supplement 1.

Schematic diagram of iPSC-RPE transplantation.

(A) Schematic diagram of the process from iPSC stock to iPSC-derived RPE cell transplantation. The steps are roughly divided into iPSC culture, iPSC-RPE differentiation, purification, storage, recovery culture, and surgery. Arrows indicate daily operations, and thick gray lines indicate multi-day operations. (B) Timeline of the baseline and optimization and validation experiments. The baseline and optimization experiments were completed with scoring. The validation experiments, however, were performed by generating an iPSC-RPE stock through a purification process and carrying out a cell biological analysis. The arrows represent the figure number in which the result from that process is displayed.

Figure 1—figure supplement 2.

System components.

The system platform. The robotic search using this system starts with the provision of queries for round 1 from the optimizer to the protocol compiler and the provision of the base protocol from the user to the protocol compiler. Each rectangle represents a system component. Solid lines represent the movement of data (including cells), and dotted lines represent physical interactions.

Robotic search for optimal experimental conditions.

(A) Overall workflow for the optimization of experimental procedures using combined experimental robotics and Bayesian optimization. The user defines the target experimental protocol, subject parameters of the protocol, and the validation function. In this study, we chose the differentiation procedure from iPS to RPE cells as a target protocol and selected the reagent concentration, administration period, and five other parameters (details are shown in Table 1). We defined the pigmented area in a culture well, which represents the degree of RPE differentiation induction, as the validation function. The optimization program presented multiple parameter candidates; the LabDroid performed the experiment, and then an evaluation value for each candidate was obtained. Subsequently, the Bayesian optimization presented a plurality of parameter candidates predicted to produce higher validation values. The optimal parameters were searched by repeating candidate presentation, experiment execution, validation, and prediction. The detailed components are shown in Figure 1—figure supplement 2. (B) Workflows performed in this study. First, robotization of the iPSC-RPE protocol was performed as a baseline. Next, the optimization process was conducted in three rounds, followed by statistical and biological validation. The figure numbers in parentheses represent the results shown in the figure.
Table 1.

Definition of optimized parameters.

Parameter names, parameter name codes, description, parameter ranges, parameter units, correspondence between experimental procedure and parameters used (related to Figures 2A, 3A and B).

Parameter nameCodeDescriptionRangeUnitProtocol step
Preconditioning concentration PC FGFRi concentration in medium0–505nMPreconditioning
Preconditioning period PP FGFRi duration in medium1–6dayPreconditioning
Detachment trypsin period DP Trypsin incubation duration at room temperature after incubation at 37 °C, 20 min.5, 8, 11, 14, 17, 20, 23minPassage
Detachment pipetting strength DS Pipetting strength during cell detachment10–100mm/sPassage
Detachment pipetting length DL Bottom surface area to be pipettedshort / longN/APassage
KSR period KP KSR concentration and duration in medium:KSR concentration is decreased linearly every day so that KSR becomes 10% on DDday of KP value1–19dayRPE differentiation
Three supplements period 3P Three chemical supplements duration3–19dayRPE differentiation

Schematic diagram of iPSC-RPE transplantation.

(A) Schematic diagram of the process from iPSC stock to iPSC-derived RPE cell transplantation. The steps are roughly divided into iPSC culture, iPSC-RPE differentiation, purification, storage, recovery culture, and surgery. Arrows indicate daily operations, and thick gray lines indicate multi-day operations. (B) Timeline of the baseline and optimization and validation experiments. The baseline and optimization experiments were completed with scoring. The validation experiments, however, were performed by generating an iPSC-RPE stock through a purification process and carrying out a cell biological analysis. The arrows represent the figure number in which the result from that process is displayed.

System components.

The system platform. The robotic search using this system starts with the provision of queries for round 1 from the optimizer to the protocol compiler and the provision of the base protocol from the user to the protocol compiler. Each rectangle represents a system component. Solid lines represent the movement of data (including cells), and dotted lines represent physical interactions.

Results

Robotization of the iPSC-RPE differentiation protocol

An overview of the iPSC-RPE differentiation protocol used for optimization is shown in Figure 2A and Figure 1—figure supplement 1. It consists of five steps: seeding, preconditioning, passage, RPE differentiation (induction), and RPE maintenance culture. The day on which the passage was performed was defined as differentiation day (DDay) 0, and the cultured cells were sampled and validated on DDays 33 and 34. To implement this protocol using LabDroid, the necessary peripheral devices were installed on and around LabDroid’s workbench (Figure 2B, Figure 2—figure supplement 1). We designed the system to work simultaneously with eight 6-well plates per batch, for a total of 48 cell-containing wells. LabDroid was programmed for three types of operations: seeding, medium exchange, and passage (Figure 2—figure supplements 2–7; Figure 2—source data 3; Figure 2—video 1). The steps for the preconditioning and induction, which correspond to the preparation of reagents, were named medium exchange type I, and the step for RPE maintenance culture, which does not involve reagent preparation, was named medium exchange type II (Figure 2A, Figure 2—figure supplement 2).
Figure 2.

Robotization of iPSC-RPE differentiation protocols.

(A) Schematic diagram of the standard iPSC-RPE differentiation procedures. DDay indicates the differentiation day. Filled circles represent days when the robot operated, solid circles represent days with human operations only, and dashed line circles represent days when no operations were conducted. F stands for FGF receptor inhibitor; Y for Y-27632, a Rho-kinase inhibitor; SB for SB431542, a TGF-β/Activin/Nodal signal inhibitor; CKI for a CKI-7, Wnt signal inhibitor; and MX for medium exchange. (B) The LabDroid Maholo including peripheral equipment. (C) Plate numbering and the orders of seeding, passage, and medium exchange operations. Eight 6-well plates were used for each experiment. (D) Well numbering. (E) Scores of the first trial. iPSC-RPE differentiation was conducted under six different trypsin treatment times using the LabDroid. Yellow bars represent the pigmented cell area score of each well. The bold black lines and the shaded area around the lines represent the mean score and SEM of eight samples operated at the same trypsin time, respectively. The raw values are shown in Figure 2—source data 2.

Images acquired on Day 34 of the baseline experiment; images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 100 and 150, respectively. IDs on the bottom indicate 'B (baseline) - Plate No. - Well No.'.

Related to Figure 2E. Raw values of the parameter candidates and pigmentation scores in the baseline experiment. *KSR concentration was lowered in a systematic fashion, unlike the KP parameter. Specific values: DDays 1–3, 20% KSR; DDays 4–7, 15% KSR; from DDay 8, 10% KSR.

Related to Figure 2. Given the limitations of the LabDroid, setting the micropipette to an arbitrary volume was difficult. Therefore, we pseudo-implemented a fine volume setting for the transfer of 0–1000 µL by combining nine micropipettes with pre-set volumes (3000, 1000, 450, 300, 200, 80, 30, 10, and 5 µL). The number of combinations was limited to three or fewer. The numbers in the table indicate the micropipettes and the number of times they had to be used to achieve the desired volumes. For example, 260 µL indicates that the 200 and 30 µL micropipettes had to be used once and twice, respectively.

(A) Exterior photograph of the LabDroid booth. The LabDroid consists of an acrylic box of W2500 x D2000 x H2200 (mm). (B) Plan view of the LabDroid booth (3D-CAD) and layout of the equipment. (C–D) Front view photograph of the LabDroid booth and schematic drawing of the equipment (these panels are identical to those in Figure 2B). (E) Top view photograph of the LabDroid booth. (F) A back view photograph of the LabDroid booth. Components: (1) dual-arm humanoid; (2) CO2 incubator; (3) micropipettes; (4) pipette tips; (5) tip sensor; (6) dustbin; (7) aspirator; (8) tube racks; (9) plate racks; (10) dry bath; and (11) microscope.

(A) Seeding (DDay −7). (B) Medium exchange type I for preconditioning (DDays −6 to −1) and the first part of RPE induction (DDays 1–19). (C) Medium exchange type II for the second part of RPE induction (DDays 20–25), and RPE maintenance (DDays 26–32). (D) Passage (DDay 0). The dashed line rectangles represent the operations carried out by humans, and solid line rectangles represent the operations carried out by the robot.

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

(A–C) The 6-well plates were placed on top of a white LED lighting plate and photographed with a camera fixed to the mount (A). The raw images acquired (B) were cropped in a circle to the size of the bottom of the well (C). (D) Workflow of image processing performed using ImageJ/Fiji macro. The background was removed in steps 1–3, binarization in step 4, and noise in steps 5 and 6. Since it is empirically known that differentiation-inducing cells are less likely to grow near the sides of the wells, only the central portion was cropped (step 7) and the scores were subsequently calculated. (E–J) Examples of processed images. The images shown are samples from well 1 of plate 1 in the baseline experiment. Images after Gaussian blur (E), background subtraction (F), sharpening (G), binarization by thresholding (H), mathematical morphology processing (I), crop, and clear outside (J) processing. The orange circle in panel (I) represents the crop area in step 7. The pigmentation score was calculated as the area of the black region in panel (J). (K) Merged image of the image before processing (corresponding to panel C) and the area determined to be pigmented (corresponding to panel (J), red frame). All images shown in this figure have been contrast-optimized to facilitate the visualization of the examples, but the actual values were used when processing the images for quantification.

Example of LabDroid movements extracted from actual cell culture operation: handling of a 50 mL tube, aspirator, micropipette, microscope, and CO2 incubator. The speed factor was 100%.

Figure 2—figure supplement 1.

LabDroid Maholo booth.

(A) Exterior photograph of the LabDroid booth. The LabDroid consists of an acrylic box of W2500 x D2000 x H2200 (mm). (B) Plan view of the LabDroid booth (3D-CAD) and layout of the equipment. (C–D) Front view photograph of the LabDroid booth and schematic drawing of the equipment (these panels are identical to those in Figure 2B). (E) Top view photograph of the LabDroid booth. (F) A back view photograph of the LabDroid booth. Components: (1) dual-arm humanoid; (2) CO2 incubator; (3) micropipettes; (4) pipette tips; (5) tip sensor; (6) dustbin; (7) aspirator; (8) tube racks; (9) plate racks; (10) dry bath; and (11) microscope.

Figure 2—figure supplement 2.

Workflows of the experimental operation.

(A) Seeding (DDay −7). (B) Medium exchange type I for preconditioning (DDays −6 to −1) and the first part of RPE induction (DDays 1–19). (C) Medium exchange type II for the second part of RPE induction (DDays 20–25), and RPE maintenance (DDays 26–32). (D) Passage (DDay 0). The dashed line rectangles represent the operations carried out by humans, and solid line rectangles represent the operations carried out by the robot.

Figure 2—figure supplement 7.

Representative LabDroid execution of an RPE maintenance experiment (round 3, DDay 32, 1st run).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Robotization of iPSC-RPE differentiation protocols.

(A) Schematic diagram of the standard iPSC-RPE differentiation procedures. DDay indicates the differentiation day. Filled circles represent days when the robot operated, solid circles represent days with human operations only, and dashed line circles represent days when no operations were conducted. F stands for FGF receptor inhibitor; Y for Y-27632, a Rho-kinase inhibitor; SB for SB431542, a TGF-β/Activin/Nodal signal inhibitor; CKI for a CKI-7, Wnt signal inhibitor; and MX for medium exchange. (B) The LabDroid Maholo including peripheral equipment. (C) Plate numbering and the orders of seeding, passage, and medium exchange operations. Eight 6-well plates were used for each experiment. (D) Well numbering. (E) Scores of the first trial. iPSC-RPE differentiation was conducted under six different trypsin treatment times using the LabDroid. Yellow bars represent the pigmented cell area score of each well. The bold black lines and the shaded area around the lines represent the mean score and SEM of eight samples operated at the same trypsin time, respectively. The raw values are shown in Figure 2—source data 2.

Acquired pigmented images of the baseline experiment.

Images acquired on Day 34 of the baseline experiment; images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 100 and 150, respectively. IDs on the bottom indicate 'B (baseline) - Plate No. - Well No.'.

Executed parameters and scores of the baseline experiment.

Related to Figure 2E. Raw values of the parameter candidates and pigmentation scores in the baseline experiment. *KSR concentration was lowered in a systematic fashion, unlike the KP parameter. Specific values: DDays 1–3, 20% KSR; DDays 4–7, 15% KSR; from DDay 8, 10% KSR.

Pipetting volume and pipette combination.

Related to Figure 2. Given the limitations of the LabDroid, setting the micropipette to an arbitrary volume was difficult. Therefore, we pseudo-implemented a fine volume setting for the transfer of 0–1000 µL by combining nine micropipettes with pre-set volumes (3000, 1000, 450, 300, 200, 80, 30, 10, and 5 µL). The number of combinations was limited to three or fewer. The numbers in the table indicate the micropipettes and the number of times they had to be used to achieve the desired volumes. For example, 260 µL indicates that the 200 and 30 µL micropipettes had to be used once and twice, respectively.

LabDroid Maholo booth.

(A) Exterior photograph of the LabDroid booth. The LabDroid consists of an acrylic box of W2500 x D2000 x H2200 (mm). (B) Plan view of the LabDroid booth (3D-CAD) and layout of the equipment. (C–D) Front view photograph of the LabDroid booth and schematic drawing of the equipment (these panels are identical to those in Figure 2B). (E) Top view photograph of the LabDroid booth. (F) A back view photograph of the LabDroid booth. Components: (1) dual-arm humanoid; (2) CO2 incubator; (3) micropipettes; (4) pipette tips; (5) tip sensor; (6) dustbin; (7) aspirator; (8) tube racks; (9) plate racks; (10) dry bath; and (11) microscope.

Workflows of the experimental operation.

(A) Seeding (DDay −7). (B) Medium exchange type I for preconditioning (DDays −6 to −1) and the first part of RPE induction (DDays 1–19). (C) Medium exchange type II for the second part of RPE induction (DDays 20–25), and RPE maintenance (DDays 26–32). (D) Passage (DDay 0). The dashed line rectangles represent the operations carried out by humans, and solid line rectangles represent the operations carried out by the robot.

Representative LabDroid execution of a seeding experiment (round 3, DDay −7).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Representative LabDroid execution of a preconditioning experiment (round 3, DDay −6, 1st run).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Representative LabDroid execution of a passage experiment (round 3, DDay 0, 1st run).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Representative LabDroid execution of an RPE differentiation experiment (round 3, DDay 10, 1st run).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Representative LabDroid execution of an RPE maintenance experiment (round 3, DDay 32, 1st run).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Image processing to calculate the pigmentation scores.

(A–C) The 6-well plates were placed on top of a white LED lighting plate and photographed with a camera fixed to the mount (A). The raw images acquired (B) were cropped in a circle to the size of the bottom of the well (C). (D) Workflow of image processing performed using ImageJ/Fiji macro. The background was removed in steps 1–3, binarization in step 4, and noise in steps 5 and 6. Since it is empirically known that differentiation-inducing cells are less likely to grow near the sides of the wells, only the central portion was cropped (step 7) and the scores were subsequently calculated. (E–J) Examples of processed images. The images shown are samples from well 1 of plate 1 in the baseline experiment. Images after Gaussian blur (E), background subtraction (F), sharpening (G), binarization by thresholding (H), mathematical morphology processing (I), crop, and clear outside (J) processing. The orange circle in panel (I) represents the crop area in step 7. The pigmentation score was calculated as the area of the black region in panel (J). (K) Merged image of the image before processing (corresponding to panel C) and the area determined to be pigmented (corresponding to panel (J), red frame). All images shown in this figure have been contrast-optimized to facilitate the visualization of the examples, but the actual values were used when processing the images for quantification.

Representative LabDroid movements.

Example of LabDroid movements extracted from actual cell culture operation: handling of a 50 mL tube, aspirator, micropipette, microscope, and CO2 incubator. The speed factor was 100%. First, we used LabDroid to perform baseline experiments involving the induction of iPSC-RPE cell differentiation under the same conditions as the typical manual operations. Because of the differences in structure and experimental environment between the LabDroid and humans, some operations and movements, such as the use of a centrifuge, the presence or absence of cell counting at the time of passage, and the speed of movement, differed from those of humans. For example, achieving the same time interval for trypsin treatment in all wells of a single plate during cell detachment using LabDroid is difficult. Therefore, the passage operation was performed at six separate time intervals. The cells differentiating into RPE cells produce melanin, which causes them to turn brown. Therefore, the area ratio of the total number of pigmented cells on DDay 34 was used to estimate the differentiation induction efficiency and obtain evaluation scores, following the example of previous studies (Kuroda et al., 2019; Regent et al., 2019; Figure 2—figure supplement 8). These validation scores were used to simplify the validation process and do not reflect the entire quality of the RPE.
Figure 2—figure supplement 8.

Image processing to calculate the pigmentation scores.

(A–C) The 6-well plates were placed on top of a white LED lighting plate and photographed with a camera fixed to the mount (A). The raw images acquired (B) were cropped in a circle to the size of the bottom of the well (C). (D) Workflow of image processing performed using ImageJ/Fiji macro. The background was removed in steps 1–3, binarization in step 4, and noise in steps 5 and 6. Since it is empirically known that differentiation-inducing cells are less likely to grow near the sides of the wells, only the central portion was cropped (step 7) and the scores were subsequently calculated. (E–J) Examples of processed images. The images shown are samples from well 1 of plate 1 in the baseline experiment. Images after Gaussian blur (E), background subtraction (F), sharpening (G), binarization by thresholding (H), mathematical morphology processing (I), crop, and clear outside (J) processing. The orange circle in panel (I) represents the crop area in step 7. The pigmentation score was calculated as the area of the black region in panel (J). (K) Merged image of the image before processing (corresponding to panel C) and the area determined to be pigmented (corresponding to panel (J), red frame). All images shown in this figure have been contrast-optimized to facilitate the visualization of the examples, but the actual values were used when processing the images for quantification.

Baseline experiments were conducted and validated using six trypsin conditions and eight plates (Figure 2C–E; Figure 2—source data 1 and Figure 2—source data 2). The highest scoring was obtained when trypsin treatment was conducted for 20 min at 37 °C, followed by 14 min incubation at room temperature (RT, approximately 25 °C), with an eight-plate score of 0.44±0.03 (mean ± SEM, n=8). The lowest scoring was obtained when trypsin treatment was conducted for 20 min at 37 °C, followed by 23 min at RT, with an eight-plate score of 0.33±0.02 (mean ± SEM, n=8). LabDroid successfully performed the iPSC-RPE protocol, as evidenced by the detection of pigmented cells in all 48 wells and the lack of errors in the operating process. However, in the naive transplantation of the manual protocol to the robot, the induction efficiency was insufficient. This suggests that it is inherently difficult to describe physical parameters, including unrecorded human movements. Therefore, we attempted to optimize the protocol parameters to further improve the scores using a robotic search.

Parameterization of the protocol

To improve the pigmentation score, we selected seven parameters for optimization: two from the preconditioning step, three from the passage step, and two from the induction step. Search domains were set for each parameter (Table 1; Figure 3A and B).
Figure 3.

Optimization module.

(A) Definition of the target parameters and corresponding steps in the protocol: PC, preconditioning concentration; PP, preconditioning period; DP, detachment trypsin period; DS, detachment pipetting strength; DL, detachment pipetting length; KP, KSR concentration reducing period; and 3P, three chemical (Y, SB, CKI) supplement administration period. (B) Ranges and stepping of the parameters. (C) The Bayesian optimization module consists of two components: a Model updater and a Query generator. The Model updater updates the Gaussian process posterior on the experiment using all available data , where x indicates experimental parameter, and y indicates corresponding evaluation score. The Query generator calculates the acquisition function for an experiment parameter with the posterior distribution , and generates the experiment parameter set for the next 48 points using the policy function with . (D and E) Test of the query generation process using a two-dimensional toy acquisition function. (D) Values of the toy acquisition function given an experimental parameter set. The horizontal axis represents the input values of (contextual parameter), whereas the vertical axis represents the input values of the other six remaining context-free parameters , which are collapsed into a single axis. The color of the heatmap indicates the value of the acquisition function. In the heat map, the acquisition value is higher in places where the color is closer to red and lower in places where the color is closer to blue. (E) Test of the query generation process for the experimental parameter set in the next experiment using a batch contextual local penalization policy (BCLP). The heat maps in the upper row show the (penalized) acquisition function values, and the lower row shows the penalization values for the acquisition function. The queries for 48 wells (right side figure) were iteratively generated from the maximization-penalization loop on the acquisition function.

Test of a Bayesian posterior updated in a Gaussian process (GP). (A) Sample paths from the zero-mean GP prior. (B) Sample paths from the GP posterior after executing some experiments (indicated by black dots). The gray shaded area represents the pointwise mean plus and minus twice the standard deviation for each input value.

Sequential Bayesian optimization was tested by determining the maximum of a one-dimensional toy objective function. This figure illustrates the Bayesian optimization procedure over several iterations. The objective function is indicated by a purple dashed curve on the left side of each plot. The past experimental results are indicated by dots, and the newest experimental results are indicated by white dots. The GP posterior mean function is indicated by a black line, and covariance intervals are indicated by purple shaded areas. The plots on the right side show the acquisition functions in the orange curves. The value of the acquisition function is high where the model predicts a high objective (exploitation) and where the prediction uncertainty is high (exploration). The black vertical dashed lines show the place of acquisition max, a factor of importance to be tested in a subsequent experiment.

An approximate prediction of how much the value of each variable affects the score based on domain knowledge before performing a series of optimizations. The toy testing function was simply multiplied by the predicted function for each of the variables below, (A) Prediction of preconditioning (FGFRi) concentration (PC) response. It increased from 0 nM, reached a maximum at 100 nM, decreased after 100 nM, and approached 0.5. (B) Prediction of the preconditioning period (PP) response: on Day 1 it was 0, it increased monotonically thereafter, and reached a maximum value on Day 6. (C) Prediction of the detachment trypsin period (DP) response: an optimal value between 13 and 20 min was expected. (D) Prediction of the detachment pipetting strength (DS) response: it achieved a maximum value at 10 mm/s and then decreased monotonically. Although an important parameter, the detachment pipetting length (DL) is always assumed to be 1 because of the difficulty of prediction. (E) Prediction of the KSR period (KP) response: it was expected to increase monotonically until Day 8, and to be stationary thereafter. (F) Prediction of the three-supplement period (3P) response: it was expected to take a non-zero value and increase monotonically from around Day 3 onwards.

The vertical axis shows the value, and the horizontal axis shows the number of circles. The blue horizontal line represents the ground truth (optimal value). In each series, three experiments were conducted independently, and the score of the query with the highest evaluation score in the true function among the queries that had appeared in a certain round was plotted. The error bars represent the standard error (SEM) in each round. (A) The red series shows the results of batch Bayesian optimization (BCLP) with no observation noise. The yellow series shows the results of BCLP with a Gaussian noise SD=0.064. The green series shows the BCLP results with a high Gaussian noise SD=0.4. The black series represents the results of random sampling. Compared to random sampling, Bayesian optimization improved the convergence performance and converged to the optimal solution when the observation noise was sufficiently small. Black, random; green, BCLP (SD=0.4); orange, BCLP (SD=0.064); red, BCLP (SD=0). The shaded area represents the SEM image. (B) Comparison of BCLP performance when the batch size was changed. For the benchmark function (noise SD=0.064), optimization was performed using a different number of plates (Np) per round. The blue series represents Np=2, the green series represents Np=4, the orange series represents Np=8, and the red series represents Np=16. As the number of plates (the batch size) increased, batch Bayesian optimization tended to converge to an optimal solution with fewer rounds. Blue, Np=2; green, Np=4; orange, Np=8; red, Np=16. The shaded area represents the SEM image.

Optimization module.

(A) Definition of the target parameters and corresponding steps in the protocol: PC, preconditioning concentration; PP, preconditioning period; DP, detachment trypsin period; DS, detachment pipetting strength; DL, detachment pipetting length; KP, KSR concentration reducing period; and 3P, three chemical (Y, SB, CKI) supplement administration period. (B) Ranges and stepping of the parameters. (C) The Bayesian optimization module consists of two components: a Model updater and a Query generator. The Model updater updates the Gaussian process posterior on the experiment using all available data , where x indicates experimental parameter, and y indicates corresponding evaluation score. The Query generator calculates the acquisition function for an experiment parameter with the posterior distribution , and generates the experiment parameter set for the next 48 points using the policy function with . (D and E) Test of the query generation process using a two-dimensional toy acquisition function. (D) Values of the toy acquisition function given an experimental parameter set. The horizontal axis represents the input values of (contextual parameter), whereas the vertical axis represents the input values of the other six remaining context-free parameters , which are collapsed into a single axis. The color of the heatmap indicates the value of the acquisition function. In the heat map, the acquisition value is higher in places where the color is closer to red and lower in places where the color is closer to blue. (E) Test of the query generation process for the experimental parameter set in the next experiment using a batch contextual local penalization policy (BCLP). The heat maps in the upper row show the (penalized) acquisition function values, and the lower row shows the penalization values for the acquisition function. The queries for 48 wells (right side figure) were iteratively generated from the maximization-penalization loop on the acquisition function.

Demonstration of how Gaussian process regression updates a Bayesian posterior.

Test of a Bayesian posterior updated in a Gaussian process (GP). (A) Sample paths from the zero-mean GP prior. (B) Sample paths from the GP posterior after executing some experiments (indicated by black dots). The gray shaded area represents the pointwise mean plus and minus twice the standard deviation for each input value.

Demonstration of Bayesian optimization generation of experimental parameters.

Sequential Bayesian optimization was tested by determining the maximum of a one-dimensional toy objective function. This figure illustrates the Bayesian optimization procedure over several iterations. The objective function is indicated by a purple dashed curve on the left side of each plot. The past experimental results are indicated by dots, and the newest experimental results are indicated by white dots. The GP posterior mean function is indicated by a black line, and covariance intervals are indicated by purple shaded areas. The plots on the right side show the acquisition functions in the orange curves. The value of the acquisition function is high where the model predicts a high objective (exploitation) and where the prediction uncertainty is high (exploration). The black vertical dashed lines show the place of acquisition max, a factor of importance to be tested in a subsequent experiment.

Toy testing function based on domain knowledge.

An approximate prediction of how much the value of each variable affects the score based on domain knowledge before performing a series of optimizations. The toy testing function was simply multiplied by the predicted function for each of the variables below, (A) Prediction of preconditioning (FGFRi) concentration (PC) response. It increased from 0 nM, reached a maximum at 100 nM, decreased after 100 nM, and approached 0.5. (B) Prediction of the preconditioning period (PP) response: on Day 1 it was 0, it increased monotonically thereafter, and reached a maximum value on Day 6. (C) Prediction of the detachment trypsin period (DP) response: an optimal value between 13 and 20 min was expected. (D) Prediction of the detachment pipetting strength (DS) response: it achieved a maximum value at 10 mm/s and then decreased monotonically. Although an important parameter, the detachment pipetting length (DL) is always assumed to be 1 because of the difficulty of prediction. (E) Prediction of the KSR period (KP) response: it was expected to increase monotonically until Day 8, and to be stationary thereafter. (F) Prediction of the three-supplement period (3P) response: it was expected to take a non-zero value and increase monotonically from around Day 3 onwards.

Preliminary testing of the Bayesian optimization under different conditions.

The vertical axis shows the value, and the horizontal axis shows the number of circles. The blue horizontal line represents the ground truth (optimal value). In each series, three experiments were conducted independently, and the score of the query with the highest evaluation score in the true function among the queries that had appeared in a certain round was plotted. The error bars represent the standard error (SEM) in each round. (A) The red series shows the results of batch Bayesian optimization (BCLP) with no observation noise. The yellow series shows the results of BCLP with a Gaussian noise SD=0.064. The green series shows the BCLP results with a high Gaussian noise SD=0.4. The black series represents the results of random sampling. Compared to random sampling, Bayesian optimization improved the convergence performance and converged to the optimal solution when the observation noise was sufficiently small. Black, random; green, BCLP (SD=0.4); orange, BCLP (SD=0.064); red, BCLP (SD=0). The shaded area represents the SEM image. (B) Comparison of BCLP performance when the batch size was changed. For the benchmark function (noise SD=0.064), optimization was performed using a different number of plates (Np) per round. The blue series represents Np=2, the green series represents Np=4, the orange series represents Np=8, and the red series represents Np=16. As the number of plates (the batch size) increased, batch Bayesian optimization tended to converge to an optimal solution with fewer rounds. Blue, Np=2; green, Np=4; orange, Np=8; red, Np=16. The shaded area represents the SEM image.

Definition of optimized parameters.

Parameter names, parameter name codes, description, parameter ranges, parameter units, correspondence between experimental procedure and parameters used (related to Figures 2A, 3A and B). From the preconditioning step on DDays −1 to −6, we selected two parameters for optimization: the concentration of fibroblast growth factor receptor inhibitor (FGFRi) in the medium (PC, preconditioning concentration), and the duration of addition (PP, preconditioning period). From the passage step performed on DDay 0, we selected three parameters to optimize: the pipetting strength during cell detachment (DS, detachment pipetting strength), the area of the bottom surface to be pipetted (DL, detachment pipetting length), and trypsin processing time (DP, detachment trypsin period) of a passage. DP is a contextual parameter that can only be used to perform experiments at fixed values, owing to the specifications of the experimental system. In this case, DP is allowed to take different fixed values at three-minute intervals, corresponding to the number of wells in the plate. From the induction step on DDays 1–25, we selected two parameters to optimize: the concentration of KnockOut Serum Replacement (KSR) in the medium (KP, KSR period), and the duration of exposure period of the three chemical supplements (3P, three supplement period).

Optimization of the protocol

To improve the optimization performance, 48 conditions (eight plates × six wells, as shown in Figure 2C) were executed in parallel in each batch. The 48 conditions were selected from the search space using the Bayesian optimization module to maximize the acquisition function calculated from the past experimental data. In general, solving a high-dimensional, expensive black-box optimization problem such as the present one with a limited number of rounds is challenging. In our case, some 200 million possible parameter combinations existed in the search space, and the point where the pigmented score was optimal in three rounds (144 queries) had to be determined, because one experiment round took 40–45 days. In recent studies, BBO has shown excellent performance in real-world black-box optimization problems (Burger et al., 2020; Gongora et al., 2020; HamediRad et al., 2019). We integrated an experimental design module based on BBO to effectively search for the optimal experimental parameters that maximize the pigmentation scores in the search space defined in Figure 3B. The Bayesian optimization module generates queries using two components: the Model updater, which updates the surrogate model that captures the relationship between parameters and the scores using Bayesian inference (Figure 3—figure supplement 1); the Query generator, which generates the next experimental parameters using an acquisition function and a policy function (Figure 3C, Figure 3—figure supplement 2; Algorithm 1–3). In the Query generator, the acquisition function estimates the expected progress toward the optimal experimental parameter at a given experimental parameter (Figure 3D). Then, using the acquisition function, the policy function generates the next 48 experimental parameters considering the context of trypsin processing time (Figure 3E).
Figure 3—figure supplement 1.

Demonstration of how Gaussian process regression updates a Bayesian posterior.

Test of a Bayesian posterior updated in a Gaussian process (GP). (A) Sample paths from the zero-mean GP prior. (B) Sample paths from the GP posterior after executing some experiments (indicated by black dots). The gray shaded area represents the pointwise mean plus and minus twice the standard deviation for each input value.

Figure 3—figure supplement 2.

Demonstration of Bayesian optimization generation of experimental parameters.

Sequential Bayesian optimization was tested by determining the maximum of a one-dimensional toy objective function. This figure illustrates the Bayesian optimization procedure over several iterations. The objective function is indicated by a purple dashed curve on the left side of each plot. The past experimental results are indicated by dots, and the newest experimental results are indicated by white dots. The GP posterior mean function is indicated by a black line, and covariance intervals are indicated by purple shaded areas. The plots on the right side show the acquisition functions in the orange curves. The value of the acquisition function is high where the model predicts a high objective (exploitation) and where the prediction uncertainty is high (exploration). The black vertical dashed lines show the place of acquisition max, a factor of importance to be tested in a subsequent experiment.

To test the performance of the Bayesian optimization module in our case, we executed a preliminary performance validation using a toy testing function constructed on domain knowledge (Figure 3—figure supplements 3 and 4).
Figure 3—figure supplement 3.

Toy testing function based on domain knowledge.

An approximate prediction of how much the value of each variable affects the score based on domain knowledge before performing a series of optimizations. The toy testing function was simply multiplied by the predicted function for each of the variables below, (A) Prediction of preconditioning (FGFRi) concentration (PC) response. It increased from 0 nM, reached a maximum at 100 nM, decreased after 100 nM, and approached 0.5. (B) Prediction of the preconditioning period (PP) response: on Day 1 it was 0, it increased monotonically thereafter, and reached a maximum value on Day 6. (C) Prediction of the detachment trypsin period (DP) response: an optimal value between 13 and 20 min was expected. (D) Prediction of the detachment pipetting strength (DS) response: it achieved a maximum value at 10 mm/s and then decreased monotonically. Although an important parameter, the detachment pipetting length (DL) is always assumed to be 1 because of the difficulty of prediction. (E) Prediction of the KSR period (KP) response: it was expected to increase monotonically until Day 8, and to be stationary thereafter. (F) Prediction of the three-supplement period (3P) response: it was expected to take a non-zero value and increase monotonically from around Day 3 onwards.

Figure 3—figure supplement 4.

Preliminary testing of the Bayesian optimization under different conditions.

The vertical axis shows the value, and the horizontal axis shows the number of circles. The blue horizontal line represents the ground truth (optimal value). In each series, three experiments were conducted independently, and the score of the query with the highest evaluation score in the true function among the queries that had appeared in a certain round was plotted. The error bars represent the standard error (SEM) in each round. (A) The red series shows the results of batch Bayesian optimization (BCLP) with no observation noise. The yellow series shows the results of BCLP with a Gaussian noise SD=0.064. The green series shows the BCLP results with a high Gaussian noise SD=0.4. The black series represents the results of random sampling. Compared to random sampling, Bayesian optimization improved the convergence performance and converged to the optimal solution when the observation noise was sufficiently small. Black, random; green, BCLP (SD=0.4); orange, BCLP (SD=0.064); red, BCLP (SD=0). The shaded area represents the SEM image. (B) Comparison of BCLP performance when the batch size was changed. For the benchmark function (noise SD=0.064), optimization was performed using a different number of plates (Np) per round. The blue series represents Np=2, the green series represents Np=4, the orange series represents Np=8, and the red series represents Np=16. As the number of plates (the batch size) increased, batch Bayesian optimization tended to converge to an optimal solution with fewer rounds. Blue, Np=2; green, Np=4; orange, Np=8; red, Np=16. The shaded area represents the SEM image.

Robotic optimization drastically improved the pigmentation score

In this study, three successive experiments were conducted to optimize the target protocol. In each round, 48 conditions were generated using the Bayesian optimization module and translated into LabDroid operating programs. The robot performed 40 days of iPSC-RPE induction culture under each condition, and we obtained the rate of pigmented cells in the dish as an evaluation score (pigmentation score) for each condition. In accordance with the experimental design, we incorporated the two highest-scoring conditions from the previous experiment (Figure 2E) as control conditions, performed differentiation-inducing cultures with the LabDroid, and validated the area of the colored cells. In round 1, although one condition was found to be experimentally deficient, the other 47 conditions were validated. The highest score was 0.86 (Figure 4A; Figure 4—source data 1, Figure 4—source data 4), yielding five conditions that exceeded the mean value (0.39) for all wells in the baseline experiment (Figure 2E). In round 2, 46 conditions were generated, and the two highest-scoring conditions in round 1 were incorporated as control conditions. The highest score was 0.83 (Figure 4B; Figure 4—source data 2, Figure 4—source data 4). In round 3, 48 experiments were conducted, yielding an improved highest score of 0.91. We obtained 26 other conditions that were better than the highest in round 2 (Figure 4C; Figure 4—source data 3, Figure 4—source data 4). A visualization diagram of a two-dimensional partial least squares regression (PLS) clearly revealed that the overall experimental parameters tended to converge in a higher pigmented score direction from rounds 1 to 3 (Figure 4D, Figure 4—figure supplement 1).
Figure 4.

Robotic search for optimal parameters in iPSC-RPE differentiation.

(A–C) Parameter candidates sorted in order of the pigmentation score in optimization rounds 1 (A), 2 (B), and 3 (C). The ID label on the left represents 'Round No. - Plate No. - Well No.'. For example, ‘1-2-3’ means ‘(Round) 1-(Plate) 2-(Well) 3’. The parameter values and resulting pigmentation scores are plotted as horizontal bars. The parameter candidate with black frames (1-1-3) in (A) is the standard condition. Arrows indicate the control experiments; the top two conditions in round 1 were included in round 2, and the top two conditions in round 2 were implemented in round 3. The raw values are shown in Figure 4—source data 4. (D) Visualization of the parameter set and the pigmentation score distributions using partial least squares regression (PLS) in each round. The horizontal axis PC1 shows the values of the parameter candidates that are projected onto the first component of the PLS. The vertical axis shows the pigmentation score for each candidate parameter. As the rounds progressed, the overall score tended to converge in a higher direction. A full visualization of the experimental results using a parallel coordinate plot (PCP) is shown in Figure 4—figure supplement 1.

Images acquired on Day 34 of the round 1 experiment; images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 100 and 150, respectively. ID labeling on the bottom indicates '1 (round 1) - Plate No. - Well No.'.

Images acquired on Day 34 of the round 2 experiment; images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 100 and 150, respectively. ID labeling on the bottom indicates '2 (round 2) - Plate No. - Well No.'.

Images acquired on Day 34 of the round 3 experiment: images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 100 and 150, respectively. ID labeling on the bottom indicates '3 (round 3) - Plate No. - Well No.'.

Related to Figure 4. Raw values of the parameter candidates and pigmentation scores in the experiments from rounds 1 to 3.

The experimental results were visualized in rounds 1–3 using a parallel coordinate plot (PCP) and represented in 8-dimensional space (seven-dimensional parameters +pigmentation scores) as a colored line with vertices on the parallel axes; the position of the vertex on the i-th axis corresponds to the i-th coordinate of the parameter. The color of the line represents the pigmented score: blue lines represent lower pigmentation scores, and the closer to red, the higher the pigmented score.

Video recording an example of a seeding operation (round 3, DDay −7). The speed factor was 6000%.

Video recording an example of a preconditioning operation (round 3, DDay −6, 1st run). The speed factor was 6000%.

Video recording an example of a passage operation (round 3, DDay 0, 1st run). The speed factor was 6000%.

Video recording an example of an RPE differentiation operation (round 3, DDay 10, 1st run). The speed factor was 6000%.

Video recording an example of an RPE maintenance operation (round 3, DDay 32, 1st run). The speed factor was 6000%.

Figure 4—figure supplement 1.

Parallel coordinate plot (PCP) of the robotic search experimental results.

The experimental results were visualized in rounds 1–3 using a parallel coordinate plot (PCP) and represented in 8-dimensional space (seven-dimensional parameters +pigmentation scores) as a colored line with vertices on the parallel axes; the position of the vertex on the i-th axis corresponds to the i-th coordinate of the parameter. The color of the line represents the pigmented score: blue lines represent lower pigmentation scores, and the closer to red, the higher the pigmented score.

Robotic search for optimal parameters in iPSC-RPE differentiation.

(A–C) Parameter candidates sorted in order of the pigmentation score in optimization rounds 1 (A), 2 (B), and 3 (C). The ID label on the left represents 'Round No. - Plate No. - Well No.'. For example, ‘1-2-3’ means ‘(Round) 1-(Plate) 2-(Well) 3’. The parameter values and resulting pigmentation scores are plotted as horizontal bars. The parameter candidate with black frames (1-1-3) in (A) is the standard condition. Arrows indicate the control experiments; the top two conditions in round 1 were included in round 2, and the top two conditions in round 2 were implemented in round 3. The raw values are shown in Figure 4—source data 4. (D) Visualization of the parameter set and the pigmentation score distributions using partial least squares regression (PLS) in each round. The horizontal axis PC1 shows the values of the parameter candidates that are projected onto the first component of the PLS. The vertical axis shows the pigmentation score for each candidate parameter. As the rounds progressed, the overall score tended to converge in a higher direction. A full visualization of the experimental results using a parallel coordinate plot (PCP) is shown in Figure 4—figure supplement 1.

Acquired pigmented images of the round 1 experiment.

Images acquired on Day 34 of the round 1 experiment; images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 100 and 150, respectively. ID labeling on the bottom indicates '1 (round 1) - Plate No. - Well No.'.

Acquired pigmented images of the round 2 experiment.

Images acquired on Day 34 of the round 2 experiment; images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 100 and 150, respectively. ID labeling on the bottom indicates '2 (round 2) - Plate No. - Well No.'.

Acquired pigmented images of the round 3 experiment.

Images acquired on Day 34 of the round 3 experiment: images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 100 and 150, respectively. ID labeling on the bottom indicates '3 (round 3) - Plate No. - Well No.'.

Executed parameters and scores of the optimization experiments.

Related to Figure 4. Raw values of the parameter candidates and pigmentation scores in the experiments from rounds 1 to 3.

Parallel coordinate plot (PCP) of the robotic search experimental results.

The experimental results were visualized in rounds 1–3 using a parallel coordinate plot (PCP) and represented in 8-dimensional space (seven-dimensional parameters +pigmentation scores) as a colored line with vertices on the parallel axes; the position of the vertex on the i-th axis corresponds to the i-th coordinate of the parameter. The color of the line represents the pigmented score: blue lines represent lower pigmentation scores, and the closer to red, the higher the pigmented score.

Seeding operation.

Video recording an example of a seeding operation (round 3, DDay −7). The speed factor was 6000%.

Preconditioning operation.

Video recording an example of a preconditioning operation (round 3, DDay −6, 1st run). The speed factor was 6000%.

Passaging operation.

Video recording an example of a passage operation (round 3, DDay 0, 1st run). The speed factor was 6000%.

RPE differentiation operation.

Video recording an example of an RPE differentiation operation (round 3, DDay 10, 1st run). The speed factor was 6000%.

RPE maintenance operation.

Video recording an example of an RPE maintenance operation (round 3, DDay 32, 1st run). The speed factor was 6000%. To determine whether the optimized conditions were statistically improved over the pre-optimized conditions, an additional multi-well validation experiment was conducted after round 3 using the top five conditions in round 3 and the pre-optimized conditions. The validation values, ordered by place, were 0.71±0.06, 0.72±0.03, 0.76±0.02, 0.79±0.02, and 0.81±0.02 (mean ± SEM, n=3 each). All scores after optimization were statistically significantly higher than the pre-optimization scores (0.43±0.02; mean ± SEM, n=3) (Figure 5A and B; Figure 5—source data 1, Figure 5—source data 2).
Figure 5.

Quality evaluation of robot-induced RPE cells.

(A) The pigmentation score evaluation of the pre-optimized conditions (n=3) and the top five conditions from round 3. Error bars represent the standard error of the mean (SEM). The numbers 1–5 in the optimized group represent the first to fifth place conditions for round 3 (Figure 4C). Circles represent an individual score, bars represent the mean score, and error bars represent the SEM. Statistical significance was examined using two-way ANOVA and SNK post-hoc tests. p<0.05 was considered significant. ***p<0.001 versus pre-optimized. In all other combinations, no statistical significance was detected. Raw values are shown in Figure 5—source data 2. (B) Representative pigmented images of the pre-optimized and five optimized iPSC-RPE cells. Images acquired on DDay 34. ID labeling on the bottom reads 'V (validation) - Plate No. - Well No.'. The other images are shown in Figure 5—source data 1. (C–F) Cell biological validation of the robot-induced RPE cells. After DDay 34, cells were purified, stocked, initiated, maintained for four weeks, and analyzed (Figure 1—figure supplement 1B). (C) Representative marker gene expression in RPE cells by RT-PCR. iPSC, undifferentiated iPSC; H-RPE (Lonza), Clonetics H-RPE (Lot #493461, Lonza, USA); pre-optimized and optimized LabDroid-induced RPE. (D–E) Quantification of representative secreted proteins from iPSC-RPE cells using ELISA. The supernatants were collected and the amount of VEGF (D) and PEDF (E) in the culture medium was analyzed 24 hr after medium exchange (n=3 wells each). Circles represent individual scores, bars represent the mean score, and error bars represent SEM. n.d.=not detected. The raw values are shown in Figure 5—source data 3. (F) Co-staining of ZO-1 (green) and MITF (magenta) using immunohistochemistry. Nuclei were stained with DAPI. The scale bars represent 20 µm.

Images acquired on Day 34 of the validation experiment: images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 80 and 125, respectively. Sample names on the top correspond to Figure 5A. ID labeling on the bottom indicates 'V (validation) - Plate No. - Well No.'. Wells 2, 5, and 6 were not subjected to the validation experiments. Plates 1 and 5 were used for cell biological analysis and were not evaluated using images.

Related to Figure 4. Raw values of the parameter candidates and pigmentation scores in the validation experiments. The sample names on the top correspond to Figure 5A. Well numbers 2, 5, and 6 were not subjected to the validation experiments. *Plate numbers 1 and 5 were used for cell biological analysis and were not validated using images.

Related to Figure 5D and E. Raw values of ELISA scores from the validation experiments.

Related to Figure 5F. Images without contrast processing. TIFF files with three channels merged for each sample image: channel 1, MITF (magenta); channel 2, ZO-1 (green); channel 3, DAPI (gray).

List of job names, start times, end times, time required, number of commands, and errors (if any) for all experiments performed by the LabDroid in this study.

Example pictures of the monitoring cameras. (A–B) Wide-angle cameras for 24×7 monitoring. Front camera (A) and back camera (B). (C–D) Magnifying cameras that record only when the robot is running. Right camera (C) and left camera (D). (E) Live streaming camera (available to research contributors only, no recordings).

Robotic experiments were conducted for 185 days, with a total robot operating time of 995 hr, 39 min, and 21 s (Figure 5—source data 5). Each round consisted of 73 jobs, and five rounds were performed, including baseline and validation. The total number of jobs executed by the LabDroid was 365, of which 343 were successful on the first try; 22 required human intervention at least once. The job success rate was 93.973%. One job consisted of multiple commands. The total number of commands that the LabDroid was ordered to execute was 75039, of which 75,011 were successful on the first try, 25 required human intervention at least once, and 3 were aborted. The command success rate was 99.963%. The reasons for the errors included micropipette tip loading error, 4 commands; micropipette tip ejection error, 7 commands; microscope and its control PC-derived errors, 13 commands (including 3 aborted commands); defective labware, 1 command; and human error, 3 commands. The errors occurred on the following dates: 2019 Feb (baseline), 11 commands; 2019 Apr (round 1), 11 (including three aborted commands); 2019 Jul (round 2), 4; 2020 Jan (round 3), 0; and 2020 Mar (validation), 2. The number of motions requiring the use of micropipettes that the LabDroid was ordered to execute was 39421; the rate of failure of either tip loading or ejection was 0.0279%. The vertical and horizontal axes represent the causes and error timing of the errors that occurred during the robotic experiments, respectively. Each circle represents one error.

Quality evaluation of robot-induced RPE cells.

(A) The pigmentation score evaluation of the pre-optimized conditions (n=3) and the top five conditions from round 3. Error bars represent the standard error of the mean (SEM). The numbers 1–5 in the optimized group represent the first to fifth place conditions for round 3 (Figure 4C). Circles represent an individual score, bars represent the mean score, and error bars represent the SEM. Statistical significance was examined using two-way ANOVA and SNK post-hoc tests. p<0.05 was considered significant. ***p<0.001 versus pre-optimized. In all other combinations, no statistical significance was detected. Raw values are shown in Figure 5—source data 2. (B) Representative pigmented images of the pre-optimized and five optimized iPSC-RPE cells. Images acquired on DDay 34. ID labeling on the bottom reads 'V (validation) - Plate No. - Well No.'. The other images are shown in Figure 5—source data 1. (C–F) Cell biological validation of the robot-induced RPE cells. After DDay 34, cells were purified, stocked, initiated, maintained for four weeks, and analyzed (Figure 1—figure supplement 1B). (C) Representative marker gene expression in RPE cells by RT-PCR. iPSC, undifferentiated iPSC; H-RPE (Lonza), Clonetics H-RPE (Lot #493461, Lonza, USA); pre-optimized and optimized LabDroid-induced RPE. (D–E) Quantification of representative secreted proteins from iPSC-RPE cells using ELISA. The supernatants were collected and the amount of VEGF (D) and PEDF (E) in the culture medium was analyzed 24 hr after medium exchange (n=3 wells each). Circles represent individual scores, bars represent the mean score, and error bars represent SEM. n.d.=not detected. The raw values are shown in Figure 5—source data 3. (F) Co-staining of ZO-1 (green) and MITF (magenta) using immunohistochemistry. Nuclei were stained with DAPI. The scale bars represent 20 µm.

Acquired pigmented images of the validation experiment.

Images acquired on Day 34 of the validation experiment: images of the bottom of the well with cultured cells, cropped to the size of the well. These 8-bit images were adjusted to a minimum and maximum contrast value of 80 and 125, respectively. Sample names on the top correspond to Figure 5A. ID labeling on the bottom indicates 'V (validation) - Plate No. - Well No.'. Wells 2, 5, and 6 were not subjected to the validation experiments. Plates 1 and 5 were used for cell biological analysis and were not evaluated using images.

Executed parameters and scores of the validation experiment.

Related to Figure 4. Raw values of the parameter candidates and pigmentation scores in the validation experiments. The sample names on the top correspond to Figure 5A. Well numbers 2, 5, and 6 were not subjected to the validation experiments. *Plate numbers 1 and 5 were used for cell biological analysis and were not validated using images.

ELISA scores.

Related to Figure 5D and E. Raw values of ELISA scores from the validation experiments.

Immunohistochemistry images.

Related to Figure 5F. Images without contrast processing. TIFF files with three channels merged for each sample image: channel 1, MITF (magenta); channel 2, ZO-1 (green); channel 3, DAPI (gray).

Robot log.

List of job names, start times, end times, time required, number of commands, and errors (if any) for all experiments performed by the LabDroid in this study.

Video monitoring.

Example pictures of the monitoring cameras. (A–B) Wide-angle cameras for 24×7 monitoring. Front camera (A) and back camera (B). (C–D) Magnifying cameras that record only when the robot is running. Right camera (C) and left camera (D). (E) Live streaming camera (available to research contributors only, no recordings).

Errors in the robotic operations.

Robotic experiments were conducted for 185 days, with a total robot operating time of 995 hr, 39 min, and 21 s (Figure 5—source data 5). Each round consisted of 73 jobs, and five rounds were performed, including baseline and validation. The total number of jobs executed by the LabDroid was 365, of which 343 were successful on the first try; 22 required human intervention at least once. The job success rate was 93.973%. One job consisted of multiple commands. The total number of commands that the LabDroid was ordered to execute was 75039, of which 75,011 were successful on the first try, 25 required human intervention at least once, and 3 were aborted. The command success rate was 99.963%. The reasons for the errors included micropipette tip loading error, 4 commands; micropipette tip ejection error, 7 commands; microscope and its control PC-derived errors, 13 commands (including 3 aborted commands); defective labware, 1 command; and human error, 3 commands. The errors occurred on the following dates: 2019 Feb (baseline), 11 commands; 2019 Apr (round 1), 11 (including three aborted commands); 2019 Jul (round 2), 4; 2020 Jan (round 3), 0; and 2020 Mar (validation), 2. The number of motions requiring the use of micropipettes that the LabDroid was ordered to execute was 39421; the rate of failure of either tip loading or ejection was 0.0279%. The vertical and horizontal axes represent the causes and error timing of the errors that occurred during the robotic experiments, respectively. Each circle represents one error. In summary, we conducted 216 40-day cell culture experiments with a total experimentation time of 8640 days. We accelerated the search using a BBO technique, compressing the search time to 185 days with a cumulative robot operating time of 995 hr (Figure 5—source data 5; Figure 5—figure supplements 1 and 2; Figure 4—videos 1–5).
Figure 5—figure supplement 1.

Video monitoring.

Example pictures of the monitoring cameras. (A–B) Wide-angle cameras for 24×7 monitoring. Front camera (A) and back camera (B). (C–D) Magnifying cameras that record only when the robot is running. Right camera (C) and left camera (D). (E) Live streaming camera (available to research contributors only, no recordings).

Figure 5—figure supplement 2.

Errors in the robotic operations.

Robotic experiments were conducted for 185 days, with a total robot operating time of 995 hr, 39 min, and 21 s (Figure 5—source data 5). Each round consisted of 73 jobs, and five rounds were performed, including baseline and validation. The total number of jobs executed by the LabDroid was 365, of which 343 were successful on the first try; 22 required human intervention at least once. The job success rate was 93.973%. One job consisted of multiple commands. The total number of commands that the LabDroid was ordered to execute was 75039, of which 75,011 were successful on the first try, 25 required human intervention at least once, and 3 were aborted. The command success rate was 99.963%. The reasons for the errors included micropipette tip loading error, 4 commands; micropipette tip ejection error, 7 commands; microscope and its control PC-derived errors, 13 commands (including 3 aborted commands); defective labware, 1 command; and human error, 3 commands. The errors occurred on the following dates: 2019 Feb (baseline), 11 commands; 2019 Apr (round 1), 11 (including three aborted commands); 2019 Jul (round 2), 4; 2020 Jan (round 3), 0; and 2020 Mar (validation), 2. The number of motions requiring the use of micropipettes that the LabDroid was ordered to execute was 39421; the rate of failure of either tip loading or ejection was 0.0279%. The vertical and horizontal axes represent the causes and error timing of the errors that occurred during the robotic experiments, respectively. Each circle represents one error.

In this study, we succeeded in replacing part of the process of iPS cell differentiation into RPE cells for transplantation using robots, and demonstrated an effective optimization method (Figure 1—figure supplement 2). However, it was unclear whether robot-manufactured RPE cells would have the characteristics required for transplantation. Therefore, we purified the cells of the validation round, prepared them for transplantation, and performed a biological quality evaluation (Figure 1—figure supplement 1B). The analyzed iPSC-RPE cells expressed BEST1, RPE65, and CRALBP (Figure 5C), which are characteristic marker genes of RPE cells. In addition, we observed secretion of VEGF and PEDF into the culture medium, a characteristic of RPE cells (Figure 5D and E; Figure 5—source data 3). The expression of tight junction-associated factor ZO-1 was examined using immunohistochemistry, and a ZO-1-derived fluorescence signal was observed in microphthalmia-associated transcription factor (MITF)-positive cells, which play a central role in RPE cell function (Figure 5F). These results indicated that the robot-manufactured iPSC-RPE cells had the characteristics of RPE cells, and fulfilled the criteria for use in regenerative medicine research using the type of analysis measured in a previous clinical study (Mandai et al., 2017).

Discussion

In this study, we proposed a robotic search system to autonomously search for optimal cell culture conditions, bringing together experimental robotics and BBO. Our robotic search system autonomously discovered the optimal combination of seven parameters comprising the iPSC-RPE induction process (target process) required to increase the number of pigmented cells (pigmentation score). Our approach can be applied to cell culture protocols other than iPSC-RPE induction; however, it may not be optimal even when implemented with a completely identical hardware-software setup. Below, we discuss some considerations and potential limitations for tailoring the components of our robotic search system (robots, parameters, and evaluation scores) to other targets. Robots: the requirements depend on the nature of the target process. The search parameters must be changeable (flexibility), non-search parameters must remain stable or change only within the range of the specifications (reliability), and the operation must be sufficiently repeatable (accuracy). In addition, the storage capacity for CO2 incubators and refrigerators needs to be set in accordance with the number of cell plates that are to be cultured concurrently. For target processes that require long-term culture (i.e. processes that have high retry costs) such as cell differentiation induction, the robots and peripheral equipment need to have low error rates. In target processes that have low retry costs, a lower priority on low error rates is required. We chose LabDroid for this research, as it meets these requirements and has good future operational extensibility. Parameters: the number and range of searchable parameters is constrained by the number of experiments that can be performed. The more parameters to be searched, the greater the number of experiments required for sufficient optimization. The available experimental resources (number of iterations or parallel cultures) should be considered in advance for appropriate parameter optimization. Here, we limited the scope of our search to just seven parameters (Table 1). However, a myriad of potential parameter candidates, including other chemicals, culture media, and order of manipulations, can be considered. During parameter selection, we referred to previous cell culture studies and expert opinions, as well as preliminary simulations, to confirm that optimization was sufficiently feasible with our resources (Figure 3—figure supplement 4). The search ranges for the seven parameters were carefully selected for our target process; different appropriate search ranges should be selected in case of other target processes, including the induction of differentiation into other types of tissues. Evaluation scores: since the optimization is performed on the evaluation scores, designing the evaluation function is critical. Here, we used the pigmentation score as the evaluation score because of the following reasons: when preparing iPSC-RPE cells for transplantation in clinical research, a clinical team evaluates the rate of pigmented cells, gene expression, and secretory substances in cells subjected to differentiation induction followed by purification (Figure 1—figure supplement 1A). This quality assessment is not based on a total score, and only those cells that satisfy all the criteria in all items are suitable for transplantation (Kuroda et al., 2019; Mandai et al., 2017; Regent et al., 2019). Because cell pigmentation is one of the criteria for the assessment, cell pigmentation alone is not sufficient to determine cell quality, but can be a requirement. It should be noted that the pigmentation score does not reflect the degree of pigmentation in individual cells, but indicates the number of cells in the dish whose pigmentation is above the threshold. Since pigmented cells and non-pigmented cells are mixed in the dishes at the end of the induction (i.e. before purification), single-cell omics analysis is needed to accurately evaluate the quality of individual cells. For example, in stem cells, a value (stemness index) has been proposed to evaluate stemness from single-cell mRNA-seq information (Gulati et al., 2020). We believe that if a similar index for iPSC-RPE cells indicating cell quality from transcriptome data is established, this could replace the pigmentation score that we used, and would make the process we have developed even more ideal.

Materials and methods

Guidelines

All experiments that involved the use of human-derived samples were reviewed and approved by the institutional review board of the Institutional Committee of RIKEN Kobe Branch (#Kobe1 2019–05 (3)).

Reagents

hiPSC maintenance medium: 80% StemFit Basal Solution A and 20% StemFit iPS Expansion Solution B (#AK02N, Ajinomoto Co., Inc, Japan). RPE differentiation medium (20% KSR): 0.10 mM MEM non-essential amino acids solution (NEAA) (#11140050, Thermo Fisher Scientific Inc, MA, USA), 1.0 mM sodium pyruvate (#S8636, Merck & Co., Inc, NJ, USA), 19% knockOut serum replacement (KSR) (#10828028, Thermo Fisher Scientific Inc, MA, USA), 0.0007% 2-mercaptoethanol (#139–06861, FUJIFILM Wako Pure Chemical Corporation, Japan), 78 U/mL benzylpenicillin sodium, and 78 µg/mL streptomycin sulfate (#15140122, Thermo Fisher Scientific Inc, MA, USA). All diluted in GMEM (#11710035, Thermo Fisher Scientific Inc, MA, USA). RPE differentiation medium (15% KSR): 0.10 mM MEM NEAA (#11140050, Thermo Fisher Scientific Inc, MA, USA), 0.99 mM sodium pyruvate (#S8636, Merck & Co., Inc, NJ, USA), 15% KSR (#10828028, Thermo Fisher Scientific Inc, MA, USA), 0.0007% 2-mercaptoethanol (#139–06861, FUJIFILM Wako Pure Chemical Corporation, Japan), 82 U/mL benzylpenicillin sodium, and 82 µg/mL streptomycin sulfate (#15140122, Thermo Fisher Scientific Inc, MA, USA). All diluted in GMEM (#11710035, Thermo Fisher Scientific Inc, MA, USA). RPE differentiation medium (10% KSR): 0.094 mM MEM NEAA (#11140050, Thermo Fisher Scientific Inc, MA, USA), 0.94 mM sodium pyruvate (#S8636, Merck & Co., Inc, NJ, USA), 10% KSR (#10828028, Thermo Fisher Scientific Inc, MA, USA), 0.0007% 2-mercaptoethanol (#139–06861, FUJIFILM Wako Pure Chemical Corporation, Japan), 85 U/mL benzylpenicillin sodium, and 85 µg/mL streptomycin sulfate (#15140122, Thermo Fisher Scientific Inc, MA, USA). All diluted in GMEM (#11710035, Thermo Fisher Scientific Inc, MA, USA). RPE maintenance medium: 29% Nutrient Mixture F-12 (#N6658, Merck & Co., Inc, NJ, USA), 1.9 mM L-glutamine (#G7513, Merck & Co., Inc, NJ, USA), 1.9% B-27 supplement, serum free (#17504044, Thermo Fisher Scientific Inc, MA, USA), 96 U/mL benzylpenicillin sodium, and 96 µg/mL streptomycin sulfate (#15140122, Thermo Fisher Scientific Inc, MA, USA). All diluted in DMEM (Low glucose) (#D6046, Merck & Co., Inc, NJ, USA). FGF receptor inhibitor (FGFRi) stock: PD 173074 (#P2499-5MG, Merck & Co., Inc, NJ, USA) diluted in DMSO (#D2650−5X5ML, Merck & Co., Inc, NJ, USA). Rho-kinase inhibitor (Y) stock (8–10 mM): CultureSure Y-27632 (#036–24023, FUJIFILM Wako Pure Chemical Corporation, Japan) diluted in distilled water (Otsuka Pharmaceutical Factory, Japan) to a final 10 µM concentration when added to the cell culture medium. TGF-β/Activin/Nodal signal inhibitor (SB) stock (4–5 mM): SB 431542 hydrate (#S4317-5MG, Merck & Co., Inc, NJ, USA) diluted in DMSO (#D2650−5X5ML, Merck & Co., Inc, NJ, USA) to a final 5 µM concentration when added to the cell culture medium. Wnt signal inhibitor (CKI) stock (2.4–3 mM): CKI-7 dihydrochloride (#C0742-5MG, Merck & Co., Inc, NJ, USA) diluted in distilled water (Otsuka Pharmaceutical Factory, Japan) to a final 3 µM concentration when added to the cell culture medium. RPE adhesion medium: DMEM/F12 (D8437, Merck & Co., Inc, NJ, USA), 10% FBS (12,007C, Nichirei Corporation, Japan). RPE washing solution: 98% DMEM/F12 (D8437, Merck & Co., Inc, NJ, USA), 1 mM sodium pyruvate (S8636, Merck & Co., Inc, NJ, USA), 2 mM L-glutamine (G7513, Merck & Co., Inc, NJ, USA).

Labware

For human use: micropipette tip, 2140-05-HR/2149P-05/61849, Thermo Fisher Scientific Inc (MA, USA); micropipette tip, 30389165, Mettler Toledo (OH, USA); micropipette tip, 737251, Greiner Bio-One International GmbH (Germany); disposable pipette, 356507, Corning Incorporated (NY, USA); disposable pipette, 606160/607160/760160/768160, Greiner Bio-One International GmbH (Germany); filtration, SLGVJ13SL, Merck & Co., Inc (NJ, USA); filtration, SS-10LZ, Terumo Corporation (Japan); filtration, 431096/430281/431097/430282, Corning Incorporated (NY, USA); 1.5 mL tube, 72.692MS, Sarstedt K.K. (Japan); 15 mL tube, 352096, Corning Incorporated (NY, USA); 50 mL tube, 352070, Corning Incorporated (NY, USA). For LabDroid use: 6-well plate, 353046, Corning Incorporated (NY, USA); 50 mL tube, MS-58500, Sumitomo Bakelite Co., Ltd. (Japan); micropipette tip, 3511-05-HR/3512-05-HR/94410313/94410713/94052550, Thermo Fisher Scientific Inc (MA, USA).

LabDroid Maholo booth

LabDroid including peripheral equipment were placed inside a booth made of acrylic walls and a stainless steel frame with three fan-filter-units (Figure 2—figure supplement 1). The LabDroid booth included a dual-arm humanoid (Robotic Biology Institute Inc, Japan), a CO2 incubator (APC-30D, ASTEC Co., Ltd., Japan), micropipettes (4641110N/4641030N/4641230N/4641210N, Thermo Fisher Scientific Inc, MA, USA), a tube rack (Robotic Biology Institute Inc, Japan), a plate rack (Robotic Biology Institute Inc, Japan), a dry bath (EC-40RA, AS ONE Corporation, Japan), a tip sensor (Robotic Biology Institute Inc, Japan), an aspirator (SP-30, Air Liquide, Italy), a dust bin (EPD3S, Sekisui Techno Moulding Co., Ltd., Japan), and a microscope (EVOS FL Auto 2, Thermo Fisher Scientific Inc, MA, USA).

hiPSC culture — initiation and preparation of cell suspensions (human part)

The hiPSC line 253G1 (Nakagawa et al., 2008), made from human dermal fibroblasts, was obtained from RIKEN BRC (HPS0002). The hiPSCs were cultured and differentiated using the method previously described (Haruta et al., 2004; Kawasaki et al., 2002; Osakada et al., 2008). Mycoplasma contamination tests were performed periodically during the study and the results were always negative. On DDay −14, frozen hiPSCs were initiated using the following procedures: first, laminin-coated 6-well plates were prepared. A final concentration of 0.5 µg/cm2 iMatrix-511 (Matrixome Inc, Japan) diluted in PBS (-) was then added to each well of the four 6-well plates and incubated for a minimum of 60 min at 37 °C and 5% CO2, after which 0.75 mL/well of hiPSC maintenance medium was added. The supernatant was then removed. Next, 1 mL/well of hiPSC maintenance medium containing Rho-kinase inhibitor (final 10 µM concentration) was added, and the coated plates were incubated at 37 °C and 5% CO2 until further use. For hiPSC initiation, frozen vials of hiPSCs stored in liquid nitrogen were thawed in a water bath set at 37 °C, and the cells were subsequently suspended in 5 mL of hiPSC maintenance medium. After centrifugation (160×g, 22 °C, 4 min), the supernatant was removed and an appropriate volume of hiPSC maintenance medium with a final 10 µM Rho-kinase inhibitor concentration was added. After counting the cells with a hemocytometer, the cells were seeded into laminin-coated 6-well plates at 43,300–45,000 cells/1.5 mL medium/well. On DDay −13, the medium was replaced with hiPSC maintenance medium without Rho-kinase inhibitor. On DDays −12 to −8, the medium was replaced with the same medium composition at 24–72 hr intervals. On DDay −7, cells were collected from the plate, and cell suspensions were delivered to the LabDroid booth. The medium was aspirated and 2 mL/well of PBS (-) was gently added and then aspirated for washing, followed by addition of 1 mL of 0.5 x TrypLE Select CTS (#A12859-01, Thermo Fisher Scientific Inc, MA, USA) diluted in 0.5 mM EDTA/PBS (-) and incubated at 37 °C and 5% CO2 for 10–20 min. Then, cells were detached by pipetting and collected into a 50 mL tube, to which 1 mL of hiPSC maintenance medium and 3 mL of PBS (-) were added. After centrifugation (160×g, 22 °C, 4 min), the supernatant was removed, 0.75 mL of hiPSC maintenance medium with 10 µM Rho-kinase inhibitor was added, and the cells were resuspended. The cell suspension was filtered through a 40 µm cell strainer (#352340, Corning Incorporated, USA) with an additional 0.75 mL of hiPSC maintenance medium. After counting the cells with a hemocytometer, the cell suspension was set to 133,400 cells/20 mL with hiPSC maintenance medium containing 10 µM Rho-kinase inhibitor in eight 50 mL tubes. To prepare the cell suspensions, eight 6-well plates coated with laminin were prepared. A final concentration of 0.5 µg/cm2 of iMatrix-511 (Matrixome Inc, Japan) diluted in PBS (-) was added to each well of four 6-well plates and incubated for a minimum of 60 min at 37 °C and 5% CO2.

iPSC-RPE differentiation (LabDroid part)

On DDay −7, the hiPSC suspension was seeded into eight 6-well plates by coating eight 6-well plates with laminin, and placing eight tubes of the iPSC suspension and labware in the appropriate positions. The task of seeding was initiated, and the robotic operation was performed by LabDroid (Figure 2—figure supplements 2A and 3; Figure 4—video 1). After the robotic operation, the eight cell-seeded plates were exported and incubated in a CO2 incubator outside the LabDroid booth.
Figure 2—figure supplement 3.

Representative LabDroid execution of a seeding experiment (round 3, DDay −7).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Figure 4—video 1.

Seeding operation.

Video recording an example of a seeding operation (round 3, DDay −7). The speed factor was 6000%.

On DDay −6, the eight seeded plates were imported into the CO2 incubator of the LabDroid booth. The users prepared eight 50 mL tubes of hiPSC maintenance medium with a final 10 µM Rho-kinase inhibitor concentration and two 50 mL tubes of hiPSC maintenance medium with final 5 µM FGFRi and 10 µM Rho-kinase inhibitor concentrations. The reagents and labware were placed in the appropriate positions. The task of preconditioning was then initiated, and the robotic operation was performed by LabDroid (medium exchange type I; Figure 2—figure supplements 2B and 4; Figure 4—video 2).
Figure 2—figure supplement 4.

Representative LabDroid execution of a preconditioning experiment (round 3, DDay −6, 1st run).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Figure 4—video 2.

Preconditioning operation.

Video recording an example of a preconditioning operation (round 3, DDay −6, 1st run). The speed factor was 6000%.

On DDays −5 to −1, the users prepared eight 50 mL tubes of hiPSC maintenance medium without Rho-kinase inhibitor and two 50 mL tubes of hiPSC maintenance medium with a final 5 µM FGFRi concentration. The reagents and labware were placed in the appropriate positions. The task of preconditioning was initiated, and the robotic operation was performed by LabDroid (medium exchange type I; Figure 2—figure supplements 2B and 4; Figure 4—video 2). On DDay 0, the following procedure was used for the operation of four plates: the users prepared four 6-well plates coated with laminin. A final 0.5 µg/cm2 concentration of iMatrix-511 (Matrixome Inc, Japan) diluted in PBS (-) was added to each well of the four 6-well plates and then the plates were incubated for a minimum of 60 min at 37 °C and 5% CO2. The users also prepared two 50 mL tubes of PBS (-), two 50 mL tubes of 0.5 x TrypLE Select CTS (#A12859-01, Thermo Fisher Scientific Inc, MA, USA) diluted in 0.5 mM EDTA/PBS (-), and four plates with RPE differentiation medium (20% KSR) with final 10 µM Rho-kinase inhibitor/3 µM Wnt signal inhibitor/5 µM TGF-β/Activin/Nodal signal inhibitor (4 mL/well each) concentration. The cell plates, laminin-coated plates, plates with medium, reagents, and labware were placed in the appropriate positions. The task of passage was initiated, and robotic operations were performed by LabDroid (Figure 2—figure supplements 2D and 5; Figure 4—video 3). After performing this operation twice (four plates each), the eight cell-passaged plates were exported and incubated in a CO2 incubator outside the LabDroid booth.
Figure 2—figure supplement 5.

Representative LabDroid execution of a passage experiment (round 3, DDay 0, 1st run).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Figure 4—video 3.

Passaging operation.

Video recording an example of a passage operation (round 3, DDay 0, 1st run). The speed factor was 6000%.

On DDay 1, the eight cell-passaged plates were imported into the CO2 incubator of the LabDroid booth. Users prepared eight 50 mL tubes of RPE differentiation medium (10% KSR), two 50 mL tubes of 100% KSR, one 50 mL tube of 4 mM Rho-kinase inhibitor stock/1.2 mM Wnt signal inhibitor stock, and one 50 mL tube of 4 mM TGF-β/Activin/Nodal signal inhibitor stock. The reagents and labware were placed in the appropriate positions. The task of RPE differentiation was initiated, and the robotic operation was performed by LabDroid (medium exchange type I; Figure 2—figure supplements 2B and 6; Figure 4—video 4).
Figure 2—figure supplement 6.

Representative LabDroid execution of an RPE differentiation experiment (round 3, DDay 10, 1st run).

(A) Entire image. (B) Enlarged image of the dotted rectangle from panel (A).

Figure 4—video 4.

RPE differentiation operation.

Video recording an example of an RPE differentiation operation (round 3, DDay 10, 1st run). The speed factor was 6000%.

On DDays 2–19, the users prepared eight 50 mL tubes of RPE differentiation medium (10% KSR), two 50 mL tubes of 100% KSR, one 50 mL tube of 4 mM Rho-kinase inhibitor stock/1.2 mM Wnt signal inhibitor, and one 50 mL tube of 4 mM TGF-β/Activin/Nodal signal inhibitor. The reagents and labware were placed in the appropriate positions. The task of RPE differentiation was initiated, and the robotic operation was performed by LabDroid (medium exchange type I; Figure 2—figure supplements 2B and 6; Figure 4—video 4). On DDays 20–32, the users prepared eight 50 mL tubes of RPE differentiation medium (10% KSR; DDays 10–25) or RPE maintenance medium (DDays 26–32). The reagents and labware were placed in the appropriate positions. RPE differentiation and maintenance were initiated and the robotic operations were performed by LabDroid (medium exchange type II; Figure 2—figure supplements 2C and 7; Figure 4—video 5).
Figure 4—video 5.

RPE maintenance operation.

Video recording an example of an RPE maintenance operation (round 3, DDay 32, 1st run). The speed factor was 6000%.

Scoring — sampling (human part)

On DDay 33, the cell plates were exported and the cell culture medium was replaced with fresh RPE maintenance medium. After 24 hr (DDay 34), the medium was collected for ELISA analysis. The remaining media were aspirated and 2 mL of PBS (-) were added and then aspirated for washing. After that, photographic images were acquired for the calculation of scoring values.

Scoring — image analysis (human part)

Images were acquired using a digital camera (PSG7X MARKII, Canon Inc, Japan): ISO 500; focal length F=9.00, 50 mm; exposure time, 1/1250 s. The camera was set in the same position throughout all experiments. The acquired images were automatically processed by filtering with Gaussian blur, subtracting the background, binarizing by thresholding with a constant value, and cropping with a constant pixel value. The colored cell area was then calculated (Figure 2—figure supplement 8).

Purification and storage (human part)

Purification of iPSC-RPE cells was conducted using the same protocol described in a study previously reported (Mandai et al., 2017). When the RPE colonies reached an appropriate size, the cells were suspended in RPE maintenance medium and kept as a floating culture for about 10 days in a low cell adhesion plate (MS-90600Z, Sumitomo Bakelite Co., Ltd., Japan). Under the microscope, colonies consisting only of black RPE cells were selected. Then, they were transferred to 12-well plates coated with iMatrix, and cultured in RPE adhesion medium/RPE maintenance medium (1:1). Once the RPE cell colonies became attached to the dish, they were cultured in RPE maintenance medium with basic fibroblast growth factor (bFGF), which was changed every 2–3 days. After 10–12 days of cell selection, unsuitable cells were removed, and the cells were passaged. The medium was aspirated and 1 mL of RPE washing solution was added and aspirated again for washing. Then, 0.5 mL of RPE washing solution was added and atypical cells were eliminated using micropipette tips under microscope observation. After the removal process, the medium was aspirated, 1 mL/well of PBS (-) was added and aspirated for washing, and then 0.5 mL of Trypsin-EDTA solution (203–20251, FUJIFILM Wako Pure Chemical Corporation, Japan) was added, followed by incubation at RT and 5% CO2 for 8–10 min. Cells were detached by pipetting and collected into a 50 mL tube. After centrifugation (280×g, 25 °C, 4 min), the supernatant was removed, and the pellet was resuspended in 1 mL/plate of RPE adhesion medium/RPE maintenance medium (1:1) and filtered through a 40 μm cell strainer (352340, Corning Incorporated, NY, U.S.A.). After counting the cells with a hemocytometer, the cells were seeded into 12-well plates. The medium was changed to RPE maintenance medium with bFGF. After 1–3 days of cell passage, the medium was aspirated, the cells were washed with 0.5 mL of RPE maintenance medium, and 1 mL of RPE maintenance medium containing 10 ng/mL bFGF and 0.5 µM SB431542 was added. This medium was exchanged every 2–3 days. The cells were stored when they formed hexagonal shapes after sufficient confluency. For that, the medium was aspirated, 1 mL/well of PBS (-) was added and then aspirated for washing, and 0.5 mL of Trypsin-EDTA solution (203–20251, FUJIFILM Wako Pure Chemical Corporation, Japan) was added, followed by incubation at 37 °C and 5% CO2 for 10–15 min. After adding >0.5 mL of RPE adhesion medium, the cells were detached using a cell scraper (MS-93100, Sumitomo Bakelite Co., Ltd., Japan). The cell suspension was filtered through a 40 μm cell strainer (352340, Corning Incorporated, NY, USA) and then centrifuged for 4 min at 280×g to obtain a cell pellet. The pellet was resuspended in 1 mL of RPE adhesion medium/RPE maintenance medium (1:1) and filtered through a 40 μm cell strainer. After counting the cells with a hemocytometer, the cell suspension was centrifuged for 4 min at 280×g to obtain a cell pellet. Then, STEM-CELLBANKER (CB047, Zenoaq Resource Co., Ltd., Japan) was added until a cell concentration of 500,000 cells/0.5 mL/tube, and the cell suspensions were dispensed into cryovials. The cryotubes were placed in a cell freezing container at −80 °C for 3–24 hr, and then stored at −150 °C.

Initiation of iPSC-RPE stock and recovery culture (human part)

Frozen vials of RPE cells were thawed in a 37 °C water bath and suspended in 4.5 mL of RPE adhesion medium. After centrifugation (280×g, 25 °C, 4 min), the supernatant was removed and RPE adhesion medium/RPE maintenance medium (1:1) was added. After counting the cells with a hemocytometer, the cells were seeded into 24-well plates (0.5 mL/well). After 1–3 days of cell seeding, the medium was aspirated, the cells were washed with 0.25 mL of RPE maintenance medium, and 0.5 mL/well of RPE maintenance medium containing 10 ng/mL bFGF and 0.5 µM SB431542 was added. This same type of medium was exchanged every 2–3 days. Two weeks after seeding, the RPE cells were passaged. Two weeks after cell passage, the RPE cells were used for cell biological validation processes (RT-PCR, ELISA, and immunohistochemistry).

Validation — RT-PCR (human part)

Total RNA was extracted from transfected cells using RNeasy Micro Kit (#74004, QIAGEN, Germany). First-strand cDNA synthesis was performed on 500–1000 ng of total RNA, using SuperScript III (#18080–044, Thermo Fisher Scientific Inc, MA, USA) according to the manufacturer’s instructions. Each mRNA transcript was amplified using PCR with the following primers: BEST1 (+), 5′-dTAGAACCATCAGCGCCGTC BEST1 (−), 5′-dTGAGTGTAGTGTGTATGTTGG RPE65 (+), 5′-dTCCCCAATACAACTGCCACT RPE65 (−), 5′-dCCTTGGCATTCAGAATCAGG CRALBP (+), 5′-dGAGGGTGCAAGAGAAGGACA CRALBP (−), 5′-dTGCAGAAGCCATTGATTTGA GAPDH (+), 5′-dACCACAGTCCATGCCATCAC GAPDH (−), 5′-dTCCACCACCCTGTTGCTGTA

Validation — ELISA (human part)

The collected media were centrifuged (90×g, 4 °C, 1 min), and the supernatant was collected and stored at −80 °C. The amount of VEGF contained in the thawed medium was measured using the protocols and reagents from the VEGF Human ELISA Kit (BMS277-2, Thermo Fisher Scientific, USA), and the amounts of PEDF were measured using a Human ELISA Kit (RD191114200R, BioVendor, Czech Republic).

Validation — Immunohistochemistry (human part)

Cells were washed with PBS (-), fixed in 15% paraformaldehyde for 1 hr at RT (approximately 25 °C), and stored at 4 °C after removal of PFA and addition of PBS (-). After removal of the solutions, cells were treated with 50 µL/well of 0.2% Triton X-100/PBS (-), incubated for 30 min at RT, washed with PBS (-), blocked with 50 µL of Blocking One (03953–95, Nacalai Tesque Inc, Japan), and incubated for 1 h at RT. After removal of the solutions, cells were stained at 4 °C o/n in 50 µL of the 1st antibody diluent (rabbit anti-ZO-1, 61–7300, Thermo Fisher Scientific Inc, MA, USA; anti-MITF, mouse anti-MiTF, ab80651, Abcam plc., Britain; antibody diluent, S2022, Agilent Technologies Inc, USA). After removal of the solutions, cells were washed with PBS (-) and then stained at RT for 1 hr in 50 µL of the 2nd antibody diluent (Alexa Fluor 546 Goat Anti-mouse IgG, A-11030, Thermo Fisher Scientific Inc, MA, USA; Alexa Fluor 488 Goat Anti-rabbit IgG, A-11034, Thermo Fisher Scientific Inc, MA, USA; antibody diluent, S2022, Agilent Technologies Inc, USA) with DAPI (1 µg/mL, D1206, Thermo Fisher Scientific Inc, MA, USA). After removal of the solutions, cells were washed with PBS (-), and then 50 µL of PBS (-) was added. Images of immunohistochemistry samples were acquired using an IX73 inverted microscope (Olympus, Japan).

Bayesian optimization module

When no prior experimental results exist, the Bayesian optimization module generates the next query from random uniform sampling. When past experimental results are available, the Bayesian optimization module generates queries using two components: the Model updater and the Query generator (Figure 3C). The Model updater updates the surrogate model to predict the experimental results given past experimental results: . We adopted Gaussian process regression (GPR, Figure 3—figure supplement 1) with the ARD-RBF kernel as the surrogate model to estimate the expected score and confidence level for all unevaluated experimental parameters. Based on the experimental results shown in Figure 2E, the observation noise was assumed to follow a zero-mean Gaussian noise with a variance of 0.0039 at all points in the search space. By using the surrogate model, the Query generator generates the next queries in two steps. In step 1, the Query generator constructs an acquisition function that estimates the expected progress toward the optimal experimental parameter at a given experimental parameter in the search space. We adopted the Expected improvement (EI) (Jones et al., 1998), a commonly used acquisition function in BO. EI estimates how much improvement over the current best score is expected from each point in the search space. In step 2, by using the acquisition function, the Query generator decides where to evaluate next, and our problem required the simultaneous performance of 48 experiments corresponding to 8 plates x 6 wells in each round. In addition, because the DP is a batch contextual parameter as described herein, a policy function that generates parameter sets taking such structural context into account must be incorporated. Therefore, we developed the Batch Contextual Local Penalization (BCLP) as a policy function to generate multiple points with context in parallel. The BCLP is a batch generation policy that extends the local penalization (Gonzalez et al., 2016) to be applied to cases where complex structural context parameters exist. As shown in Figure 3E, for each value of the contextual parameter DP in ascending order, BCLP iteratively generated the parameter by maximizing and penalizing the acquisition function 48 times to obtain the next experimental parameters for each subsequent well (Algorithm 1, 2). In addition, after each round, the more promising KP intervals were reconfigured by calculating the integral value of the acquisition function (Algorithm 3). We also replaced the queries that corresponded to the place of the top two pigmentation scores in the previous experiments with the parameter of the top two pigmentation scores in the previous experiments as a positive control. For more information about the optimization module, see the Appendix.

Statistical analysis

Statistical analyses were performed by Wolfram Mathematica version 11.2.0.0. In this study, p<0.05 was considered significant (*p<0.05, **p<0.01, ***p<0.001, and n.s.=not significant).

Data and code availability

All code that supports the findings of this study is available at https://github.com/labauto/LabDroid_optimizer, (copy archived at swh:1:rev:661ef792d4b7568a2e673178d9f1e6ed3c84ab1b, Tsuzuki, 2022). This code is based on GPyOpt (GPyOpt: Gaussian Process Optimization using GPy). The manuscript by Kanda GN, Natsume T et al. describes a robotic artificial intelligence system with a batch Bayesian optimization algorithm that allows to optimise and reliably repeat cell culture protocols. The authors utilise induced pluripotent stem cell-derived retinal pigment epithelial cells as a model culture system of broad interest in regenerative medicine. They demonstrate that the robotic system with a Bayesian algorithm accelerates the optimisation of cell culture protocols and increases the quality and quantity of cell products, compared with manual operations – these results will likely inform and strongly impact modern cell culture strategies in regenerative medicine. The manuscript clearly explains the parameters analysed, the methods and analyses performed, current limitations and possible broader future use beyond the system tested. Our editorial process produces two outputs: (i) public reviews designed to be posted alongside the preprint for the benefit of readers; (ii) feedback on the manuscript for the authors, including requests for revisions, shown below. We also include an acceptance summary that explains what the editors found interesting or important about the work. Decision letter after peer review: Thank you for submitting your article "Robotic Search for Optimal Cell Culture in Regenerative Medicine" for consideration by eLife, and apologies for the protracted review process. Your article has been positively reviewed by 3 peer reviewers, including Simón Méndez-Ferrer as the Reviewing Editor and Reviewer #1, and the evaluation has been overseen by a Reviewing Editor and Mone Zaidi as the Senior Editor. The following individuals involved in the review of your submission have agreed to reveal their identity: Sujith Sebastian (Reviewer #2); Christelle Monville (Reviewer #3). The reviewers have discussed their reviews with one another, and the Reviewing Editor has drafted this to help you prepare a revised submission. Essential revisions: 1) Given the potentially strong impact of this study on future automation of cell culture processes, it would be helpful to rephrase some general sentences to more specifically describe the results (the relevance is appreciated in any case) and more precisely indicate the cell culture parameters tested/optimised in the current model, and those amenable to be subsequently tested in future applications. Similarly, a clear description of potential limitations (such as necessary manual optimisation or certain conditions or complex protocols less amenable to be automated) would be helpful in order to inform the readership on the potential implications of these results, beyond induced pluripotent stem cell-derived retinal pigment epithelial cells. 2) The authors take the simple "pigmentation" criteria as the optimisation's read-out. I would suggest describing a little more how they define the pigmentation score and how they judge that it is relevant to good cell quality. They have assessed the function and phenotype of the cells by the measure of classical markers (by qPCR, IF and Elisa) but they should correlate "pigmentation score" and those results. Moreover, I would suggest discussing if this approach is robot-dependant or if it would be suitable for any type of culture automate. Essential revisions: 1) Given the potentially strong impact of this study on future automation of cell culture processes, it would be helpful to rephrase some general sentences to more specifically describe the results (the relevance is appreciated in any case) and more precisely indicate the cell culture parameters tested/optimised in the current model, and those amenable to be subsequently tested in future applications. We agree with the reviewers that a more precise description of the elucidation of the parameters makes the manuscript more “self-contained.” In this study, we focused on the seven parameters shown in Table 1 and described in "Parameterization of the protocol" in the Results. The iPSC-RPE induction protocol (target process) has many other potential parameters, including other chemicals, culture media, and the order of manipulation. Due to computational combination limits and the practical limits on the number of physical attempts that can be performed by a robot, we searched for an appropriate set of parameters based on previous cell culture studies and expert opinions. The seven parameters are search ranges carefully selected for the current target process. Thus, different appropriate parameters should be selected as search ranges for other target processes, including induction of differentiation into other tissue types. We have explained this in the Discussion. Similarly, a clear description of potential limitations (such as necessary manual optimisation or certain conditions or complex protocols less amenable to be automated) would be helpful in order to inform the readership on the potential implications of these results, beyond induced pluripotent stem cell-derived retinal pigment epithelial cells. We have modified the Discussion to include this point. 2) The authors take the simple "pigmentation" criteria as the optimisation's read-out. I would suggest describing a little more how they define the pigmentation score and how they judge that it is relevant to good cell quality. They have assessed the function and phenotype of the cells by the measure of classical markers (by qPCR, IF and Elisa) but they should correlate "pigmentation score" and those results. In this study, we demonstrated that robotic search can be applied to search conditions for transplanted cells by first screening with the pigmented cell rate (score) as an evaluation indicator and then evaluating other criteria (RT-PCR, ELISA, IHC) in purified cells according to previous studies (Kuroda et al., 2019; Mandai et al., 2017; Regent et al., 2019). When preparing iPSC-RPE cells for transplantation in clinical research, a clinical team evaluates the rate of pigmented cells, gene expression, and secretory substances in cells subjected to differentiation induction followed by purification. This quality assessment is not based on a total score, and only those that satisfy all the criteria in all items are suitable for transplantation. Because cell pigmentation is one of the criteria for the assessment, cell pigmentation is not a sufficient condition for cell quality, but can be a requirement. For this reason, rates of pigmented cells are usually used as an indicator of differentiation induction efficiency. The pigmentation score used in this study does not reflect the degree of pigmentation in individual cells, but indicates how many cells in the dish have pigmentation above the threshold. It is important to note that, since pigmented and unpigmented cells are mixed in the dish at the time when induction ends (before the purification process), single-cell RNA-seq is required to correctly evaluate the correlation between pigmentation and internal state (transcriptome) in individual cells; its implementation is a future challenge for us. Even in the case of evaluating cell quality by single-cell RNA-seq, cell quality (iPSC-RPE-ness) must be expressed as a one-dimensional value to apply the BBO algorithm adopted in this paper. To our knowledge, there is currently no way of defining a single value as “iPSC-RPE-ness” from transcriptome data. Hence, the development of the method is out of the scope of this study. In the future, the development of an evaluation value of “iPSC-RPE-ness” will allow us to replace the cell pigmentation rate used as the score in this paper. We believe that this will further improve our developed process. To provide appropriate information to the reader, we have added explanatory text in the Discussion. Moreover, I would suggest discussing if this approach is robot-dependant or if it would be suitable for any type of culture automate. Our approach is not robot-dependent. However, the results of many types of cell culture experiments can be affected by subtle changes in operations, and require careful design and calibration of the hardware. In this study, we chose LabDroid Maholo because of its flexibility, reliability, and accuracy, which are characteristics required for the iPSC-RPE induction process. Our architecture and computational algorithms should work well with other types of culture automation hardware (or even humans) if these exhibit sufficient accuracy and reliability. We emphasized this in the Discussion.
Algorithm 1. Batch Bayesian Optimization for iPSC-RPE differentiation protocol.
Input: The search space χ, GP prior (μ0,σ0,k), number of rounds M, number of Plates P, number of Wells W, DatasetD={(xi,yi)}i=1nfor t=1 to M do 1. Construct GP posterior (μt,σt,k) using D. 2. Get the acquisition function α(x;D). 3. Generate a experiment parameter set Xnext using the policy function. Execute the experiments f(Xnext) . Append the experiment results to past data D=D{(Xnext,f(Xnext))}. 4. Compute optimal context cDP on Detatch trypsin Period in the next experiment.end
Algorithm 2. The policy function for the iPSC-RPE differentiation protocol.
Input: The acquisition function α(x;D), number of Plates P, number of Wells WOutput: The next experiment parameter set Xnext={(xt,p,w)}(p,w)=1(P,W) 1. Calculate utility functions from the acquisition function α~0(x;D)g(α(x;D))α~(x;D)α~0(x;D) 2. Generate next experiment parameters Xnext={(xt,p,w)}(p,w)=1(P,W) in Maximization-Penalization loop for P=1 to P do  for w=1 to W do   1. maximization-step: xt,p,wargmaxxχ{α~(x;D)}   2. penalization-step: α~(x;D)α~0(x;D)(k,h)=1(p,w)φ(x;xt,k,h,L^)  endend
Algorithm 3. Detachment trypsin period adjustment on the iPSC-RPE differentiation protocol.
Input: The acquisition function α(x;D), current DP context cDP,t, context shift width Δc Output: The next DP context cDP, t+1 1. Candidates of DP context ranges for the next round. (In this study, Δc = 3 min)cDPcDP,tcDPcDP,tΔccDP+cDP,t+Δc2. Calculate values V, V-, V+ that accumulate α(x;D) on each context ranges cDP, cDP, cDP+ V=iχα(x;D,xDP=cDP,i)V=iχα(x;D,xDP=cDP,i)V+=iχα(x;D,xDP=cDP,i+) 3. Calculate ratios R, R+ between each values defined above.R=V/VR+=V+/V 4. Choose the next DP context cDP, t+1 in following rules.if (max R,R+<1.05) thencDP, t+1cDPendelse if (R>R+) then  cDP, t+1cDPendelse if (RR+) thencDP, t+1cDP+end
Key resources table
Reagent type (species) or resourceDesignationSource or referenceIdentifiersAdditional information
Cell line (Homo-sapiens)hiPSC 253G1RIKEN BRCHPS0002
AntibodyAnti-ZO-1 (Rabbit polyclonal)Thermo Fisher Scientific Inc.61–7300IHC (1:500)
AntibodyAnti-MITF (Mouse monoclonal)Abcam plc.ab80651IHC (1:1000)
AntibodyAlexa Fluor 488 Goat Anti-rabbit IgG (Goat polyclonal)Thermo Fisher Scientific Inc.A-11034IHC (1:1000)
AntibodyAlexa Fluor 546 Goat Anti-mouse IgG (Goat polyclonal)Thermo Fisher Scientific Inc.A-11030IHC (1:1000)
Sequence-based reagentBEST1 (+)This paperRT-PCR primersTAGAACCATCAGCGCCGTC
Sequence-based reagentBEST1 (−)This paperRT-PCR primersTGAGTGTAGTGTGTATGTTGG
Sequence-based reagentRPE65 (+)This paperRT-PCR primersTCCCCAATACAACTGCCACT
Sequence-based reagentRPE65 (−)This paperRT-PCR primersCCTTGGCATTCAGAATCAGG
Sequence-based reagentCRALBP (+)This paperRT-PCR primersGAGGGTGCAAGAGAAGGACA
Sequence-based reagentCRALBP (−)This paperRT-PCR primersTGCAGAAGCCATTGATTTGA
Sequence-based reagentGAPDH (+)This paperRT-PCR primersACCACAGTCCATGCCATCAC
Sequence-based reagentGAPDH (−)This paperRT-PCR primersTCCACCACCCTGTTGCTGTA
Sequence-based reagentRNeasy Micro KitQIAGEN74004
Sequence-based reagentSuperScript IIIThermo Fisher Scientific Inc.18080–044
Commercial assay or kitVEGF Human ELISA KitThermo Fisher Scientific Inc.BMS277-2
Commercial assay or kitPEDF Human ELISA KitBioVendorRD191114200R
Chemical compound, drugPD 173074Merck & Co., Inc.P2499-5MG
Chemical compound, drugCultureSure Y-27632FUJIFILM Wako Pure Chemical Corporation036–24023
Chemical compound, drugSB 431542 hydrateMerck & Co., Inc.S4317-5MG
Chemical compound, drugCKI-7 dihydrochlorideMerck & Co., Inc.C0742-5MG
Software, algorithmLabDroid_optimizerThis paperAvailable at our Github (see Data and code availability)
OtherStemFit AK02NAjinomoto Co., Inc.AK02Nsee Materials and Methods >Reagents
OtherknockOut serum replacement (KSR)Thermo Fisher Scientific Inc.10828028see Materials and Methods >Reagents
OtherFBSNichirei Corporation12007Csee Materials and Methods >Reagents
  27 in total

1.  In vitro differentiation of retinal cells from human pluripotent stem cells by small-molecule induction.

Authors:  Fumitaka Osakada; Zi-Bing Jin; Yasuhiko Hirami; Hanako Ikeda; Teruko Danjyo; Kiichi Watanabe; Yoshiki Sasai; Masayo Takahashi
Journal:  J Cell Sci       Date:  2009-08-11       Impact factor: 5.285

2.  Autologous Induced Stem-Cell-Derived Retinal Cells for Macular Degeneration.

Authors:  Michiko Mandai; Akira Watanabe; Yasuo Kurimoto; Yasuhiko Hirami; Chikako Morinaga; Takashi Daimon; Masashi Fujihara; Hiroshi Akimaru; Noriko Sakai; Yumiko Shibata; Motoki Terada; Yui Nomiya; Shigeki Tanishima; Masahiro Nakamura; Hiroyuki Kamao; Sunao Sugita; Akishi Onishi; Tomoko Ito; Kanako Fujita; Shin Kawamata; Masahiro J Go; Chikara Shinohara; Ken-Ichiro Hata; Masanori Sawada; Midori Yamamoto; Sachiko Ohta; Yasuo Ohara; Kenichi Yoshida; Junko Kuwahara; Yuko Kitano; Naoki Amano; Masafumi Umekage; Fumiyo Kitaoka; Azusa Tanaka; Chihiro Okada; Naoko Takasu; Seishi Ogawa; Shinya Yamanaka; Masayo Takahashi
Journal:  N Engl J Med       Date:  2017-03-16       Impact factor: 91.245

3.  Single-cell transcriptional diversity is a hallmark of developmental potential.

Authors:  Gunsagar S Gulati; Shaheen S Sikandar; Daniel J Wesche; Anoop Manjunath; Anjan Bharadwaj; Mark J Berger; Francisco Ilagan; Angera H Kuo; Robert W Hsieh; Shang Cai; Maider Zabala; Ferenc A Scheeren; Neethan A Lobo; Dalong Qian; Feiqiao B Yu; Frederick M Dirbas; Michael F Clarke; Aaron M Newman
Journal:  Science       Date:  2020-01-24       Impact factor: 47.728

4.  Automation of human pluripotent stem cell differentiation toward retinal pigment epithelial cells for large-scale productions.

Authors:  Florian Regent; Lise Morizur; Léa Lesueur; Walter Habeler; Alexandra Plancheron; Karim Ben M'Barek; Christelle Monville
Journal:  Sci Rep       Date:  2019-07-23       Impact factor: 4.379

5.  Towards a fully automated algorithm driven platform for biosystems design.

Authors:  Mohammad HamediRad; Ran Chao; Scott Weisberg; Jiazhang Lian; Saurabh Sinha; Huimin Zhao
Journal:  Nat Commun       Date:  2019-11-13       Impact factor: 14.919

6.  Preface of the special issue "Cell Manufacturability".

Authors:  Masahiro Kino-Oka; Yasuyuki Sakai
Journal:  Regen Ther       Date:  2019-07-24       Impact factor: 3.419

7.  Investigating the feasibility of scale up and automation of human induced pluripotent stem cells cultured in aggregates in feeder free conditions.

Authors:  Filipa A C Soares; Amit Chandra; Robert J Thomas; Roger A Pedersen; Ludovic Vallier; David J Williams
Journal:  J Biotechnol       Date:  2014-01-17       Impact factor: 3.307

8.  Fast machine-learning online optimization of ultra-cold-atom experiments.

Authors:  P B Wigley; P J Everitt; A van den Hengel; J W Bastian; M A Sooriyabandara; G D McDonald; K S Hardman; C D Quinlivan; P Manju; C C N Kuhn; I R Petersen; A N Luiten; J J Hope; N P Robins; M R Hush
Journal:  Sci Rep       Date:  2016-05-16       Impact factor: 4.379

9.  A Bayesian experimental autonomous researcher for mechanical design.

Authors:  Aldair E Gongora; Bowen Xu; Wyatt Perry; Chika Okoye; Patrick Riley; Kristofer G Reyes; Elise F Morgan; Keith A Brown
Journal:  Sci Adv       Date:  2020-04-10       Impact factor: 14.136

10.  Fabrication of tissue-engineered cell sheets by automated cell culture equipment.

Authors:  Ayako Nishimura; Ryota Nakajima; Ryo Takagi; Guangbin Zhou; Daisuke Suzuki; Masaharu Kiyama; Takayuki Nozaki; Toshiyuki Owaki; Tomomi Takahara; Shigeru Nagai; Taku Nakamura; Masakazu Sugaya; Koichi Terada; Yumiko Igarashi; Hiroko Hanzawa; Teruo Okano; Tatsuya Shimizu; Masayuki Yamato; Shizu Takeda
Journal:  J Tissue Eng Regen Med       Date:  2019-11-14       Impact factor: 3.963

View more
  1 in total

1.  Implementing robotics and artificial intelligence.

Authors:  Sujith Sebastian
Journal:  Elife       Date:  2022-07-20       Impact factor: 8.713

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.