JP5348702B2 - 特徴抽出方法、特徴抽出装置及び特徴抽出プログラム - Google Patents
特徴抽出方法、特徴抽出装置及び特徴抽出プログラム Download PDFInfo
- Publication number
- JP5348702B2 JP5348702B2 JP2010519612A JP2010519612A JP5348702B2 JP 5348702 B2 JP5348702 B2 JP 5348702B2 JP 2010519612 A JP2010519612 A JP 2010519612A JP 2010519612 A JP2010519612 A JP 2010519612A JP 5348702 B2 JP5348702 B2 JP 5348702B2
- Authority
- JP
- Japan
- Prior art keywords
- sequence
- feature extraction
- search
- secondary structure
- vector
- 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.)
- Active
Links
Classifications
-
- 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
- G16B30/00—ICT specially adapted for sequence analysis involving nucleotides or amino acids
-
- 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
- G16B15/00—ICT specially adapted for analysing two-dimensional [2D] or three-dimensional [3D] molecular structures, e.g. structural or functional relations or structure alignment
- G16B15/10—Nucleic acid folding
-
- 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
- G16B15/00—ICT specially adapted for analysing two-dimensional [2D] or three-dimensional [3D] molecular structures, e.g. structural or functional relations or structure alignment
Landscapes
- Life Sciences & Earth Sciences (AREA)
- Physics & Mathematics (AREA)
- Chemical & Material Sciences (AREA)
- Health & Medical Sciences (AREA)
- Spectroscopy & Molecular Physics (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Biotechnology (AREA)
- Theoretical Computer Science (AREA)
- Medical Informatics (AREA)
- Engineering & Computer Science (AREA)
- General Health & Medical Sciences (AREA)
- Bioinformatics & Computational Biology (AREA)
- Biophysics (AREA)
- Evolutionary Biology (AREA)
- Biochemistry (AREA)
- Molecular Biology (AREA)
- Crystallography & Structural Chemistry (AREA)
- Analytical Chemistry (AREA)
- Proteomics, Peptides & Aminoacids (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
2 データ処理装置
3 記憶装置
4 出力装置
21 二次構造予測手段
22 特徴ベクトル作成手段
31 配列記憶部
32 二次構造記憶部
図1は、本発明による特徴抽出装置の構成を示す概略図である。図1を参照すると、本発明による特徴抽出装置は、キーボードなどの入力装置1と、プログラム制御により動作するデータ処理装置2と、情報を記憶する記憶装置3と、ディスプレイ装置や印刷装置などの出力装置4とを有する。
次に、図1の概略図、並びに図2及び3−1のフローチャートを参照して、本発明による特徴抽出方法の各工程、並びに本発明による特徴抽出装置及び特徴抽出プログラムの動作等について、詳細に説明する。
まず、入力装置1から図5に示すような塩基配列(配列1)が入力されると、この配列は、配列記憶部31に格納される(A1)。二次構造予測手段21でその配列の二次構造を予測し、その結果として、図5のような二次構造の予測結果(構造1)を得ると、この結果は、二次構造記憶部32に格納される(A2)。入力された配列とその二次構造は、特徴ベクトル作成手段22に送られる(A3)。
まず、入力装置1から図7に示すような塩基配列(配列2)が入力されると、この配列は、配列記憶部31に格納される(A1)。二次構造予測手段21でその配列の二次構造を予測し、その結果として、図7に示す通り、二次構造の予測結果(構造2−1〜2−3)を得ると、これらは、二次構造記憶部32に格納される(A2)。入力された配列とその二次構造は、特徴ベクトル作成手段22に送られる(A3)。
まず、入力装置1から図9に示すような塩基配列(配列3−1〜3−2)が入力されると、この配列は、配列記憶部31に格納される(A1)。二次構造予測手段21でその配列の二次構造を予測し、その結果として、図9に示す通り、二次構造の予測結果(構造3−1〜3−2)を得ると、これらは、二次構造記憶部32に格納される(A2)。入力された配列とその二次構造は、特徴ベクトル作成手段22に送られる(A3)。
Claims (21)
- 入力された塩基配列を記憶する配列記憶手段と、
前記配列記憶手段から前記入力された塩基配列の二次構造を予測する二次構造予測手段と、
前記二次構造予測手段により前記予測された塩基配列の二次構造を記憶する二次構造記憶手段と、
前記配列記憶手段から前記入力された塩基配列を取得し、前記二次構造記憶手段から、前記予測された塩基配列の二次構造を取得し、前記塩基配列から、塩基対を形成していないループ部位の塩基のみを抽出し、
前記抽出されたループ部位の塩基から、特定の塩基パターンが存在するかどうかを検索し、前記検索結果を特徴ベクトルとしてベクトルに格納する特徴ベクトル作成手段と、
を有することを特徴とする特徴抽出装置。 - 前記特徴ベクトル作成手段は、検索配列を生成することを特徴とする請求項1に記載の特徴抽出装置。
- 前記検索配列は、アデニン、シトシン、グアニン、及びウラシル又はチミンからなる群から選択された残基、又はこれらの残基とミスマッチとで構成されることを特徴とする請求項2に記載の特徴抽出装置。
- 前記特徴ベクトル作成手段は、一の検索配列の配列を有するループ部位の有無を検索することを特徴とする請求項1から3のいずれか一項に記載の特徴抽出装置。
- 前記特徴ベクトル作成手段は、一の検索配列についての検索結果に重み付けを行うことを特徴とする請求項1から4のいずれか一項に記載の特徴抽出装置。
- 前記の重み付けは、一の検索配列の配列を有するループ部位の数を算出することにより行われることを特徴とする請求項5に記載の特徴抽出装置。
- 前記特徴ベクトル作成手段は、一の検索配列についての検索結果を、前記特徴ベクトルに格納することを特徴とする請求項1から6のいずれか一項に記載の特徴抽出装置。
- 請求項1から7のいずれか一項に記載の特徴抽出装置を用いて、
入力された塩基配列を記憶する配列記憶工程と、
前記入力された塩基配列の二次構造を予測する二次構造予測工程と、
前記予測された塩基配列の二次構造を記憶する二次構造記憶工程と、
前記入力された塩基配列を取得し、前記予測された塩基配列の二次構造を取得し、前記塩基配列から、塩基対を形成していないループ部位の塩基のみを抽出し、
前記抽出されたループ部位の塩基から、特定の塩基パターンが存在するかどうかを検索し、前記検索結果を特徴ベクトルとしてベクトルに格納する特徴ベクトルを作成する工程と、
を有することを特徴とする特徴抽出方法。 - 前記特徴ベクトル作成工程は、検索配列を生成する工程を有することを特徴とする請求項8に記載の特徴抽出方法。
- 前記検索配列は、アデニン、シトシン、グアニン、及びウラシル又はチミンからなる群から選択された残基、又はこれらの残基とミスマッチとで構成されることを特徴とする請求項9に記載の特徴抽出方法。
- 前記特徴ベクトル作成工程は、一の検索配列の配列を有するループ部位の有無を検索する工程を有することを特徴とする請求項8から10のいずれか一項に記載の特徴抽出方法。
- 前記特徴ベクトル作成工程は、一の検索配列についての検索結果に重み付けを行う工程を有することを特徴とする請求項8から11のいずれか一項に記載の特徴抽出方法。
- 前記の重み付けを行う工程は、一の検索配列の配列を有するループ部位の数を算出することを特徴とする請求項12に記載の特徴抽出方法。
- 前記特徴ベクトル作成工程は、一の検索配列についての検索結果を、前記特徴ベクトルに格納する工程を有することを特徴とする請求項8から13のいずれか一項に記載の特徴抽出方法。
- 請求項1から7のいずれか一項に記載の特徴抽出装置を用いて、
入力された塩基配列を記憶する配列記憶工程と、
前記入力された塩基配列の二次構造を予測する二次構造予測工程と、
前記予測された塩基配列の二次構造を記憶する二次構造記憶工程と、
前記入力された塩基配列を取得し、前記予測された塩基配列の二次構造を取得し、前記塩基配列から、塩基対を形成していないループ部位の塩基のみを抽出し、
前記抽出されたループ部位の塩基から、特定の塩基パターンが存在するかどうかを検索し、前記検索結果を特徴ベクトルとしてベクトルに格納する特徴ベクトル作成工程と、
を実行することを特徴とする特徴抽出プログラム。 - 前記特徴ベクトル作成工程は、検索配列を生成する工程を有することを特徴とする請求項15に記載の特徴抽出プログラム。
- 前記検索配列は、アデニン、シトシン、グアニン、及びウラシル又はチミンからなる群から選択された残基、又はこれらの残基とミスマッチとで構成されることを特徴とする請求項16に記載の特徴抽出プログラム。
- 前記特徴ベクトル作成工程は、一の検索配列の配列を有するループ部位の有無を検索する工程を有することを特徴とする請求項15から17のいずれか一項に記載の特徴抽出プログラム。
- 前記特徴ベクトル作成工程は、一の検索配列についての検索結果に重み付けを行う工程を有することを特徴とする請求項15から18のいずれか一項に記載の特徴抽出プログラム。
- 前記の重み付けを行う工程は、一の検索配列の配列を有するループ部位の数を算出することを特徴とする請求項19に記載の特徴抽出プログラム。
- 前記特徴ベクトル作成工程は、一の検索配列についての検索結果を、前記特徴ベクトルに格納する工程を有することを特徴とする請求項15から20のいずれか一項に記載の特徴抽出プログラム。
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2008/062603 WO2010004650A1 (ja) | 2008-07-11 | 2008-07-11 | 特徴抽出方法、特徴抽出装置及び特徴抽出プログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPWO2010004650A1 JPWO2010004650A1 (ja) | 2011-12-22 |
| JP5348702B2 true JP5348702B2 (ja) | 2013-11-20 |
Family
ID=41506781
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2010519612A Active JP5348702B2 (ja) | 2008-07-11 | 2008-07-11 | 特徴抽出方法、特徴抽出装置及び特徴抽出プログラム |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US20110125681A1 (ja) |
| EP (1) | EP2323055A4 (ja) |
| JP (1) | JP5348702B2 (ja) |
| WO (1) | WO2010004650A1 (ja) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20210363528A1 (en) * | 2020-05-19 | 2021-11-25 | X Development Llc | Biologics engineering via aptamomimetic discovery |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2008102675A (ja) * | 2006-10-18 | 2008-05-01 | Nec Soft Ltd | 塩基配列の同定方法及び核酸分子の二次構造取得方法、並びにこれらを実行する装置及びプログラム |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040101903A1 (en) * | 2002-11-27 | 2004-05-27 | International Business Machines Corporation | Method and apparatus for sequence annotation |
| US20070118296A1 (en) * | 2003-11-07 | 2007-05-24 | Dna Software Inc. | System and methods for three dimensional molecular structural analysis |
| US20070154896A1 (en) * | 2005-02-11 | 2007-07-05 | International Business Machines Corporation | System and method for identification of MicroRNA target sites and corresponding targeting MicroRNA sequences |
| AU2007236811B2 (en) * | 2006-03-28 | 2012-03-01 | Nec Solution Innovators, Ltd. | Method of predicting the secondary structure of RNA, prediction apparatus and prediction program |
-
2008
- 2008-07-11 US US13/003,541 patent/US20110125681A1/en not_active Abandoned
- 2008-07-11 EP EP08791084A patent/EP2323055A4/en not_active Withdrawn
- 2008-07-11 JP JP2010519612A patent/JP5348702B2/ja active Active
- 2008-07-11 WO PCT/JP2008/062603 patent/WO2010004650A1/ja not_active Ceased
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2008102675A (ja) * | 2006-10-18 | 2008-05-01 | Nec Soft Ltd | 塩基配列の同定方法及び核酸分子の二次構造取得方法、並びにこれらを実行する装置及びプログラム |
Non-Patent Citations (3)
| Title |
|---|
| JPN6013016729; PEEK,A.S: 'Improving model predictions for RNA interference activities that use support vector machine regressi' BMC Bioinformatics 2007,8:182 , 20070606, p.1-29 * |
| JPN6013016733; VOLKOVICH,Z et al.: 'The method of N-grams in large-scale clustering of DNA texts, Pattern Recognition' Pattern Recognition Vol.38, No.11, 200511, p.1902-1912 * |
| JPN6013016735; SALVADOR,I et al.: 'RNA modeling by combining stochastic Context-FreeGrammars and n-Gram models, International Journal o' International Journal of Pattern Recognition and Artificial Intelligence Vol.16, No.3, 200205, p.309-315 * |
Also Published As
| Publication number | Publication date |
|---|---|
| EP2323055A4 (en) | 2011-07-27 |
| WO2010004650A1 (ja) | 2010-01-14 |
| JPWO2010004650A1 (ja) | 2011-12-22 |
| EP2323055A1 (en) | 2011-05-18 |
| US20110125681A1 (en) | 2011-05-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Jain et al. | F-RAG: generating atomic coordinates from RNA graphs by fragment assembly | |
| Wexler et al. | A study of accessible motifs and RNA folding complexity | |
| US9311447B2 (en) | Method for identifying nucleotide sequence, method for acquiring secondary structure of nucleic acid molecule, apparatus for identifying nucleotide sequence, apparatus for acquiring secondary structure of nucleic acid molecule, program for identifying nucleotide sequence, and program for acquiring secondary structure of nucleic acid molecule | |
| Feng et al. | A max-flow-based approach to the identification of protein complexes using protein interaction and microarray data | |
| WO2007116787A1 (ja) | Rnaの二次構造予測方法、予測装置及び予測プログラム | |
| JP5348702B2 (ja) | 特徴抽出方法、特徴抽出装置及び特徴抽出プログラム | |
| Chiu et al. | Pairwise RNA secondary structure alignment with conserved stem pattern | |
| Zhang et al. | RNA fragment modeling with a nucleobase discrete-state model | |
| JP4873486B2 (ja) | 核酸配列の二次構造を予測する方法、核酸配列の二次構造の予測装置及び核酸配列の二次構造の予測プログラム | |
| Yehdego et al. | Secondary structure predictions for long RNA sequences based on inversion excursions and MapReduce | |
| CN110070908B (zh) | 一种二项树模型的模体搜索方法、装置、设备与存储介质 | |
| El Fatmi et al. | RNAknot: A new algorithm for RNA secondary structure prediction based on genetic algorithm and GRASP method | |
| Grossi et al. | MADMX: a novel strategy for maximal dense motif extraction | |
| JP3364274B2 (ja) | タスク割り当て装置 | |
| El Fatmi et al. | RNA secondary structure prediction based on genetic algorithm and comparative approach | |
| JP2019095819A (ja) | 情報処理装置及びプログラム | |
| CN120636535B (zh) | 基于知识图谱嵌入和特征融合的多任务基因调控网络模型的训练方法 | |
| Chheda et al. | RNA as a permutation | |
| Vasavada et al. | Genome‐Wide Search for Pseudoknotted Noncoding RNA: A Comparative Study | |
| Spirollari et al. | Using folding ensemble and stem probability maximization methods to predict RNA H-type pseudoknots | |
| Sun et al. | Study of RNA secondary structure prediction algorithms | |
| Karaoglu et al. | GAMOT: An efficient genetic algorithm for finding challenging motifs in DNA sequences | |
| Lo et al. | Challenges rising from learning motif evaluation functions using genetic programming | |
| Seeja et al. | Motifminer: A table driven greedy algorithm for dna motif mining | |
| Thompson | Comparative Study of Multiple Sequence Alignment Programs that Use Secondary Structure |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130409 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130610 |
|
| 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: 20130724 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20130815 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5348702 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |