中体,中心体及动粒整合数据库 MiCroKit 3.0
MiCroKit 3.0: an integrated database of midbody, centrosome and kinetochore. Jian Ren , Zexian Liu, Xinjiao Gao, Changjiang Jin, Mingliang Ye, Hanfa Zou, Longping Wen, Zhaolei Zhang, Yu Xue and Xuebiao Yao. Nucleic Acids Research . 2010;38
![]() |
MiCroKit
3.0: an integrated database of midbody, centrosome and kinetochore.
|
M phase, also called as cell division, is the most crucial and fundamental affair of the eukaryotic cell cycle (Alberts B et al. , 2002 ). After the chromosomes have been replicated during the S phase, the sister chromatids are separated and distributed into two daughter cells equally and faithfully. Also, each daughter cell receives the almost average and necessary intracellular constituents and organelles from the mother cell. Generally, cell division consists of six stages, including prophase, prometaphase, metaphase, anaphase, telophase and cytokinesis. And the first five stages constituent mitosis (Alberts B et al. , 2002 ). During mitosis, numerous proteins organize protein super-complexes at the three distinct regions of centrosome (Badano JL et al. , 2005 ; Doxsey S et al. , 2005a ; Doxsey S et al. , 2005b ; Andersen JS et al. , 2003 ) (spindle pole in budding yeast (Jaspersen SL et al. , 2004 )), kinetochore /centromere (Chan GK et al. , 2005 ; Fukagawa T et al. , 2004 ; McAinsh AD et al. , 2003 ; Yao X et al. , 2000 ; Yao X et al. , 1997 ; Bloom K et al. , 2005 ) and cleavage furrow /midbody (D'Avino PP et al. , 2005 ; Burgess DR et al. , 2005 ; Glotzer M et al. , 2004 ; Skop AR et al. ,2004 ) (related or homolog structures in plants and budding yeast called as phragmoplast (Otegui MS et al. , 2005 ; Guertin DA et al., 2002 ) and bud neck (Guertin DA et al. , 2002 ), respectively) spatially and temporally, orchestrating the accomplishment of cell division process.
Although many proteins have been identified to be localized on centrosome, kinetochore and/or midbody, an integrated resource on this area still remains not to be available. In this work, we have collected all proteins identified to be localized on kinetochore, centrosome, and/or midbody from two fungi (S. cerevisiae and S. pombe ) and five animals, including C. elegans , D. melanogaster , X. laevis , M. musculus and H. sapiens . From the related literature of PubMed, numerous proteins have been manually curated to be localized on at least one of the sub-cellular localizations of kinetochore, centrosome and midbody. And to promise the quality of data, based on the rationale of "Seeing is believing" (Bloom K et al. , 2005 ), these proteins have been unambiguously observed under fluorescent microscope as directly supportive evidences. Then an integrated and searchable database M iCroKit - M idbody, C entrosome and K inetochore has been established. The MiCroKit database is the first integrative resource to pin point most of identified components and related scientific information of midbody, centrosome and kinetochore.
The version 1.0 of M iCroKit database was set up on Nov. 2nd, 2005, containing 1,065 unique proteins. The MiCroKit version 2.0 was released on Jun. 5th, 2006, with 1,120 entries.
Currently, the MiCroKit 3.0 database was updated on July 9, 2009, containing 1,489 unique protein entries. The online service of MiCroKit 3.0 was implemented in PHP + MySQL + JavaScript. And the local packages of MiCroKit 3.0 were developed in JAVA 1.5 (J2SE). The database will be updated routinely as new microkit proteins are reported. The MiCroKit 3.0 is freely available at: http://microkit.biocuckoo.org .
MiCroKit 3.0 User Interface

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

Video Face Swap
使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

苹果公司最新发布的iOS18、iPadOS18以及macOSSequoia系统为Photos应用增添了一项重要功能,旨在帮助用户轻松恢复因各种原因丢失或损坏的照片和视频。这项新功能在Photos应用的"工具"部分引入了一个名为"已恢复"的相册,当用户设备中存在未纳入其照片库的图片或视频时,该相册将自动显示。"已恢复"相册的出现为因数据库损坏、相机应用未正确保存至照片库或第三方应用管理照片库时照片和视频丢失提供了解决方案。用户只需简单几步

Hibernate多态映射可映射继承类到数据库,提供以下映射类型:joined-subclass:为子类创建单独表,包含父类所有列。table-per-class:为子类创建单独表,仅包含子类特有列。union-subclass:类似joined-subclass,但父类表联合所有子类列。

如何在PHP中使用MySQLi建立数据库连接:包含MySQLi扩展(require_once)创建连接函数(functionconnect_to_db)调用连接函数($conn=connect_to_db())执行查询($result=$conn->query())关闭连接($conn->close())

PHP中处理数据库连接报错,可以使用以下步骤:使用mysqli_connect_errno()获取错误代码。使用mysqli_connect_error()获取错误消息。通过捕获并记录这些错误信息,可以轻松识别并解决数据库连接问题,确保应用程序的顺畅运行。

在Golang中使用数据库回调函数可以实现:在指定数据库操作完成后执行自定义代码。通过单独的函数添加自定义行为,无需编写额外代码。回调函数可用于插入、更新、删除和查询操作。必须使用sql.Exec、sql.QueryRow或sql.Query函数才能使用回调函数。

可以通过使用gjson库或json.Unmarshal函数将JSON数据保存到MySQL数据库中。gjson库提供了方便的方法来解析JSON字段,而json.Unmarshal函数需要一个目标类型指针来解组JSON数据。这两种方法都需要准备SQL语句和执行插入操作来将数据持久化到数据库中。

通过Go标准库database/sql包,可以连接到MySQL、PostgreSQL或SQLite等远程数据库:创建包含数据库连接信息的连接字符串。使用sql.Open()函数打开数据库连接。执行SQL查询和插入操作等数据库操作。使用defer关闭数据库连接以释放资源。

PHP连接数据库指南:MySQL:安装MySQLi扩展,创建连接(servername、username、password、dbname)。PostgreSQL:安装PgSQL扩展,创建连接(host、dbname、user、password)。Oracle:安装OracleOCI8扩展,创建连接(servername、username、password)。实战案例:获取MySQL数据、PostgreSQL查询、OracleOCI8更新记录。
