# MATO2 **Repository Path**: sculab/MATO2 ## Basic Information - **Project Name**: MATO2 - **Description**: MATO 2.0 beta - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-29 - **Last Updated**: 2026-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MATO: Measurement and Analysis TOol ![fig1](./icons/fig0.png) Advancements in bioinformatics and genomics have heightened the significance of cytotaxonomy and morphology as fields of study. The quantification of various characters forms the basis of morphological investigations. However, due to variations among characters across different taxa, manual measurements are commonly employed. Yet, existing measurement tools for morphology and cytotaxonomy lack repeatability and statistical analysis compatibility. To address these limitations, we have developed MATO (Measurement and Analysis tools) as an updated version of the KaryoType software. MATO aims to accelerate repetitive morphometric tasks and yield quantitative and reproducible outcomes. By introducing size-based Karyotyping and a novel grouping algorithm, MATO enhances chromosome measurements and karyotype analysis. Additionally, MATO encompasses a broad range of morphometric characters, including length, size, angle, count, and color, frequently utilized in plant taxonomy. MATO empowers researchers in the fields of cytotaxonomy and morphology by providing enhanced measurement capabilities, statistical analysis compatibility, and improved user-friendliness, facilitating advancements in their research endeavors. 随着生物信息学和基因组学的飞速发展,细胞分类学和形态学作为研究领域变得日益重要。多种特征的量化是形态学研究的基础。然而,由于不同物种间特征的差异性,通常需要手动测量。尽管如此,现有的形态学和细胞分类学测量工具在重复性和统计分析兼容性方面存在不足。为此,我们开发了MATO(测量与分析工具),作为KaryoType软件的更新版。MATO旨在加快重复性形态测量任务的速度,并提供定量且可重复的结果。通过采用基于尺寸的核型分析和创新的分组算法,MATO在染色体测量和核型分析方面有所提升。此外,MATO还能够进行各种形态特征测定,如长度、尺寸、角度、数量和颜色,这些在植物分类学中常用。MATO通过其增强的测量能力、统计能力以及更佳的用户体验,助力细胞分类学和形态学领域的研究者提升其工作效率。 # Cite 引用 Liu, L., Wang, Q., Zhang, Z., He, X. & Yu, Y. MATO: An updated tool for capturing and analyzing cytotaxonomic and morphological data. The Innovation Life. 2023. 1(1): 1-7. doi:10.59717/j.xinn-life.2023.100010 # Manual 操作手册 - [English](./manual_en.pdf) - [中文](./manual_zh_cn.pdf) # Run 运行 MATO 2.0.2 is a cross-platform Python application (PySide6). Python 3.10+ is required. ```bash pip install . mato # or run directly python -m mato_ui.main ``` MATO 2.0.2 是基于 Python (PySide6) 的跨平台应用,需要 Python 3.10 及以上版本。安装后运行 `mato` 命令,或直接运行 `python -m mato_ui.main` 启动。