SlideShare a Scribd company logo
1 of 17
2015/1/30
第40回統合DBミーティング
Integrated MTG in NIBIO
1
本日の予定
• Sagace
– アクセス解析
– 進捗報告
– 新規追加DBについて
• 医薬基盤研内のデータのRDF化
– 副作用データ→化合物→発現上昇/下降遺伝子の取
得について
– Open TG-GATEsのRDFのSchema修正について
2
進捗報告
• PDBjでマークアップされたRDFa Liteを
検索結果に表示(開発版)
3
新規追加候補DB
• Genetics Home Reference
• がん研究データベース
• 化学物質の有毒性評価書
• VaDE
• 病理コア画像
• NBRP-Rat
• じん肺データベース
• 腰痛データベース
4
医薬基盤研内のデータのRDF化
• 「***という副作用が報告された医薬
品において,ラット/マウスに投与後,
発現が上昇した遺伝子/下降した遺伝
子」
• 上記を実行するアプリケーションを作成
5
SIDERのSchema (抜粋)
6
Open TG-GATEsのSchema(抜粋)
7
データの統合
8
イメージ図
9
実際に行ったこと
• 遺伝子発現のデータはOpen TG-GATEsの
RDFに直接紐付けられていなかった。
• 実験条件を以下に固定
– Repeat, Rat, in vivo, Liver, Middle, 15 day
• 遺伝子発現の上昇・下降条件を固定し,
Toxygatesで使用しているプログラム経由で
取得。
– 条件:p-valueが小さい上位50位のうち
– log2foldの値 > 2 :上昇
– log2foldの値 < -2 :下降
10
Open TG-GATEsのSchema(抜粋)
11
SPARQLで確認
SELECT distinct ?gene ?compound
WHERE {
#from Open TG-GATEs
?exp dbowl:pubchem ?pubchem;
toxico:compound_name ?compound;
toxico:up_regulated_gene ?gene.
#from SIDER
?drug sider_vocab:pubchem-compound-id ?pubchem;
sider_vocab:side-effect ?side.
?side dcterms:title “headache"@en.
}
12
アプリケーション化
• PHPで実装
• 副作用の文字をクエリとして受け取り,その文字列をそのまま,
SPARQLに投げる。
• JSONで結果を受け取り,その結果をパースして表示する。
13
SELECT distinct ?gene ?compound
WHERE {
#from Open TG-GATEs
?exp dbowl:pubchem ?pubchem;
toxico:compound_name ?compound;
toxico:up_regulated_gene ?gene.
#from SIDER
?drug sider_vocab:pubchem-compound-id ?pubchem;
sider_vocab:side-effect ?side.
?side dcterms:title "'.$keyword.'"@en.
}
デモ
14
Open TG-GATEsのSchema
の修正
• 現在のRDFの問題点
– 実験条件とサンプルの情報が1つのRDFにまとめ
られている。
– 外部のRDFとの親和性が低い。
• RDFのSchemaが分からないと統合しにくい。
– 文法上の間違いがある。
• 目標
– 修正して,ダウンロード可能な状態にする。
– アプリケーションでも利用しやすい状態にする。
15
16
Schemaの修正(素案)
今後の予定
• 次回 2月20日(金) or 27日(金)
• 国内版 BioHackathon
– 2月2日〜6日
17

More Related Content

Viewers also liked

35th mtg in NIBIO
35th mtg in NIBIO35th mtg in NIBIO
35th mtg in NIBIOMaori Ito
 
HowToMakeTOGOTV(new)
HowToMakeTOGOTV(new)HowToMakeTOGOTV(new)
HowToMakeTOGOTV(new)Maori Ito
 
38th MTG in NIBIO
38th MTG in NIBIO38th MTG in NIBIO
38th MTG in NIBIOMaori Ito
 
How To Make TOGO TV (latest version)
How To Make TOGO TV (latest version)How To Make TOGO TV (latest version)
How To Make TOGO TV (latest version)Maori Ito
 
29th Integrated DB MTG in NIBIO
29th Integrated DB MTG in NIBIO29th Integrated DB MTG in NIBIO
29th Integrated DB MTG in NIBIOMaori Ito
 
Cell salon vol5
Cell salon vol5Cell salon vol5
Cell salon vol5Maori Ito
 

Viewers also liked (7)

35th mtg in NIBIO
35th mtg in NIBIO35th mtg in NIBIO
35th mtg in NIBIO
 
HowToMakeTOGOTV(new)
HowToMakeTOGOTV(new)HowToMakeTOGOTV(new)
HowToMakeTOGOTV(new)
 
38th MTG in NIBIO
38th MTG in NIBIO38th MTG in NIBIO
38th MTG in NIBIO
 
27th mtg 1
27th mtg 127th mtg 1
27th mtg 1
 
How To Make TOGO TV (latest version)
How To Make TOGO TV (latest version)How To Make TOGO TV (latest version)
How To Make TOGO TV (latest version)
 
