WO2023019559A1 - 一种自动化干细胞检测方法、系统、终端以及存储介质 - Google Patents
一种自动化干细胞检测方法、系统、终端以及存储介质 Download PDFInfo
- Publication number
- WO2023019559A1 WO2023019559A1 PCT/CN2021/113808 CN2021113808W WO2023019559A1 WO 2023019559 A1 WO2023019559 A1 WO 2023019559A1 CN 2021113808 W CN2021113808 W CN 2021113808W WO 2023019559 A1 WO2023019559 A1 WO 2023019559A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- cell
- image
- tracking
- training
- initial
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/60—Analysis of geometric attributes
- G06T7/62—Analysis of geometric attributes of area, perimeter, diameter or volume
Definitions
- the application belongs to the technical field of biomedical image processing, and in particular relates to an automatic stem cell detection method, system, terminal and storage medium.
- iPSCs induced pluripotent stem cells
- this technology still has the problem of inefficiency—the rate of cells being reprogrammed in most reprogramming schemes is very low, which greatly limits the research and application of induced pluripotent stem cells in scientific research and clinical fields.
- the detection and tracking of stem cells mainly rely on manual marking, or training a deep model based on manual marking, and the training process requires a large amount of data sets, which greatly increases the difficulty and cost of training.
- the present application provides an automatic stem cell detection method, system, terminal and storage medium, aiming to solve one of the above-mentioned technical problems in the prior art at least to a certain extent.
- An automated stem cell detection method comprising:
- the cell image training set is input into the deep learning model for the first round of model training, and the first round of cell prediction results of the cell image training set is output by the deep learning model;
- the acquisition of the cell image also includes:
- the initial cell markers of each cell image are scaled, rotated, cropped, and mirrored and filled in order to generate cell markers for each enhanced image.
- the technical solution adopted in the embodiment of the present application further includes: said using the initial cell label of the cell image as the initial training label of the cell image training set further includes:
- the technical solution adopted in the embodiment of the present application further includes: the deep learning model is a U-Net model, and the U-Net model uses binary cross entropy as a loss function.
- the technical solution adopted in the embodiment of the present application further includes: the updating of the initial cell marker of the cell image according to the cell prediction result is specifically:
- the weighted summation result of each cell image is added to the initial cell marker of the cell image to be a new cell marker of each cell image.
- the technical solution adopted in the embodiment of the present application further includes: performing cell tracking on the cell image according to the updated cell marker is specifically:
- the technical solution adopted in the embodiment of the present application further includes: updating the initial training labels of the cell image training set according to the cell tracking results further includes:
- the detection of the wrong tracking object on the cell tracking result is specifically: judging whether the number of consecutive frames of the tracking object in the cell tracking result is greater than the set frame number ⁇ , and if it is greater than ⁇ , it is determined that the tracking object is a cell; Otherwise, re-track the tracking object, and judge whether there is an object associated with the tracking object in the next consecutive ⁇ frames. If it exists, it is determined that the tracking object is a cell; if it does not exist, it is judged The tracking object is an erroneous tracking object, and the cell marker of the erroneous tracking object is removed from the cell image.
- an automated stem cell detection system comprising:
- Data acquisition module used to acquire cell images, generate a cell image training set, and use the initial cell label of the cell image as the initial training label of the cell image training set;
- Model training module used to input the cell image training set into the deep learning model for the first round of model training, and output the first round of cell prediction results of the cell image training set through the deep learning model;
- Cell tracking module for updating the initial cell marker of the cell image according to the cell prediction result, and performing cell tracking on the cell image according to the updated cell marker, to obtain a cell tracking result;
- Data update module used to update the initial training labels of the cell image training set according to the cell tracking results, and input the updated cell image training set into the deep learning model for iterative training to obtain a trained cell detection model , performing cell detection and tracking on the image of the cell to be detected according to the trained cell prediction model.
- a terminal includes a processor and a memory coupled to the processor, wherein,
- the memory stores program instructions for realizing the automated stem cell detection method
- the processor is configured to execute the program instructions stored in the memory to control automated stem cell detection.
- Another technical solution adopted in the embodiment of the present application is: a storage medium storing program instructions executable by a processor, and the program instructions are used to execute the automatic stem cell detection method.
- the beneficial effect of the embodiment of the present application lies in that the automated stem cell detection method, system, terminal and storage medium of the embodiment of the present application weight the cell prediction results of the n enhanced images corresponding to each cell image Summing to improve the reliability of the label; by adding the weighted summation result of each cell image to the initial cell label of the cell image, the performance of the model is prevented from degrading; cell tracking is performed according to the added result, and the tracking As a result, the training label is updated and iterative training is performed again to obtain the final cell detection model.
- the embodiment of the present application does not require manual labeling, and the training process is simple, which reduces labor costs and obtains better performance, greatly reduces training costs, and improves training efficiency.
- Fig. 1 is the flowchart of the automated stem cell detection method of the embodiment of the present application
- Fig. 2 is the schematic diagram of the overlapping area calculation of the embodiment of the present application.
- Figure 3 is a schematic diagram of the cell tracking results of the embodiment of the present application.
- FIG. 4 is a schematic structural diagram of an automated stem cell detection system according to an embodiment of the present application.
- FIG. 5 is a schematic structural diagram of a terminal according to an embodiment of the present application.
- FIG. 6 is a schematic structural diagram of a storage medium according to an embodiment of the present application.
- FIG. 1 is a flow chart of the automated stem cell detection method of the embodiment of the present application.
- the automatic stem cell detection method of the embodiment of the present application comprises the following steps:
- the initial cell marker acquisition method of the cell image is specifically: obtaining the corresponding initial cell marker by processing the fluorescence image corresponding to the cell image, or performing cell detection on the cell image based on an unsupervised cell detector to obtain the initial cell marker.
- S2 Perform data enhancement on the cell image to obtain an enhanced cell image training set, and use the initial cell label as the initial training label of the cell image training set;
- the data enhancement method of cell images is as follows: perform brightness, contrast, scaling, rotation, cropping, and mirror filling operations on each cell image in turn, obtain n enhanced images corresponding to each cell image, and perform each cell image respectively.
- the initial cell markers of are sequentially scaled, rotated, cropped, and mirror-filled to generate cell markers for each enhanced image.
- the parameter selection of each step of data enhancement operation follows the principle of non-degeneration, that is, the cell prediction result obtained after the first round of model training using the enhanced cell image is compared with the initial cell label corresponding to the cell image, and the predicted cell label The number has not decreased.
- the initial label of each cell image is also the same operation.
- S3 Input the cell image training set into the deep learning model for the first round of model training, and output the first round of cell prediction results of the cell image training set through the deep learning model;
- the deep learning model is the U-Net model, and binary cross entropy is used as the loss function during model training.
- the embodiment of the present application uses weighted summation to improve the reliability of cell markers.
- the weight of the pixel value corresponding to each enhanced image is 1/n. Due to the uncertainty of model training, the direction of parameter update is likely to deviate from the expected direction.
- the purpose of adding the weighted summation result to the cell marker during model training is to predict when the current round of cell prediction results is worse than the cell marker. , to prevent the gradual regression of subsequent model training performance.
- due to the complex characteristics of some cells it is difficult for the model to fully learn the cell characteristics during a limited round of parameter update. Therefore, in the cell prediction results, the prediction effect of this type of complex cells is not good.
- the next round of During model training complex cells are fully learned to prevent model performance degradation.
- S5 Perform cell tracking on the cell image according to the overlapping area of the new cell marker in adjacent frames, and obtain the cell tracking result;
- cell tracking is performed by calculating the overlapping area (over lap) of cell markers in adjacent frames.
- FIG. 2 it is a schematic diagram of calculating the overlapping area in the embodiment of the present application. Firstly calculate the area A t and A t+1 of a certain cell marker in the t-th frame and the t+1-th frame (ie the next frame), and then calculate the cell marker in the t -th frame and the t+1-th frame The overlapping area of , that is, A t ⁇ A t+1 , and judge whether the ratio of the overlapping area to the area of the cell marker in frame t is greater than the set threshold A, that is, judge Whether it is true, if it is greater than the set threshold, it is judged that the cells in the tth frame and the t+1th frame are marked as the same cell, and so on, to obtain the cell tracking result.
- the threshold is set to be 0.1.
- S6 Perform false tracking object detection on the cell tracking result, and generate a training label for the next round of model training after eliminating the detected cell markers of the false tracking object;
- FIG. 3 is a schematic diagram of cell tracking results, where (a) is the ideal cell tracking results, with High degree of continuity, (b), (c), and (d) are the actual cell tracking results, the number of continuous frames of cell tracking is short, and the continuity is not strong. Therefore, the embodiment of the present application removes such false tracking objects by analyzing the cell tracking results.
- S8 Iteratively execute S4-S7 until the set number of model training times is reached, and a trained cell prediction model is obtained;
- the number of model trainings is set to 5 times, that is, after 5 rounds of training, a cell prediction model with better performance can be obtained, and the training labels of the training set cell images are updated according to the results of each round of training, without artificial Participation greatly reduces the cost of training and improves training efficiency.
- S9 Perform cell detection and tracking on the image of the cell to be detected according to the trained cell prediction model.
- the automated stem cell detection method in the embodiment of the present application improves the credibility of the marker by weighting and summing the cell prediction results of the n enhanced images corresponding to each cell image; by weighting and summing the weighted sum of each cell image
- the result is added to the initial cell label of the cell image to prevent the performance degradation of the model; cell tracking is performed according to the added result, and the training label is updated according to the tracking result and iterative training is performed again to obtain the final cell detection model.
- the embodiment of the present application does not require manual labeling, and the training process is simple, which reduces labor costs and obtains better performance, greatly reduces training costs, and improves training efficiency.
- FIG. 4 is a schematic structural diagram of the automated stem cell detection system of the embodiment of the present application.
- the automated stem cell detection system 40 of the embodiment of the present application includes:
- Data acquisition module 41 used to acquire cell images, generate a cell image training set, and use the initial cell label of the cell image as the initial training label of the cell image training set;
- Model training module 42 used to input the cell image training set into the deep learning model for the first round of model training, and output the first round of cell prediction results of the cell image training set through the deep learning model;
- Cell tracking module 43 used to update the initial cell marker of the cell image according to the cell prediction result, and perform cell tracking on the cell image according to the updated cell marker, to obtain the cell tracking result;
- Data update module 44 used to update the initial training labels of the cell image training set according to the cell tracking results, and input the updated cell image training set into the deep learning model for iterative training to obtain a trained cell detection model.
- a good cell prediction model performs cell detection and tracking on the image of the cell to be detected.
- FIG. 5 is a schematic diagram of a terminal structure in an embodiment of the present application.
- the terminal 50 includes a processor 51 and a memory 52 coupled to the processor 51 .
- the memory 52 stores program instructions for realizing the above automatic stem cell detection method.
- the processor 51 is used to execute the program instructions stored in the memory 52 to control the automated stem cell detection.
- the processor 51 may also be referred to as a CPU (Central Processing Unit, central processing unit).
- the processor 51 may be an integrated circuit chip with signal processing capabilities.
- the processor 51 can also be a general-purpose processor, a digital signal processor (DSP), an application-specific integrated circuit (ASIC), an off-the-shelf programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components .
- a general-purpose processor may be a microprocessor, or the processor may be any conventional processor, or the like.
- FIG. 6 is a schematic structural diagram of a storage medium according to an embodiment of the present application.
- the storage medium of the embodiment of the present application stores a program file 61 capable of realizing all the above-mentioned methods, wherein the program file 61 can be stored in the above-mentioned storage medium in the form of a software product, and includes several instructions to make a computer device (which can It is a personal computer, a server, or a network device, etc.) or a processor (processor) that executes all or part of the steps of the methods in various embodiments of the present invention.
- a computer device which can It is a personal computer, a server, or a network device, etc.
- processor processor
- the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc., which can store program codes. , or terminal devices such as computers, servers, mobile phones, and tablets.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Artificial Intelligence (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Medical Informatics (AREA)
- Geometry (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims (10)
- 一种自动化干细胞检测方法,其特征在于,包括:获取细胞图像,生成细胞图像训练集,并将所述细胞图像的初始细胞标记作为所述细胞图像训练集的初始训练标签;将所述细胞图像训练集输入深度学习模型进行第一轮模型训练,通过所述深度学习模型输出细胞图像训练集的第一轮细胞预测结果;根据所述细胞预测结果对所述细胞图像的初始细胞标记进行更新,并根据所述更新的细胞标记对细胞图像进行细胞追踪,得到细胞追踪结果;根据所述细胞追踪结果对所述细胞图像训练集的初始训练标签进行更新,并将更新后的细胞图像训练集输入深度学习模型进行迭代训练,得到训练好的细胞检测模型;根据所述训练好的细胞预测模型对待检测细胞图像进行细胞检测与追踪。
- 根据权利要求1所述的自动化干细胞检测方法,其特征在于,所述获取细胞图像还包括:分别对每张细胞图像依次进行亮度、对比度、缩放、旋转、裁切以及镜像填充操作,获取每张细胞图像的n张增强图像;分别对每张细胞图像的初始细胞标记依次进行缩放、旋转、裁切以及镜像填充操作,生成每张增强图像的细胞标记。
- 根据权利要求1或2所述的自动化干细胞检测方法,其特征在于,所述将所述细胞图像的初始细胞标记作为所述细胞图像训练集的初始训练标签还包括:对所述细胞图像对应的荧光图像进行处理,获取所述细胞图像的初始细胞 标记;或基于细胞检测器对所述细胞图像进行细胞检测,获取所述细胞图像的初始细胞标记。
- 根据权利要求1所述的自动化干细胞检测方法,其特征在于,所述深度学习模型为U-Net模型,所述U-Net模型采用二进制交叉熵作为损失函数。
- 根据权利要求2所述的自动化干细胞检测方法,其特征在于,所述根据所述细胞预测结果对所述细胞图像的初始细胞标记进行更新具体为:将每张细胞图像的n张增强图像的细胞预测结果进行加权求和;将每张细胞图像的加权求和结果与该细胞图像的初始细胞标记相加,作为每张细胞图像的新的细胞标记。
- 根据权利要求5所述的自动化干细胞检测方法,其特征在于,所述根据所述更新的细胞标记对细胞图像进行细胞追踪具体为:分别计算某一细胞标记在第t帧以及第t+1帧中的面积;计算该细胞标记在第t帧与第t+1帧中的重叠面积;判断所述重叠面积与所述细胞标记在第t帧中的面积之间的比值是否大于设定阈值,如果大于设定阈值,则判定所述第t帧与第t+1帧中的细胞标记为同一细胞,得到细胞追踪结果。
- 根据权利要求6所述的自动化干细胞检测方法,其特征在于,所述根据所述细胞追踪结果对所述细胞图像训练集的初始训练标签进行更新还包括:对所述细胞追踪结果进行错误追踪对象检测,并将检测出的错误追踪对象的细胞标记消除后,生成用于下一轮模型训练的训练标签;所述对所述细胞追踪结果进行错误追踪对象检测具体为:判断所述细胞追踪结果中的追踪对象的连续帧数是否大于设定帧数α,如果大于α,则判定该追 踪对象为细胞;反之,则对该追踪对象重新进行追踪,并判断在接下来的连续β帧中是否均存在与该追踪对象相关联的对象,如果存在,则判定该追踪对象为细胞;如果不存在,则判断该追踪对象为错误追踪对象,将所述错误追踪对象的细胞标记从细胞图像中清除。
- 一种自动化干细胞检测系统,其特征在于,包括:数据获取模块:用于获取细胞图像,生成细胞图像训练集,并将所述细胞图像的初始细胞标记作为所述细胞图像训练集的初始训练标签;模型训练模块:用于将所述细胞图像训练集输入深度学习模型进行第一轮模型训练,通过所述深度学习模型输出细胞图像训练集的第一轮细胞预测结果;细胞追踪模块:用于根据所述细胞预测结果对所述细胞图像的初始细胞标记进行更新,并根据所述更新的细胞标记对细胞图像进行细胞追踪,得到细胞追踪结果;数据更新模块:用于根据所述细胞追踪结果对所述细胞图像训练集的初始训练标签进行更新,并将更新后的细胞图像训练集输入深度学习模型进行迭代训练,得到训练好的细胞检测模型,根据所述训练好的细胞预测模型对待检测细胞图像进行细胞检测与追踪。
- 一种终端,其特征在于,所述终端包括处理器、与所述处理器耦接的存储器,其中,所述存储器存储有用于实现权利要求1-7任一项所述的自动化干细胞检测方法的程序指令;所述处理器用于执行所述存储器存储的所述程序指令以控制自动化干细胞检测。
- 一种存储介质,其特征在于,存储有处理器可运行的程序指令,所述程序指令用于执行权利要求1至7任一项所述自动化干细胞检测方法。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2021/113808 WO2023019559A1 (zh) | 2021-08-20 | 2021-08-20 | 一种自动化干细胞检测方法、系统、终端以及存储介质 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/CN2021/113808 WO2023019559A1 (zh) | 2021-08-20 | 2021-08-20 | 一种自动化干细胞检测方法、系统、终端以及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023019559A1 true WO2023019559A1 (zh) | 2023-02-23 |
Family
ID=85239391
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2021/113808 Ceased WO2023019559A1 (zh) | 2021-08-20 | 2021-08-20 | 一种自动化干细胞检测方法、系统、终端以及存储介质 |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2023019559A1 (zh) |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106127809A (zh) * | 2016-06-22 | 2016-11-16 | 浙江工业大学 | 一种显微图像序列中癌细胞轨迹追踪与关联方法 |
| CN107944360A (zh) * | 2017-11-13 | 2018-04-20 | 中国科学院深圳先进技术研究院 | 一种诱导多能干细胞识别方法、系统及电子设备 |
| CN108256408A (zh) * | 2017-10-25 | 2018-07-06 | 四川大学 | 一种基于深度学习的干细胞追踪方法 |
| US20210019499A1 (en) * | 2018-03-20 | 2021-01-21 | Shimadzu Corporation | Cell Image Analysis Apparatus, Cell Image Analysis System, Method of Generating Training Data, Method of Generating Trained Model, Training Data Generation Program, and Method of Producing Training Data |
| CN113192107A (zh) * | 2021-05-06 | 2021-07-30 | 上海锵玫人工智能科技有限公司 | 一种目标识别追踪方法及机器人 |
-
2021
- 2021-08-20 WO PCT/CN2021/113808 patent/WO2023019559A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106127809A (zh) * | 2016-06-22 | 2016-11-16 | 浙江工业大学 | 一种显微图像序列中癌细胞轨迹追踪与关联方法 |
| CN108256408A (zh) * | 2017-10-25 | 2018-07-06 | 四川大学 | 一种基于深度学习的干细胞追踪方法 |
| CN107944360A (zh) * | 2017-11-13 | 2018-04-20 | 中国科学院深圳先进技术研究院 | 一种诱导多能干细胞识别方法、系统及电子设备 |
| US20210019499A1 (en) * | 2018-03-20 | 2021-01-21 | Shimadzu Corporation | Cell Image Analysis Apparatus, Cell Image Analysis System, Method of Generating Training Data, Method of Generating Trained Model, Training Data Generation Program, and Method of Producing Training Data |
| CN113192107A (zh) * | 2021-05-06 | 2021-07-30 | 上海锵玫人工智能科技有限公司 | 一种目标识别追踪方法及机器人 |
Non-Patent Citations (1)
| Title |
|---|
| JU MENGXI, LI XINWEI, LI ZHANGYONG: "Detection of white blood cells in microscopic leucorrhea images based on deep active learning", SHENGWU YIXUE GONGCHENGXUE ZAZHI = JOURNAL OF BIOMEDICAL ENGINEERING, SICHUAN DAXUE HUAXI YIYUAN, CN, vol. 37, no. 3, 25 June 2020 (2020-06-25), CN , pages 519 - 526, XP093036924, ISSN: 1001-5515, DOI: 10.7507/1001-5515.201909040 * |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11663293B2 (en) | Image processing method and device, and computer-readable storage medium | |
| Yang et al. | An improving faster-RCNN with multi-attention ResNet for small target detection in intelligent autonomous transport with 6G | |
| US10643130B2 (en) | Systems and methods for polygon object annotation and a method of training and object annotation system | |
| TWI832966B (zh) | 用於使用多模態成像和集成機器學習模型的自動靶標和組織分割的方法和設備 | |
| US12586218B2 (en) | Motion estimation with anatomical integrity | |
| Song et al. | Seednet: Automatic seed generation with deep reinforcement learning for robust interactive segmentation | |
| CN108229490B (zh) | 关键点检测方法、神经网络训练方法、装置和电子设备 | |
| US11030750B2 (en) | Multi-level convolutional LSTM model for the segmentation of MR images | |
| CN108256562A (zh) | 基于弱监督时空级联神经网络的显著目标检测方法及系统 | |
| Lin et al. | Glus: Global-local reasoning unified into a single large language model for video segmentation | |
| KR102037303B1 (ko) | 캡슐 내시경의 위치를 추정하는 방법 및 장치 | |
| CN112861718A (zh) | 一种轻量级特征融合人群计数方法及系统 | |
| WO2023123847A1 (zh) | 模型训练及图像处理方法、装置、设备、存储介质及计算机程序产品 | |
| CN112836653A (zh) | 人脸隐私化方法、设备、装置及计算机存储介质 | |
| CN111310609B (zh) | 基于时序信息和局部特征相似性的视频目标检测方法 | |
| CN111340820B (zh) | 图像分割方法、装置、电子设备及存储介质 | |
| CN113706580B (zh) | 一种基于相关滤波跟踪器的目标跟踪方法、系统、设备及介质 | |
| CN112991281A (zh) | 视觉检测方法、系统、电子设备及介质 | |
| CN115100494A (zh) | 一种病灶图像的识别方法、装置、设备及可读存储介质 | |
| Singla et al. | Speckle and shadows: ultrasound-specific physics-based data augmentation for kidney segmentation | |
| CN116030066A (zh) | 医学图像分割方法和装置、电子设备及存储介质 | |
| CN113689395B (zh) | 一种自动化干细胞检测方法、系统、终端以及存储介质 | |
| CN116091792A (zh) | 视觉注意力预测模型的构建方法、系统、终端及介质 | |
| CN112116626B (zh) | 一种基于柔性卷积的单目标跟踪方法 | |
| WO2023019559A1 (zh) | 一种自动化干细胞检测方法、系统、终端以及存储介质 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 21953800 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21953800 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 26.09.2024) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 21953800 Country of ref document: EP Kind code of ref document: A1 |