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

本篇文章给大家带来了关于mysql的相关知识,其中主要介绍了关于索引优化器工作原理的相关内容,其中包括了MySQL Server的组成,MySQL优化器选择索引额原理以及SQL成本分析,最后通过 select 查询总结整个查询过程,下面一起来看一下,希望对大家有帮助。

随着互联网的发展,大数据分析和实时信息处理成为了企业的一个重要需求。为了满足这样的需求,传统的关系型数据库已经不再满足业务和技术发展的需要。相反,使用NoSQL数据库已经成为了一个重要的选择。在这篇文章中,我们将讨论SpringBoot与NoSQL数据库的整合使用,以实现现代应用程序的开发和部署。什么是NoSQL数据库?NoSQL是notonlySQL

数据库系统由4个部分构成:1、数据库,是指长期存储在计算机内的,有组织,可共享的数据的集合;2、硬件,是指构成计算机系统的各种物理设备,包括存储所需的外部设备;3、软件,包括操作系统、数据库管理系统及应用程序;4、人员,包括系统分析员和数据库设计人员、应用程序员(负责编写使用数据库的应用程序)、最终用户(利用接口或查询语言访问数据库)、数据库管理员(负责数据库的总体信息控制)。

UniApp实现Vue.js框架的完美整合引言:UniApp是一种基于Vue.js框架的跨平台开发工具,它能够将一个Vue.js项目编译成多个不同平台的应用程序,如iOS、Android、小程序等。UniApp的优势在于能够让开发者只编写一套代码,就能够同时适配多个平台,加快开发效率并降低开发成本。下面将介绍如何使用UniApp实现Vue.js框架的完美整合

数据库的“完整性”是指数据的正确性和相容性。完整性是指数据库中数据在逻辑上的一致性、正确性、有效性和相容性。完整性对于数据库系统的重要性:1、数据库完整性约束能够防止合法用户使用数据库时向数据库中添加不合语义的数据;2、合理的数据库完整性设计,能够同时兼顾数据库的完整性和系统的效能;3、完善的数据库完整性有助于尽早发现应用软件的错误。

结构层次是“数据库→数据表→记录→字段”;字段构成记录,记录构成数据表,数据表构成了数据库。数据库是一个完整的数据的记录的整体,一个数据库包含0到N个表,一个表包含0到N个字段,记录是表中的行。

mysql查询为什么会慢,关于这个问题,在实际开发经常会遇到,而面试中,也是个高频题。遇到这种问题,我们一般也会想到是因为索引。那除开索引之外,还有哪些因素会导致数据库查询变慢呢?

go语言可以写数据库。Go语言和其他语言不同的地方是,Go官方没有提供数据库驱动,而是编写了开发数据库驱动的标准接口,开发者可以根据定义的接口来开发相应的数据库驱动;这样做的好处在于,只要是按照标准接口开发的代码,以后迁移数据库时,不需要做任何修改,极大方便了后期的架构调整。


ホットAIツール

Undresser.AI Undress
リアルなヌード写真を作成する AI 搭載アプリ

AI Clothes Remover
写真から衣服を削除するオンライン AI ツール。

Undress AI Tool
脱衣画像を無料で

Clothoff.io
AI衣類リムーバー

AI Hentai Generator
AIヘンタイを無料で生成します。

人気の記事

ホットツール

Safe Exam Browser
Safe Exam Browser は、オンライン試験を安全に受験するための安全なブラウザ環境です。このソフトウェアは、あらゆるコンピュータを安全なワークステーションに変えます。あらゆるユーティリティへのアクセスを制御し、学生が無許可のリソースを使用するのを防ぎます。

DVWA
Damn Vulnerable Web App (DVWA) は、非常に脆弱な PHP/MySQL Web アプリケーションです。その主な目的は、セキュリティ専門家が法的環境でスキルとツールをテストするのに役立ち、Web 開発者が Web アプリケーションを保護するプロセスをより深く理解できるようにし、教師/生徒が教室環境で Web アプリケーションを教え/学習できるようにすることです。安全。 DVWA の目標は、シンプルでわかりやすいインターフェイスを通じて、さまざまな難易度で最も一般的な Web 脆弱性のいくつかを実践することです。このソフトウェアは、

SublimeText3 英語版
推奨: Win バージョン、コードプロンプトをサポート!

EditPlus 中国語クラック版
サイズが小さく、構文の強調表示、コード プロンプト機能はサポートされていません

SublimeText3 Linux 新バージョン
SublimeText3 Linux 最新バージョン