29th Integrated DB MTG in NIBIO
29th Integrated DB MTG in NIBIO29th Integrated DB MTG in NIBIO
29th Integrated DB MTG in NIBIO
 
Cell salon vol5
Cell salon vol5Cell salon vol5
Cell salon vol5
 

More from Maori Ito

Test slide for the lab - Target prioritization
Test slide for the lab - Target prioritization Test slide for the lab - Target prioritization
Test slide for the lab - Target prioritization Maori Ito
 
Test for lab_j Psiver j
Test for lab_j Psiver jTest for lab_j Psiver j
Test for lab_j Psiver jMaori Ito
 
34th mtg in NIBIO
34th mtg in NIBIO34th mtg in NIBIO
34th mtg in NIBIOMaori Ito
 
32nd MTG in NIBIO
32nd MTG in NIBIO32nd MTG in NIBIO
32nd MTG in NIBIOMaori Ito
 
31st Integrated DB MTG in NIBIO
31st Integrated DB MTG in NIBIO31st Integrated DB MTG in NIBIO
31st Integrated DB MTG in NIBIOMaori Ito
 
30th Integrated DB MTG in NIBIO
30th Integrated DB MTG in NIBIO30th Integrated DB MTG in NIBIO
30th Integrated DB MTG in NIBIOMaori Ito
 
Presentation forpd bj_1
Presentation forpd bj_1Presentation forpd bj_1
Presentation forpd bj_1Maori Ito
 
Bh13.13 sagace 1
Bh13.13 sagace 1Bh13.13 sagace 1
Bh13.13 sagace 1Maori Ito
 
Cross search and_semantic_web_mbsj2013
Cross search and_semantic_web_mbsj2013Cross search and_semantic_web_mbsj2013
Cross search and_semantic_web_mbsj2013Maori Ito
 
The Progress on Sagace and Data Integration
The Progress on Sagace and Data IntegrationThe Progress on Sagace and Data Integration
The Progress on Sagace and Data IntegrationMaori Ito
 
Schema.org extension for biological database @ Biohackathon2013
Schema.org extension for biological database @ Biohackathon2013Schema.org extension for biological database @ Biohackathon2013
Schema.org extension for biological database @ Biohackathon2013Maori Ito
 
Life Science Database Cross Search and Metadata
Life Science Database Cross Search and MetadataLife Science Database Cross Search and Metadata
Life Science Database Cross Search and MetadataMaori Ito
 
Cell salon vol5
Cell salon vol5Cell salon vol5
Cell salon vol5Maori Ito
 

More from Maori Ito (17)

Test slide for the lab - Target prioritization
Test slide for the lab - Target prioritization Test slide for the lab - Target prioritization
Test slide for the lab - Target prioritization
 
Test for lab_j Psiver j
Test for lab_j Psiver jTest for lab_j Psiver j
Test for lab_j Psiver j
 
Psiver j
Psiver jPsiver j
Psiver j
 
34th mtg in NIBIO
34th mtg in NIBIO34th mtg in NIBIO
34th mtg in NIBIO
 
32nd MTG in NIBIO
32nd MTG in NIBIO32nd MTG in NIBIO
32nd MTG in NIBIO
 
31st Integrated DB MTG in NIBIO
31st Integrated DB MTG in NIBIO31st Integrated DB MTG in NIBIO
31st Integrated DB MTG in NIBIO
 
30th Integrated DB MTG in NIBIO
30th Integrated DB MTG in NIBIO30th Integrated DB MTG in NIBIO
30th Integrated DB MTG in NIBIO
 
Presentation forpd bj_1
Presentation forpd bj_1Presentation forpd bj_1
Presentation forpd bj_1
 
Bh13.13 sagace 1
Bh13.13 sagace 1Bh13.13 sagace 1
Bh13.13 sagace 1
 
Cross search and_semantic_web_mbsj2013
Cross search and_semantic_web_mbsj2013Cross search and_semantic_web_mbsj2013
Cross search and_semantic_web_mbsj2013
 
The Progress on Sagace and Data Integration
The Progress on Sagace and Data IntegrationThe Progress on Sagace and Data Integration
The Progress on Sagace and Data Integration
 
26th mtg
26th mtg26th mtg
26th mtg
 
25th mtg 1
25th mtg 125th mtg 1
25th mtg 1
 
Schema.org extension for biological database @ Biohackathon2013
Schema.org extension for biological database @ Biohackathon2013Schema.org extension for biological database @ Biohackathon2013
Schema.org extension for biological database @ Biohackathon2013
 
Life Science Database Cross Search and Metadata
Life Science Database Cross Search and MetadataLife Science Database Cross Search and Metadata
Life Science Database Cross Search and Metadata
 
Cellsalon5
Cellsalon5Cellsalon5
Cellsalon5
 
Cell salon vol5
Cell salon vol5Cell salon vol5
Cell salon vol5
 

40th MTG in NIBIO