JP5175381B2 - 遺伝情報管理システムおよび遺伝情報管理方法 - Google Patents
遺伝情報管理システムおよび遺伝情報管理方法 Download PDFInfo
- Publication number
- JP5175381B2 JP5175381B2 JP2011231857A JP2011231857A JP5175381B2 JP 5175381 B2 JP5175381 B2 JP 5175381B2 JP 2011231857 A JP2011231857 A JP 2011231857A JP 2011231857 A JP2011231857 A JP 2011231857A JP 5175381 B2 JP5175381 B2 JP 5175381B2
- Authority
- JP
- Japan
- Prior art keywords
- genetic information
- information management
- management system
- data
- primary key
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/21—Design, administration or maintenance of databases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2228—Indexing structures
- G06F16/2237—Vectors, bitmaps or matrices
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/242—Query formulation
- G06F16/2423—Interactive query statement specification based on a database schema
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16B—BIOINFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR GENETIC OR PROTEIN-RELATED DATA PROCESSING IN COMPUTATIONAL MOLECULAR BIOLOGY
- G16B50/00—ICT programming tools or database systems specially adapted for bioinformatics
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16B—BIOINFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR GENETIC OR PROTEIN-RELATED DATA PROCESSING IN COMPUTATIONAL MOLECULAR BIOLOGY
- G16B50/00—ICT programming tools or database systems specially adapted for bioinformatics
- G16B50/30—Data warehousing; Computing architectures
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Life Sciences & Earth Sciences (AREA)
- Health & Medical Sciences (AREA)
- Evolutionary Biology (AREA)
- Spectroscopy & Molecular Physics (AREA)
- Bioethics (AREA)
- Biophysics (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Biotechnology (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Mathematical Physics (AREA)
- Computational Linguistics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
100 遺伝情報管理システム
110 構文解析部
120 テーブル管理部
140 検索部
150 ユーザインターフェース
Claims (20)
- 遺伝子解析装置から得られるリードデータを処理して遺伝情報に関するデータベースを構築し、ユーザの命令に応じて前記データベースの検索結果を出力する遺伝情報管理システムであって、
前記リードデータを読み込み、テーブル埋め込みインデックスの形式に変換する構文解析部と、
前記テーブル埋め込みインデックスを、遺伝情報に関する基本項目を含むマスターテーブルと、遺伝情報に関する追加項目を含むスレーブテーブルと、に分類して管理するテーブル管理部と、
前記マスターテーブルおよび前記スレーブテーブルのうち少なくとも一つを検索して、検索されたデータを出力する検索部と、を含む遺伝情報管理システム。 - 前記テーブル埋め込みインデックスは、
IOT(Index−Organized Table)、Clustered IndexまたはInnodbである請求項1に記載の遺伝情報管理システム。 - 前記基本項目は、遺伝情報のID(Identification)、染色体番号、開始位置、類型およびモードを含み、
前記追加項目は、遺伝情報のクォリティ、配列および差異を含む請求項1に記載の遺伝情報管理システム。 - 前記マスターテーブルおよび前記スレーブテーブルは、主キー(primary key)を各々含み、
前記検索部は、前記ユーザの命令と関連する前記主キーを基準に、前記マスターテーブルおよび前記スレーブテーブルを検索する請求項1に記載の遺伝情報管理システム。 - 前記検索部は、
前記ユーザの命令がズームアウト(ZoomOut)であれば、前記主キーに該当する前記マスターテーブルのデータを出力し、前記ユーザの命令がズームイン(ZoomIn)であれば、前記主キーに該当する前記マスターテーブルと前記主キーに該当する前記スレーブテーブルとを結合したデータを出力する請求項4に記載の遺伝情報管理システム。 - 前記主キーは、
アスキーコードの少なくとも一部で構成される請求項4に記載の遺伝情報管理システム。 - 前記アスキーコードの少なくとも一部は、
コード33〜126の範囲のアスキーコードを含む請求項6に記載の遺伝情報管理システム。 - 前記主キーは、
前記範囲のアスキーコードを組み合わせた5バイトで表示される請求項7に記載の遺伝情報管理システム。 - 遺伝子解析装置から得られるリードデータを処理して遺伝情報に関するデータベースを構築し、ユーザの命令に応じて前記データベースの検索結果を出力する遺伝情報管理システムであって、
前記リードデータを読み込み、テーブル埋め込みインデックスの形式に変換する構文解析部と、
ユーザの命令と関連する主キー(primary key)を基準に、前記テーブル埋め込みインデックスのデータを検索する検索部と、を含み、
前記主キーは、アスキーコードの少なくとも一部で構成される遺伝情報管理システム。 - 前記アスキーコードの少なくとも一部は、
コード33〜126の範囲のアスキーコードを含む請求項9に記載の遺伝情報管理システム。 - 前記主キーは、
前記範囲のアスキーコードを組み合わせた5バイトで表示される請求項10に記載の遺伝情報管理システム。 - 遺伝子解析装置から得られるリードデータを処理して遺伝情報に関するデータベースを構築し、ユーザの命令に応じて前記データベースの検索結果を出力する遺伝情報管理システムであって、
前記リードデータを読み込み、テーブル埋め込みインデックス形式のデータフォーマットに変換する構文解析部と、
前記データフォーマットを格納して管理するテーブル管理部と、
主キー(primary key)を基準に、前記データフォーマットのデータを検索して出力する検索部と、を含む遺伝情報管理システム。 - 遺伝情報管理システムが遺伝子解析装置から得られるリードデータを処理して遺伝情報に関するデータベースを構築し、ユーザの命令に応じて前記データベースの検索結果を出力する遺伝情報管理方法であって、
前記遺伝情報管理システムが、前記リードデータから遺伝情報に関する基本項目を含むマスターテーブルを生成するステップと、
前記遺伝情報管理システムが、前記リードデータから遺伝情報に関する追加項目を含むスレーブテーブルを生成するステップと、
前記遺伝情報管理システムが、前記マスターテーブルおよび/または前記スレーブテーブルのデータを検索して出力するステップと、を含み、
前記マスターテーブルおよび前記スレーブテーブルは、テーブル埋め込みインデックスの形式で構成される遺伝情報管理方法。 - 前記テーブル埋め込みインデックスは、
IOT(Index−Organized Table)、Clustered IndexまたはInnodbである請求項13に記載の遺伝情報管理方法。 - 前記基本項目は、遺伝情報のID(Identification)、染色体番号、開始位置、類型およびモードを含み、
前記追加項目は、遺伝情報のクォリティ、配列および差異を含む請求項13に記載の遺伝情報管理方法。 - 前記マスターテーブルおよび前記スレーブテーブルは、主キー(primary key)を各々含み、
前記遺伝情報管理システムが、前記ユーザ命令と関連する前記主キーを基準に、前記マスターテーブルおよび前記スレーブテーブルを検索するステップをさらに含む請求項13に記載の遺伝情報管理方法。 - 前記ユーザの命令がズームアウト(ZoomOut)であれば、前記遺伝情報管理システムが、前記主キーに該当する前記マスターテーブルのデータを出力するステップと、
前記ユーザの命令がズームイン(ZoomIn)であれば、前記遺伝情報管理システムが、前記主キーに該当する前記マスターテーブルと前記主キーに該当する前記スレーブテーブルとを結合したデータを出力するステップと、をさらに含む請求項16に記載の遺伝情報管理方法。 - 前記主キーは、
アスキーコードの少なくとも一部で構成される請求項16に記載の遺伝情報管理方法。 - 前記アスキーコードの少なくとも一部は、
コード33〜126の範囲のアスキーコードを含む請求項18に記載の遺伝情報管理方法。 - 前記主キーは、
前記範囲のアスキーコードを組み合わせた5バイトで表示される請求項19に記載の遺伝情報管理方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR20100103538A KR101188886B1 (ko) | 2010-10-22 | 2010-10-22 | 유전 정보 관리 시스템 및 방법 |
KR10-2010-0103538 | 2010-10-22 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012094141A JP2012094141A (ja) | 2012-05-17 |
JP5175381B2 true JP5175381B2 (ja) | 2013-04-03 |
Family
ID=44993487
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011231857A Expired - Fee Related JP5175381B2 (ja) | 2010-10-22 | 2011-10-21 | 遺伝情報管理システムおよび遺伝情報管理方法 |
Country Status (5)
Country | Link |
---|---|
US (1) | US9098490B2 (ja) |
EP (1) | EP2444914A3 (ja) |
JP (1) | JP5175381B2 (ja) |
KR (1) | KR101188886B1 (ja) |
CN (1) | CN102456101B (ja) |
Families Citing this family (37)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9773091B2 (en) | 2011-10-31 | 2017-09-26 | The Scripps Research Institute | Systems and methods for genomic annotation and distributed variant interpretation |
CN104246689B (zh) | 2011-12-08 | 2020-06-02 | 凡弗3基因组有限公司 | 提供基因组数据的动态索引和可视化的分布式系统 |
US9600625B2 (en) | 2012-04-23 | 2017-03-21 | Bina Technologies, Inc. | Systems and methods for processing nucleic acid sequence data |
CA2873902A1 (en) * | 2012-05-18 | 2013-11-21 | Georgetown University | Methods and systems for populating and searching a drug informatics database |
US9678948B2 (en) | 2012-06-26 | 2017-06-13 | International Business Machines Corporation | Real-time message sentiment awareness |
US9104656B2 (en) * | 2012-07-03 | 2015-08-11 | International Business Machines Corporation | Using lexical analysis and parsing in genome research |
KR101525584B1 (ko) | 2012-12-03 | 2015-06-03 | 주식회사 케이티 | 바이오 데이터 검증 방법 및 이를 위한 장치 |
US9690775B2 (en) | 2012-12-27 | 2017-06-27 | International Business Machines Corporation | Real-time sentiment analysis for synchronous communication |
US9460083B2 (en) | 2012-12-27 | 2016-10-04 | International Business Machines Corporation | Interactive dashboard based on real-time sentiment analysis for synchronous communication |
US8937564B2 (en) | 2013-01-10 | 2015-01-20 | Infinidat Ltd. | System, method and non-transitory computer readable medium for compressing genetic information |
US20140236897A1 (en) * | 2013-01-10 | 2014-08-21 | Jacob Brodio | System, method and non-transitory computer readable medium for compressing genetic information |
US10847251B2 (en) | 2013-01-17 | 2020-11-24 | Illumina, Inc. | Genomic infrastructure for on-site or cloud-based DNA and RNA processing and analysis |
US9679104B2 (en) | 2013-01-17 | 2017-06-13 | Edico Genome, Corp. | Bioinformatics systems, apparatuses, and methods executed on an integrated circuit processing platform |
US10691775B2 (en) | 2013-01-17 | 2020-06-23 | Edico Genome, Corp. | Bioinformatics systems, apparatuses, and methods executed on an integrated circuit processing platform |
US9792405B2 (en) | 2013-01-17 | 2017-10-17 | Edico Genome, Corp. | Bioinformatics systems, apparatuses, and methods executed on an integrated circuit processing platform |
US10068054B2 (en) | 2013-01-17 | 2018-09-04 | Edico Genome, Corp. | Bioinformatics systems, apparatuses, and methods executed on an integrated circuit processing platform |
US9418203B2 (en) | 2013-03-15 | 2016-08-16 | Cypher Genomics, Inc. | Systems and methods for genomic variant annotation |
US11342048B2 (en) | 2013-03-15 | 2022-05-24 | The Scripps Research Institute | Systems and methods for genomic annotation and distributed variant interpretation |
US10235496B2 (en) | 2013-03-15 | 2019-03-19 | The Scripps Research Institute | Systems and methods for genomic annotation and distributed variant interpretation |
US9594777B1 (en) * | 2013-08-15 | 2017-03-14 | Pivotal Software, Inc. | In-database single-nucleotide genetic variant analysis |
US10006910B2 (en) | 2014-12-18 | 2018-06-26 | Agilome, Inc. | Chemically-sensitive field effect transistors, systems, and methods for manufacturing and using the same |
US9618474B2 (en) | 2014-12-18 | 2017-04-11 | Edico Genome, Inc. | Graphene FET devices, systems, and methods of using the same for sequencing nucleic acids |
US9857328B2 (en) | 2014-12-18 | 2018-01-02 | Agilome, Inc. | Chemically-sensitive field effect transistors, systems and methods for manufacturing and using the same |
US9859394B2 (en) | 2014-12-18 | 2018-01-02 | Agilome, Inc. | Graphene FET devices, systems, and methods of using the same for sequencing nucleic acids |
US10020300B2 (en) | 2014-12-18 | 2018-07-10 | Agilome, Inc. | Graphene FET devices, systems, and methods of using the same for sequencing nucleic acids |
CA2971589C (en) | 2014-12-18 | 2021-09-28 | Edico Genome Corporation | Chemically-sensitive field effect transistor |
EP3329491A2 (en) | 2015-03-23 | 2018-06-06 | Edico Genome Corporation | Method and system for genomic visualization |
US10419020B2 (en) | 2015-06-18 | 2019-09-17 | International Business Machines Corporation | Increasing storage capacity and data transfer speed in genome data backup |
EP3608913A1 (en) * | 2015-07-02 | 2020-02-12 | Edico Genome, Corp. | Bioinformatics systems, apparatuses, and methods executed on an integrated circuit processing platform |
EP3338211A1 (en) | 2015-08-17 | 2018-06-27 | Koninklijke Philips N.V. | Multi-level architecture of pattern recognition in biological data |
US20170270245A1 (en) | 2016-01-11 | 2017-09-21 | Edico Genome, Corp. | Bioinformatics systems, apparatuses, and methods for performing secondary and/or tertiary processing |
US10068183B1 (en) | 2017-02-23 | 2018-09-04 | Edico Genome, Corp. | Bioinformatics systems, apparatuses, and methods executed on a quantum processing platform |
EP3459115A4 (en) | 2016-05-16 | 2020-04-08 | Agilome, Inc. | GRAPHEN-FET DEVICES, SYSTEMS AND METHODS FOR USE THEREOF FOR SEQUENCING NUCLEIC ACIDS |
US10522241B2 (en) | 2016-09-08 | 2019-12-31 | International Business Machines Corporation | Accelerating genomic data parsing on field programmable gate arrays |
BR112019007296A2 (pt) * | 2016-10-11 | 2019-09-17 | Genomsys Sa | estruturas de dados eficazes para representação de informações de bioinformática |
US20180314842A1 (en) * | 2017-04-27 | 2018-11-01 | Awakens, Inc. | Computing system with genomic information access mechanism and method of operation thereof |
RU2659025C1 (ru) * | 2017-06-14 | 2018-06-26 | Общество с ограниченной ответственностью "ЛЭНДИГРАД" | Способы кодирования и декодирования информации |
Family Cites Families (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6266378A (ja) * | 1985-09-19 | 1987-03-25 | Mitsubishi Electric Corp | 文書デ−タ処理装置 |
US5204663A (en) * | 1990-05-21 | 1993-04-20 | Applied Systems Institute, Inc. | Smart card access control system |
US6519583B1 (en) * | 1997-05-15 | 2003-02-11 | Incyte Pharmaceuticals, Inc. | Graphical viewer for biomolecular sequence data |
US6317750B1 (en) * | 1998-10-26 | 2001-11-13 | Hyperion Solutions Corporation | Method and apparatus for accessing multidimensional data |
US6941317B1 (en) | 1999-09-14 | 2005-09-06 | Eragen Biosciences, Inc. | Graphical user interface for display and analysis of biological sequence data |
US6484179B1 (en) * | 1999-10-25 | 2002-11-19 | Oracle Corporation | Storing multidimensional data in a relational database management system |
US6795821B2 (en) * | 2001-07-17 | 2004-09-21 | Trendium, Inc. | Database systems, methods and computer program products including primary key and super key indexes for use with partitioned tables |
US7529685B2 (en) * | 2001-08-28 | 2009-05-05 | Md Datacor, Inc. | System, method, and apparatus for storing, retrieving, and integrating clinical, diagnostic, genomic, and therapeutic data |
KR100453517B1 (ko) | 2002-05-31 | 2004-10-20 | 주식회사 이노티브 | 인터넷을 통한 대용량 고품질 디지털 이미지의 실시간서비스 방법 |
US7634498B2 (en) * | 2003-10-24 | 2009-12-15 | Microsoft Corporation | Indexing XML datatype content system and method |
US7925555B2 (en) * | 2003-11-05 | 2011-04-12 | Wells Fargo Bank N.A. | Master system of record |
KR100601941B1 (ko) | 2004-02-17 | 2006-07-14 | 삼성전자주식회사 | 서열 색인 방법 및 그 시스템 |
JP4433289B2 (ja) * | 2004-04-27 | 2010-03-17 | 日鉄日立システムエンジニアリング株式会社 | ゲノム情報表示システム |
WO2006002234A2 (en) * | 2004-06-22 | 2006-01-05 | Coras, Inc. | Systems and methods for software based on business concepts |
US20060074735A1 (en) * | 2004-10-01 | 2006-04-06 | Microsoft Corporation | Ink-enabled workflow authoring |
US20080077570A1 (en) * | 2004-10-25 | 2008-03-27 | Infovell, Inc. | Full Text Query and Search Systems and Method of Use |
JP2006244189A (ja) * | 2005-03-04 | 2006-09-14 | Hitachi Software Eng Co Ltd | 遺伝情報検索プログラム |
US7734619B2 (en) * | 2005-05-27 | 2010-06-08 | International Business Machines Corporation | Method of presenting lineage diagrams representing query plans |
US20070061365A1 (en) * | 2005-09-07 | 2007-03-15 | Ablaze Development Corporation | Event participant image locating, retrieving, editing and printing system |
CN100343852C (zh) * | 2005-09-27 | 2007-10-17 | 南方医科大学 | 一种与特定功能相关的基因信息检索系统及用于该系统的检索词数据库的构建方法 |
US7472140B2 (en) * | 2005-12-20 | 2008-12-30 | Oracle International Corporation | Label-aware index for efficient queries in a versioning system |
KR100737359B1 (ko) * | 2006-10-04 | 2007-07-10 | (주)이글로벌시스템 | 암호화된 컬럼의 인덱스 구축방법 |
CN101780070B (zh) | 2009-01-16 | 2012-08-22 | 广州康臣药物研究有限公司 | 一种治疗糖尿病肾病的药物组合物及其制备方法 |
US9704129B2 (en) * | 2009-08-31 | 2017-07-11 | Thomson Reuters Global Resources | Method and system for integrated professional continuing education related services |
-
2010
- 2010-10-22 KR KR20100103538A patent/KR101188886B1/ko not_active IP Right Cessation
-
2011
- 2011-10-20 EP EP11185942.7A patent/EP2444914A3/en not_active Withdrawn
- 2011-10-21 US US13/278,791 patent/US9098490B2/en not_active Expired - Fee Related
- 2011-10-21 JP JP2011231857A patent/JP5175381B2/ja not_active Expired - Fee Related
- 2011-10-24 CN CN201110329432.3A patent/CN102456101B/zh not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
KR101188886B1 (ko) | 2012-10-09 |
EP2444914A3 (en) | 2016-01-27 |
KR20120042058A (ko) | 2012-05-03 |
US9098490B2 (en) | 2015-08-04 |
CN102456101B (zh) | 2015-07-08 |
US20120102041A1 (en) | 2012-04-26 |
JP2012094141A (ja) | 2012-05-17 |
CN102456101A (zh) | 2012-05-16 |
EP2444914A2 (en) | 2012-04-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5175381B2 (ja) | 遺伝情報管理システムおよび遺伝情報管理方法 | |
US11649495B2 (en) | Systems and methods for mitochondrial analysis | |
Wen et al. | PepQuery enables fast, accurate, and convenient proteomic validation of novel genomic alterations | |
US9354922B2 (en) | Metadata-driven workflows and integration with genomic data processing systems and techniques | |
Li | Minimap and miniasm: fast mapping and de novo assembly for noisy long sequences | |
Durbin | Efficient haplotype matching and storage using the positional Burrows–Wheeler transform (PBWT) | |
JP6141335B2 (ja) | コンパクトな次世代シーケンシングデータセット及び該データセットを使用した効率的な配列の処理 | |
Janin et al. | BEETL-fastq: a searchable compressed archive for DNA reads | |
US20160306919A1 (en) | Genome compression and decompression | |
Kozanitis et al. | Using Genome Query Language to uncover genetic variation | |
CN112420202A (zh) | 数据的处理方法、装置及设备 | |
US9886561B2 (en) | Efficient encoding and storage and retrieval of genomic data | |
Neuwald | Rapid detection, classification and accurate alignment of up to a million or more related protein sequences | |
Han et al. | Novel algorithms for efficient subsequence searching and mapping in nanopore raw signals towards targeted sequencing | |
Chubb et al. | Sequencing delivers diminishing returns for homology detection: implications for mapping the protein universe | |
Mendoza et al. | Flexible and fast mapping of peptides to a proteome with ProteoMapper | |
Palatnick et al. | iGenomics: Comprehensive DNA sequence analysis on your Smartphone | |
Bonizzoni et al. | LSG: an external-memory tool to compute string graphs for next-generation sequencing data assembly | |
Loka et al. | PriLive: privacy-preserving real-time filtering for next-generation sequencing | |
Catanho et al. | BioParser: a tool for processing of sequence similarity analysis reports | |
Olexiouk et al. | proBAMconvert: a conversion tool for proBAM/proBed | |
Kredens et al. | Vertical lossless genomic data compression tools for assembled genomes: A systematic literature review | |
Lima et al. | An evaluation of data replication for bioinformatics workflows on NoSQL systems | |
Teichman et al. | Analyzing microbial evolution through gene and genome phylogenies | |
US20190050531A1 (en) | Dna sequence processing method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20121130 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20121207 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130104 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5175381 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |