giw2005-bioruby-bof.key

Size: px
Start display at page:

Download "giw2005-bioruby-bof.key"

Transcription

1 2005 IPA Ruby ::: BioRuby + ChemRuby ::: <k@bioruby.org> + BioRuby:, + ChemRuby:

2 O B F ( BioPerl, BioPython, BioJava,.. (

3 Ewan Birney BioPerl BioRuby BioRuby BioRuby ChemRuby

4 (TB)

5 / 1 /

6 DNA(, ) DB EMBL UniProt RefSeq GenBank GenPept GENES ENZYME LIGAND COM POUND PubChe m UCSC Ensembl KEGG DAS, DB PubMed PATHWAY PDB TINKER HMMER

7 ( ) I/O ( ) ( )

8 BOSC2005 Bio + Chem Bio Chem

9 * * * * * * BioRuby

10 (GenBank, UniProt,...) (PDB,...) HEADER LIGASE 15-DEC-04 1VQ3 TITLE CRYSTAL STRUCTURE OF PHOSPHORIBOSYLFORMYLGLYCINAMIDINE TITLE 2 SYNTHASE, PURS SUBUNIT (EC ) (TM1244) FROM TITLE 3 THERMOTOGA MARITIMA AT 1.90 A RESOLUTION : ATOM 1 N HIS A ATOM 2 CA HIS A ATOM 3 C HIS A ATOM 4 O HIS A ATOM 5 CB HIS A XML (DAS, KGML,...) <?xml version="1.0" standalone="yes"?> <!DOCTYPE DASGFF SYSTEM " <DASGFF> <GFF version="1.01" href=" features?segment=eco%3a %2c "> <SEGMENT id="eco" start=" " stop=" " version="1.0"> <FEATURE id="ec: /7199" label=" "> <TYPE id="enzyme:kegg" category="enzyme">enzyme:kegg</type> <METHOD id="enzyme">enzyme</method> <START> </START> <END> </END> (ArrayExpress,...) Affymetrix:CompositeSequence:HG_U95Av2:AFFX-HUMGAPDH/M33197_5_at AFFX-HUMGAPDH/M33197_5_at IPB M33197 ENSG Affymetrix:CompositeSequence:HG_U95Av2:AFFX-HUMGAPDH/M33197_M_at AFFX-HUMGAPDH/M33197_M_at IPB M33197 ENSG Affymetrix:CompositeSequence:HG_U95Av2:AFFX-HUMGAPDH/M33197_3_at AFFX-HUMGAPDH/M33197_3_at IPB M33197 ENSG

11 BioRuby >> (TB) (>700DB) Perl BioPerl NAR DB issue Perl Ruby The 2005 update includes 719 databases

12 * * * * * * * ChemRuby

13 (SMILES, InChI,...) CC1C(C(CC(O1)OC2C(C(C(OC2OC3=C4C=C5C=C3OC6=C(C=C(C=C6)C(C(C (=O)NC(C(=O)NC5C(=O)NC7C8=CC(=C(C=C8)O)C9=C(C=C(C=C9C(NC (=O)C(C(C1=CC(=C(O4)C=C1)Cl)O)NC7=O)C(=O)O)O)O)CC(=O)N)NC(=O) C(CC(C)C)NC)O)Cl)CO)O)O)(C)N)O (MDL, Tinker,...) ISISHOST D XML (CML, CDXML,...) <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE CDXML SYSTEM " > <CDXML CreationProgram="ChemDraw 7.0" Name="hypericin.mol" BoundingBox=" " V P O O O O M END (CDX,...) : 0d6a jCD : e : d e ChemDraw : 0f e2e hypericin.cd : ff ffff ffff ff x : ff ff ff ffff ff : 00ff ff ff ffff ff ff...

14 DB

15 ChemRuby DB ChemRuby kcf, sdf, rdf, rxn, mol, msi, g98, cdx EPS OpenBabel (sf.net) - (tinker) (subcomp),

16 Innovation & Business Architecture Inc. BioRuby ChemRuby

17 RefSeq PDB PubMed PubChe m GenPept EMBL UniProt GenBank DNA(, ) DB GENES ENZYME PATHWAY COM POUND UCSC Ensembl KEGG DAS Bio::DAS (REST CGI) Bio::Flat(BDB) Bio::Fetch(HTTP) Bio::SQL(RDB) Bio::KEGG::API (SOAP/WSDL) Bio::GenBank, Bio::EMBL etc. E-Utils (CGI) Bio::Pathway Bio::Sequence Bio::Reference Bio::BLAST, Bio::HMMER etc. HMMER TINKER, DB LIGAND Bio Chem

18 KEGG DB KEGG API (SOAP ), KEGG DAS ( ) ChemRuby + subcomp Connect seamlessly.. BioRuby + KEGG API # 106 # # process KEGG Expression data here... serv = Bio::KEGG::API.new list = serv.list_pathways(org) list.each do path pathway = path.entry_id fg_list = Array.new bg_list = Array.new genes = serv.get_genes_by_pathway(pathway) genes.each do gene fg_list << "#000000" bg_list << hash[gene] "#cccccc" end url = serv.color_pathway_by_objects(pathway, genes, fg_l serv.save_image(url) end

19 Ruby CGI SOAP

20

21 Ruby BioPerl 20 C YARV 49

22 7 BioRuby Ruby1.8 BioRuby API UnitTest OpenBio 2 BioRuby 1.0 ChemRuby 1.0

23 BioRuby/ChemRuby

24 BioRuby/ChemRuby 1. API RDoc

25 BioRuby/ChemRuby 1. API RDoc

26 BioRuby/ChemRuby 1. API RDoc

27 BioRuby/ChemRuby 1. API RDoc BioRuby + ChemRuby

28 BioRuby/ChemRuby 1. API RDoc BioRuby + ChemRuby 5. Test::Unit 6. -

29 BioRuby/ChemRuby 1. API RDoc BioRuby + ChemRuby 5. Test::Unit 6. -

30

31

32 Thank you, Pjotr!

33 RDoc

34 README.DEV LGPL Test::Unit autoload

35 BioPerl BioRuby

36

37

38 BOSC2005 Bioinformatics Open Source Coference BioPerl 2005/06/23

39 Ruby

40 DNA

41 BioRuby/ChemRuby

42

43

44 autoload ruby -r bio -e 0 30 % repeat 10 { time ruby -r bio -e 0 } : 0.74s user 0.16s system total (9/10): 0.01s user 0.01s system total

45 bioruby -- irb DB

46 Bio::KEGG::KGML Bio::KEGG::EXPRESSION Bio::ColorScheme

47

48

49 Innovation & Business Architecture Inc. BioRuby ChemRuby

50 ChemRuby

51 (MDL, Tinker,...) ISISHOST D V P O O O O M END (SMILES, InChI,...) XML (CML, CDXML,...) <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE CDXML SYSTEM " > <CDXML CreationProgram="ChemDraw 7.0" Name="hypericin.mol" BoundingBox=" " CC1C(C(CC(O1)OC2C(C(C(OC2OC3=C4C=C5C=C3OC6=C(C=C(C=C6)C(C(C (=O)NC(C(=O)NC5C(=O)NC7C8=CC(=C(C=C8)O)C9=C(C=C(C=C9C(NC (=O)C(C(C1=CC(=C(O4)C=C1)Cl)O)NC7=O)C(=O)O)O)O)CC(=O)N)NC(=O) C(CC(C)C)NC)O)Cl)CO)O)O)(C)N)O (CDX,...) : 0d6a jCD : e : d e ChemDraw : 0f e2e hypericin.cd : ff ffff ffff ff x : ff ff ff ffff ff : 00ff ff ff ffff ff ff...

52 LogP Graph

53

54 NP 10 CPU Boost Graph Library VF

55 Adjacency Matrix

56 Adjacency Matrix

57 Finding Match Matrix

58 Match Matrix

59 int numofbits(int bits) { int num = 0; int mask = 1; for( ; mask!= 0 ; mask = mask << 1 ){ if( bits & mask ) num++ ; } return num; } int numofbits(long bits) { bits = (bits & 0x ) + (bits >> 1 & 0x ); bits = (bits & 0x ) + (bits >> 2 & 0x ); bits = (bits & 0x0f0f0f0f) + (bits >> 4 & 0x0f0f0f0f); bits = (bits & 0x00ff00ff) + (bits >> 8 & 0x00ff00ff); return (bits & 0x0000ffff) + (bits >>16 & 0x0000ffff); }

60

61

62 API

63

64

65 Test::Unit 51.6%

66 Test::Unit ruby install.rb test

67

68

69

70 KEGG API

71 KEGG API v , , ,408 58,125 56,986 28,529 24,815 24, , ,866 1,348,470 2,688,317 SOAP::Lite/Perl/0.60 SOAP4R/1.5.3-ruby1.8.2 Axis/1.2RC2 SOAP4R/1.5.2 SOAPpy/ Axis/1.2RC1 SOAP::Lite/Perl/0.55 Axis/1.1 SOAPpy/ SOAP4R/1.5.3-ruby1.8.2-http-acc Axis/1.2RC3 Axis/1.2beta

72 KEGG API v , , ,802 71,742 29,953 24, ,343 1,422,207 1,536,014 1,840,929 SOAP4R/1.5.2 SOAP4R/1.5.3-ruby1.8.2 SOAP::Lite/Perl/0.60 SOAPpy/ SOAP::Lite/Perl/0.55 SOAPpy/ Axis/1.2.1 Axis/1.2alpha Axis/1.2RC2 SOAPpy/0.11.3

73 11-12 KAST 1, Test::Unit, YARV 2 BioRuby, ChemRuby 1.0 SciRuby, )

74 BioRuby ChemRuby

75 01_cpd_C _bsu_BG _cpd_C _bsu_BG _cpd_C _bsu_BG _cpd_C _bsu_BG _cpd_C _bsu_BG _cpd_C _bsu_BG _cpd_C _bsu_BG _cpd_C _bsu_BG _cpd_C00074

76

未踏成果報告会-fix.key

未踏成果報告会-fix.key BioRuby/ChemRuby http://www.tmd.ac.jp/artsci/biol/textbook/celltop.htm 350 280 210 140 2000 / 1 / 27 70 0 1995 96 97 98 99 2000 01 02 03 04 05 RefSeq PDB PubMed PubChem GenPept EMBL UniProt GenBank

More information

20110325-ob14-ktym-revised.key

20110325-ob14-ktym-revised.key BioRuby 10 http://bioruby.org/ 46th SIG-MBI / 14th Open Bio 2011/3/25-26 @ JAIST 2000 BioPerl KEGG, GenBank Perl BioPerl BioPerl Ruby BioRuby 2000 2001 BOSC - Bioinformatics Open Source

More information

ngoto-biotree-public.ppt

ngoto-biotree-public.ppt BioRuby 200732 2005 2005 : 719 : GenBank, EMBL, DDBJ, PDB, KEGG, Galperin, M.Y. (2005) The Molecular Biology Database Collection: 2005 update. Nucleic Acids Research, 33: D5-D24. : 129448 : BLAST, FASTA,

More information

<URL: KEGG API Ruby, Perl, Python, Java KEGG API SOAP WSDL Ruby Ruby SOAP Ruby SOAP4R, devel-logger, http-

<URL:  KEGG API Ruby, Perl, Python, Java KEGG API SOAP WSDL Ruby Ruby SOAP Ruby SOAP4R, devel-logger, http- KEGG API KEGG API KEGG KEGG KEGG API KEGG API Ruby SOAP WSDL Perl, Python, Java KEGG API KEGG API Ruby Perl Python Java KEGG API WSDL SSDBRelation, ArrayOfSSDBRelation MotifResult, ArrayOfMotifResult Definition,

More information

BioRuby Ruby Bioinfomatics Blast BioPerl, BioJava, BIoPython Ruby

BioRuby Ruby Bioinfomatics Blast BioPerl, BioJava, BIoPython Ruby BioRuby, BioRuby Ruby Bioinfomatics Blast BioPerl, BioJava, BIoPython Ruby Open Bio* O B F -- Open Bio Foundation BioRuby Ensembl BioCaml BioPerl OmniGene BioLisp BioPython GMOD BioConductor BioJava Apollo

More information

class Cpd MW = { 'C'=>12.011, 'H'=>1.00794, 'N'=>14.00674, 'O' => 15.9994, 'P' => 30.973762 } def initialize @comp = Hash.new attr_accessor :name, :definition, :formula # formula def composition @formula.scan(/([a-z]+)(\d+)/)

More information

PowerPoint Presentation

PowerPoint Presentation DNA 87 ( ) Nucleic Acids ResearchDB RNA 29 94 58 29 18 43 153 : 511 Bio DB Catalog (DBCAT) http://www.infobiogen.fr/services/dbcat/ 2 GenBank MB SRS) DAS) 3 4 5 A A A 6 OGSA-DAI 7 9 DB Medical Encyclopedia

More information

10000bp FASTA 1000bp 10000bp 3' i = 1 remainder = seq.window_search(10000, 9000) do subseq puts subseq.to_fasta("segment #{i}", 60) i += 1 puts remain

10000bp FASTA 1000bp 10000bp 3' i = 1 remainder = seq.window_search(10000, 9000) do subseq puts subseq.to_fasta(segment #{i}, 60) i += 1 puts remain BioRuby (Bio::Sequence ) atgcatgcaaaa codontable.rb seq = Bio::Sequence::NA.new("atgcatgcaaaa") puts seq puts seq.complement puts seq.subseq(3,8) p seq.gc_percent p seq.composition puts seq.translate puts

More information

KNOB Knoppix for Bio Itoshi NIKAIDO

KNOB Knoppix for Bio Itoshi NIKAIDO KNOB Knoppix for Bio Itoshi NIKAIDO Linux Grasp the KNOB! grasp 1, (grip). 2,, (understand). [ 2 ] What s KNOB CD Linux Bioinformatics KNOB Why KNOB? Bioinformatics What

More information

KNOB? KNOB KNOB

KNOB? KNOB KNOB KNOB Itoshi NIKAIDO itoshi@saitama-med.ac.jp KNOB? KNOB KNOB Bioinformatics? データタイプがいっぱい EMBOSS = 160 aaindexextract,abiview,acdc,acdpretty,acdtable,acdtrace,acdvalid,antigenic,backtranseq,ba nana,biosed,btwisted,cai,chaos,charge,checktrans,chips,cirdna,codcmp,coderet,compseq,

More information

02

02 54 163116831 02 1 168 54 158 53 162 53 148 52 152 52 10,000 0 40,000 30,000 20,000 50,000 70,000 60,000 1,000 500 1,500 2,000 0 2,500 3,000 4,000 3,500 4,500 168 54 158 53 162 53 148 52 152 52 03 52148

More information

BioRuby入門

BioRuby入門 BioRuby 入門 後藤直久 2005 年 7 月 9 日 BioRuby とは? バイオインフォマティクスに必要な機能や環境をオブジェクト指向スクリプト言語 Ruby を用いて統合的に実装したライブラリ http://bioruby.org bioruby.org/ バイオインフォマティクス (Bioinformatics) バイオ (bio) : 生物学 インフォマティクス (informatics):

More information

KNOB Bio KNOPPIX

KNOB Bio KNOPPIX KNOPPIX for Bio 1CD Linux Itoshi NIKAIDO KNOB Bio KNOPPIX Knoppix for Bio KNOPPIX JP Itoshi NIKAIDO 2004/01/29 1.1.0 1.3.1 bio OS Mac OS X Xcode/fink Windows Cygwin Linux

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

XISによる効率良いシステム開発のポイント

XISによる効率良いシステム開発のポイント XML excelon XIS excelon XIS XML April 17, 2002 excelon Extensible Information Server Page 2 Overview XML DOM (XML ) ( ) excelon XIS (DOM ) CRUD ( XML ) amazon.com 2,000 / 100 / GUI / ( 10 ) Windows (NT/2000/XP),

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

yakugaku-kot.ppt

yakugaku-kot.ppt 2009 Masaaki Kotera kot@kuicr.kyoto-u.ac.jp 2 I II / A () B1 () B2 B12 C () D A D () () () () DNA 5- http://www.genome.jp/kegg/pathway.html KEGG PATHWAY Database Xenobiotics biodegradation http://www.genome.jp/kegg/pathway.html

More information

<4D F736F F F696E74202D205B979D8CA C5D20836F CA48B868ED28CFC82AF8E B F72312E B8CD

<4D F736F F F696E74202D205B979D8CA C5D20836F CA48B868ED28CFC82AF8E B F72312E B8CD 理研シンポジウム 2008 独立行政法人理化学研究所和光本所鈴木梅太郎ホール 2008 年 3 月 13 日 バイオ研究者向け支援サービス 独立行政法人理化学研究所情報基盤センター横浜チーム スパコン利用者から見るバイオインフォマティクス概要 工学 12% 脳科学 3% 情報工学 7% 化学 7% 物理学 35% ライフサイエンス 36% RSCC( スパコン ) 利用のユーザ比率 工学情報工学 2%

More information

PDBj : : 1

PDBj : : 1 PDB (PDBj) http://www.pdbj.org Mar. 3, 2008 PDBj : : 1 PDBj PDB ID / / XML (xpsss) (Sequence-Navigator) (Structure-Navigator) (ASH) (ProMode) (ef-site) (EM-Navigator) New! GUI (Protein Globe) New! (eprots)

More information

untitled

untitled Struts IT Open Source JavaEE Application Consulting Struts Open Source JavaWorld Jakarta 4 Jakarta/Apache Copyright(c) yukimitsu kurozumi 2007 All Rights Reserved. 2 1986 150 CAC OSS Consulting,, Web System

More information

Rotem Meter View Software

Rotem Meter View Software Rotem Meter View (RMV) Version 2.05 Rotem Meter View Software PRIR42X9.DOC Page 1 1... 3 2... 3 3... 3 4... 4 5... 4 5.1 PC COM... 4 5.2 Excel... 5 5.3... 5 5.3.1... 5 5.3.2 Lost Contact Interval... 6

More information

, ,279 w

, ,279 w No.482 DEC. 200315 14 1754,406 100.0 2160,279 w 100 90 80 70 60 50 40 30 20 10 28.9 23.8 25.0 19.3 30.4 25.0 29.5 80.7 75.0 75.0 70.5 71.1 69.6 76.2 7 8 9 10 11 12 13 23.2 76.8 14 14 1751,189 100.0 2156,574

More information

untitled

untitled Project Zero Web Web Oriented Architecture(WOA) HVSC. Beta Works 2 3 Ajax Asynchronous + JavaScript + XML JavaScript (XMLHttpRequest) XML, JSON XHTML HTML CSS Document Object Model (DOM) ( ) ( ) Web Web

More information

プレゼンテーション3

プレゼンテーション3 ryamasi@hgc.jp >cdna_test CCCCTGCCCTCAACAAGATGTTTTGCCAACTGGCCAAGACCTGCCCTGTGCAGCTGTGGGTTGATTCCAC ACCCCCGCCCGGCACCCGCGTCCGCGCCATGGCCATCTACAAGCAGTCACAGCACATGACGGAGGTTGTG AGGCGCTGCCCCCACCATGAGCGCTGCTCAGATAGCGATGGTCTGGCCCCTCCTCAGCATCTTATCCGAG

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 13 2007-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,

More information

AJACS18_ ppt

AJACS18_ ppt 1, 1, 1, 1, 1, 1,2, 1,2, 1 1 DDBJ 2 AJACS3 2010 6 414:20-15:20 2231 DDBJ DDBJ DDBJ DDBJ NCBI (GenBank) DDBJ EBI (EMBL-Bank) GEO DDBJ Omics ARchive(DOR) ArrayExpress DTA (DDBJ Trace Archive) DRA (DDBJ

More information

Open Bio* O B F -- Open Bio Foundation BioRuby BioPerl BioPython BioJava BioDAS BioMOBY BioPipe EMBOSS Ensembl OmniGene GMOD GBrowse Apollo OBDA BioCa

Open Bio* O B F -- Open Bio Foundation BioRuby BioPerl BioPython BioJava BioDAS BioMOBY BioPipe EMBOSS Ensembl OmniGene GMOD GBrowse Apollo OBDA BioCa BioRuby 片山!俊明! 京大化研バイオインフォマティクスセンター 2003/1/28 infobiologist 第二回研究会 ۆ 伝研 Open Bio* O B F -- Open Bio Foundation BioRuby BioPerl BioPython BioJava BioDAS BioMOBY BioPipe EMBOSS Ensembl OmniGene

More information

HITACHI 液晶プロジェクター CP-AX3505J/CP-AW3005J 取扱説明書 -詳細版- 【技術情報編】

HITACHI 液晶プロジェクター CP-AX3505J/CP-AW3005J 取扱説明書 -詳細版- 【技術情報編】 B A C E D 1 3 5 7 9 11 13 15 17 19 2 4 6 8 10 12 14 16 18 H G I F J M N L K Y CB/PB CR/PR COMPONENT VIDEO OUT RS-232C LAN RS-232C LAN LAN BE EF 03 06 00 2A D3 01 00 00 60 00 00 BE EF 03 06 00 BA D2 01

More information

プレゼンテーション2.ppt

プレゼンテーション2.ppt ryamasi@hgc.jp BLAST Genome browser InterProScan PSORT DBTSS Seqlogo JASPAR Melina II Panther Babelomics +@ >cdna_test CCCCTGCCCTCAACAAGATGTTTTGCCAACTGGCCAAGACCTGCCCTGTGCAGCTGTGGGTTGATTCCAC ACCCCCGCCCGGCACCCGCGTCCGCGCCATGGCCATCTACAAGCAGTCACAGCACATGACGGAGGTTGTG

More information

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

(タイトル未定)

(タイトル未定) 次世代シーケンシングデータ解析の可能性を拡げる信頼性に優れた道具としての解析システム Takeru for Sequencer シリーズ 2013.10.29 生命医薬情報学連合大会 2013 Luncheon seminar 株式会社ナベンターナショナルセールスマーケテゖング部渡辺理恵 1 今日お話しすること データ解析ソフトウェゕ 使用にあたり発生する問題とそれらへの Takeru による対応

More information

取扱説明書 -詳細版- 液晶プロジェクター CP-AW3019WNJ

取扱説明書 -詳細版- 液晶プロジェクター CP-AW3019WNJ B A C D E F K I M L J H G N O Q P Y CB/PB CR/PR COMPONENT VIDEO OUT RS-232C LAN RS-232C LAN LAN BE EF 03 06 00 2A D3 01 00 00 60 00 00 BE EF 03 06 00 BA D2 01 00 00 60 01 00 BE EF 03 06 00 19 D3 02 00

More information

untitled

untitled OSS IBM i IBM i OSS - TCOOSS - ERP: Compiere e-commerce: oscommerce CRM: Sugar CRM CMS: XOOPS BI: Pentaho My SQL PASE PHP / JAVA / perl / Ruby IFS Tomcat IBM i POWER Apache DB2 Websphere Application Server

More information

NL-20取扱説明書_操作編

NL-20取扱説明書_操作編 MIC / Preamp A C AMP 1 AMP 2 AMP 3 FLAT FLAT CAL.SIG. OVER LOAD DET. AMP 4 AMP 5 A/D D/A CONV. V ref. AMP 8 AMP 10 DC OUT AC OUT AC DC OUT DATA BUS CPU ADDRESS BUS DSP Start Pause Stop Store Mode Cont

More information

ウェブサービスとは WWWを介してデータの取得 解析などをサー バ側で行うサービス 人が直接使うことは意図されていない プログラム等を使って大量に処理できる(単純) 作業を意図している SOAP, REST

ウェブサービスとは WWWを介してデータの取得 解析などをサー バ側で行うサービス 人が直接使うことは意図されていない プログラム等を使って大量に処理できる(単純) 作業を意図している SOAP, REST PDBj のウェブサービス 金城 玲 大阪大学蛋白質研究所 日本蛋白質構造データバンク PDBj ウェブサービスとは WWWを介してデータの取得 解析などをサー バ側で行うサービス 人が直接使うことは意図されていない プログラム等を使って大量に処理できる(単純) 作業を意図している SOAP, REST PDBjの提供するウェブサービス 大きく分けて2種類 PDBデータの取得 検索用のRESTfulウェブサービ

More information

FileMaker Server 16 インストールおよび構成ガイド

FileMaker Server 16 インストールおよび構成ガイド FileMaker Server 16 2007-2017 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 12 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. Bento FileMaker, Inc. FileMaker

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 9 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker,

More information

計算機生命科学の基礎II_

計算機生命科学の基礎II_ Ⅱ 1.4 atsushi_doi@cell-innovator.com 812-8582 3-1-1 8 806 http://www.cell-innovator.com BioGPS Connectivity Map The Cancer Genome Atlas (TCGA); cbioportal GO DAVID, GSEA WCGNA BioGPS http://biogps.org/

More information

2015-s6-4g-pocket-guidebook_H1-4.indd

2015-s6-4g-pocket-guidebook_H1-4.indd 56C504-01 2 47 47 32 3435 35 2124 26 26 26 424343 434446 4646 12 14 16 18 20 4 28 30 31 36 37 38 42 47 48 49 4 4 4 3 4 5 16 16 6 6 18 18 32 32 30 30 7 20 20 8 9 28 31 10 Do you have a? 36 Do you have

More information

HITACHI 液晶プロジェクター CP-EX301NJ/CP-EW301NJ 取扱説明書 -詳細版- 【技術情報編】 日本語

HITACHI 液晶プロジェクター CP-EX301NJ/CP-EW301NJ 取扱説明書 -詳細版- 【技術情報編】 日本語 A B C D E F G H I 1 3 5 7 9 11 13 15 17 19 2 4 6 8 10 12 14 16 18 K L J Y CB/PB CR/PR COMPONENT VIDEO OUT RS-232C RS-232C RS-232C Cable (cross) LAN cable (CAT-5 or greater) LAN LAN LAN LAN RS-232C BE

More information

TCP TCP TCP fin TCP NULL UDP ICMP Unreachable finger phf nph-test-cgi php ftp 18 1

TCP TCP TCP fin TCP NULL UDP ICMP Unreachable finger phf nph-test-cgi php ftp 18 1 1 1 1.1 TCP 1 1.2 TCP 3 1.3 TCP fin 5 1.4 TCP NULL 7 1.5 UDP ICMP Unreachable 10 1.6 finger 12 1.7 phf 13 1.8 nph-test-cgi 14 1.9 php 16 1.10 ftp 18 1.11 http 23 1.12 smtp VRFY,EXPN 26 1.13 smtp 27 1.14

More information

スライド 1

スライド 1 BioRuby 入 門 はじめてのプログラム 言 語 Naohisa Goto / 後 藤 直 久 Genome Information Research Center, Research Institute for Microbial Diseases, Osaka Univ. 大 阪 大 学 微 生 物 病 研 究 所 附 属 遺 伝 情 報 実 験 センター Email: ngoto@gen-info.osaka-u.ac.jp

More information

Title 体 験 話 法 の 機 能 について : 二 重 の 視 点 性 の 観 点 から Author(s) 三 瓶, 裕 文 Citation (37): 17-32 Issue 2012-05 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/25722 Right Hitotsubashi

More information

2

2 from One 1 2 24 2 3 4 30 4 5 47 13 6 7 34 2 13 8 34.................................. 9 15-1-5 15-1-4 10 11 12 12 13 14 15 A ( 1) A A 2 B B 16 2 2 17 3 C C 18 3 19 ( ) 15 2 5 ( 56 2 16 20 2 5 ) (1) (2)

More information

fp.gby

fp.gby 1 1 2 2 3 2 4 5 6 7 8 9 10 11 Haskell 12 13 Haskell 14 15 ( ) 16 ) 30 17 static 18 (IORef) 19 20 OK NG 21 Haskell (+) :: Num a => a -> a -> a sort :: Ord a => [a] -> [a] delete :: Eq a => a -> [a] -> [a]

More information

(Keiichiro Ono) UC, San Diego Trey Ideker Lab Research Associate/ Software Engineer 2

(Keiichiro Ono) UC, San Diego Trey Ideker Lab Research Associate/ Software Engineer 2 Google Summer of Code, Mentor Summit, and Open Source Software Development Keiichiro Ono UC, San Diego Department of Medicine @SCDN Dec. 5, 2009 1 (Keiichiro Ono) UC, San Diego Trey Ideker Lab Research

More information

2

2 Curl http://www.curlap.com TEL:03-5547-3866 FAX:03-5547-3867 tumemura@curlap.com 2 4 Web2.0 1 2 3 GUI 3 Web Web Etc URL http://www.xxxx.com/app/ Curl XML Curl SOAP HTTP HTTPS JIT Curl Curl RTE Curl Runtime

More information

{:from => Java, :to => Ruby } Java Ruby KAKUTANI Shintaro; Eiwa System Management, Inc.; a strong Ruby proponent http://kakutani.com http://www.amazon.co.jp/o/asin/4873113202/kakutani-22 http://www.amazon.co.jp/o/asin/477413256x/kakutani-22

More information

Bio-Mirror Project

Bio-Mirror Project Bio-Mirror 鵜川義弘 @ 宮城教育大学 広帯域ネットワーク利用に関するワークショップ http://www.bio-mirror.net/ Don Gilbert1*, Yoshihiro Ugawa2, Markus Buchhorn3, Tan Tin Wee4, Akira Mizushima5, Hyunchul Kim6, Kilnam Chon6, Seyeon Weon7,

More information

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」

Nios® II HAL API を使用したソフトウェア・サンプル集 「Modular Scatter-Gather DMA Core」 ALTIMA Company, MACNICA, Inc Nios II HAL API Modular Scatter-Gather DMA Core Ver.17.1 2018 8 Rev.1 Nios II HAL API Modular Scatter-Gather DMA Core...3...3...4... 4... 5 3-2-1. msgdma... 6 3-2-2. On-Chip

More information

template.dvi

template.dvi XVI W I D E P R O J E C T 16 1 igeoid Internet GEOgraphical Information Platform Development ULP 2 2.1 PDA GPS Global Positioning System IC RFID ID LAN 2.1.1 GPS LAN IC 2.1 2.2 2.2.1 163 16 16 16 W I

More information

FileMaker Server 15 入門ガイド

FileMaker Server 15 入門ガイド FileMaker Server 15 2007-2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker,

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 200831012 200810-12 200810-12 200710-12 669 749 700 7.0 % 70 116 99 16.5 % 599 633 600 5.4 % 331 331 312 6.0 % 328 328 308 6.5 % 191 191 171 11.4 % EPS 322 322 283 13.6 % 5,928 5,928 6,048-2.0 % EPS

More information

Title スポーツの国際化とスポーツビジネス Author(s) Citation 研究年報, 1988: 46-56 Issue 1988-08-01 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/7415 Right Hitotsubashi University

More information

Version C 1 2 3 4 5 1 2 3 4 5 6 7 8 9 0 A 1 2 1 3 4 5 1 1 2 1 1 1 2 4 5 6 7 8 3 1 2 C a b c d e f g A A B C B a b c d e f g 3 4 4 5 6 7 8 1 2 a b 1 2 a b 1 2 1 2 5 4 1 23 5 6 6 a b 1 2 e c d 3

More information

ホロン株式会社のご紹介

ホロン株式会社のご紹介 1 2 3 HiBase DBMS HiBase RDB DBMS DB 4 Win/Mac/Linux/Unix/PalmOS/PocketPC DB CD Web Web CGI Web Tida Web GUI WebDB HiBase Tida Mac/Win/Palm XML HiBase XML HiBase API DBMS API XML XML 5 6 2 7 3 8 4 9 5

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

Titleエジプトにおける 私 的 土 地 所 有 権 の 確 立 Author(s) 加 藤, 博 Citation Issue 1983-12-14 Date Type Thesis or Dissertation Text Version publisher URL http://hdl.handle.net/10086/18306 Right Hitotsubashi University

More information

プラズマ核融合学会誌4月【84-4】/講座5

プラズマ核融合学会誌4月【84-4】/講座5 Practical Data Analysis Using Open Source Software 5. Ruby for Geophysical Fluid Sciences HORINOUCHI Takeshi corresponding author s e-mail: horinout rish.kyoto-u.ac.jp air lon lat level time global_temp.rb

More information

勉強会の流れ Google API の概要 デモ curl で実際に体験 Copyright 2010 SRA OSS, Inc. Japan All rights reserved. 2

勉強会の流れ Google API の概要 デモ curl で実際に体験 Copyright 2010 SRA OSS, Inc. Japan All rights reserved. 2 Google API 勉強会 SRA OSS, Inc. 日本支社山本博之 2010 年 12 月 13 日 勉強会の流れ Google API の概要 デモ curl で実際に体験 Copyright 2010 SRA OSS, Inc. Japan All rights reserved. 2 Sylpheed Pro 2.0 Sylpheed + Sylpheed Pro アドオンメール全文検索スケジューラ

More information

_02-5.ppt

_02-5.ppt CONNECT EVERYTHING. ACHIEVE ANYTHING. Sonic XML Server 2005 3 14 Agenda 2 2005 Sonic Software Corporation Sonic Software Corporation 1998 1999 12 SonicMQ 2002 3 Sonic ESB ESB

More information

1 1 2 2 3 3 3.1 RSS Dripper [1]............................................ 3 3.2 Whazzup [2].............................................. 3 3.3 Summ

1 1 2 2 3 3 3.1 RSS Dripper [1]............................................ 3 3.2 Whazzup [2].............................................. 3 3.3 Summ 2011 08H046 1 1 2 2 3 3 3.1 RSS Dripper [1]............................................ 3 3.2 Whazzup [2].............................................. 3 3.3 Summify [3]..............................................

More information

untitled

untitled DCMI nagamori@slis.tsukuba.ac.jp DCMI Metadata Schema Registry DCMI Dublin Core Metadata Initiative authoritative source 2004/10/29 2 1 Metadata is the information and documentation which makes data understandable

More information

Web SOAP Internet Web REST SOAP REST 3 REST SOAP 4

Web SOAP Internet Web REST SOAP REST 3 REST SOAP 4 XML Day Web2.0 REST SOAP SOAP REST WADL, WSDL2.0 REST SOAP " " 2006 12 11 XML Web2.0 SOAP REST 2 Web SOAP Internet Web REST SOAP REST 3 REST SOAP 4 REST Representational State Transfer REST Web URL XML

More information

19 6 1 1km 5km CL 1 CL 2 CL 3 CL 2 2 CL 3 7/1 6:00 7/1 6:30 7/1 7:00 7/1 7:30 7/1 8:00 7/1 8:30 7/1 9:00 7/1 9:30 7/3 20:30 7/3 21:00 7/3 21:30 7/3 22:00 7/3 22:30 7/3 23:00 7/3 23:30 7/4 0:00 5km 1 2

More information

Windows Macintosh 18 Java Windows 21 Java Macintosh

Windows Macintosh 18 Java Windows 21 Java Macintosh 2 2 2 6 6 6 12 16 17 18 Windows Macintosh 18 Java Windows 21 Java Macintosh 23 25 26 26 27 33 34 40 48 55 57 60 Sun Sun Microsystems Java Java Sun Microsystems, Inc. Microsoft Windows Windows Microsoft

More information

第3回_416.ppt

第3回_416.ppt 3 3 2010 4 IPA Web http://www.ipa.go.jp/security/awareness/vendor/programming Copyright 2010 IPA 1 3-1 3-1-1 SQL #1 3-1-2 SQL #2 3-1-3 3-1-4 3-2 3-2-1 #2 3-2-2 #1 3-2-3 HTTP 3-3 3-3-1 3-3-2 Copyright 2010

More information

Title セブンリベラルアーツとはどこから来た何ものか Author(s) 半田, 智久 Citation お茶の水女子大学人文科学研究 Issue Date 2010-03-30 URL http://hdl.handle.net/10083/48997 Rights Resource Type Departmental Bulletin Paper Resource Version publisher

More information

Title だ が 使 われるとき Author(s) 三 枝, 令 子 Citation 一 橋 大 学 留 学 生 センター 紀 要, 4: 3-17 Issue 2001-07-31 Date Type Departmental Bulletin Paper Text Version publisher URL http://hdl.handle.net/10086/8580 Right Hitotsubashi

More information

untitled

untitled 2004 1094 1.... 1 1.1....1 1.2....3 1.3....3 2. POSTGRESQL... 5 2.1. POSTGRESQL DB UNIX...5 2.2. POSTGRESQL DB WINDOWS...8 3. XML... 12 3.1. XINDICE (NATIVE XML DATABASE)... 12 3.2. XINDICE... 12 3.3.

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS 2 Single Sign On 1,3, 2,3, 2, 2,3 1 2 3 May 31, 2007 ITRC p. 1/29 Plan of Talk Brief survey of Single Sign On using CAS Brief survey of Authorization Environment using CAS 2 Summary May 31, 2007 ITRC

More information

Title 産 業 化 の 理 論 としてのマーケティング Author(s) 山 下, 裕 子 Citation 一 橋 論 叢, 113(4): 379-398 Issue 1995-04-01 Date Type Departmental Bulletin Paper Text Version publisher URL http://doi.org/10.15057/12225 Right

More information

"CAS を利用した Single Sign On 環境の構築"

CAS を利用した Single Sign On 環境の構築 CAS Single Sign On (Hisashi NAITO) naito@math.nagoya-u.ac.jp Graduate School of Mathematics, Nagoya University naito@math.nagoya-u.ac.jp, Oct. 19, 2005 Tohoku Univ. p. 1/40 Plan of Talk CAS CAS 2 CAS Single

More information

' ' ' '

' ' ' ' Title 保 育 における 子 ども 理 解 の 人 間 学 的 考 察 : 子 どもの 怒 り を 手 がかりに Author(s) 金, 允 貞 Citation 人 間 文 化 創 成 科 学 論 叢 Issue Date 2009-03-31 URL http://hdl.handle.net/10083/34674 Rights Resource Type Departmental Bulletin

More information

'

' Title 少 年 非 行 と 障 害 の 関 連 性 の 語 られ 方 : DSM 型 診 断 におけ る 解 釈 の 特 徴 と 限 界 Author(s) 木 村, 祐 子 Citation 人 間 文 化 創 成 科 学 論 叢 Issue Date 2009-03-31 URL http://hdl.handle.net/10083/34661 Rights Resource Type Departmental

More information

Title Author(s) 黄, [ リン ] Kobe University Repository : Kernel 現地化戦略と中国事業の経営業績 (Localization and Performance of Chinese Business) Citation 国民経済雑誌,192(5):15-26 Issue date 2005-11 Resource Type Resource Version

More information

1

1 1 2 3 4 HiBase DBMS HiBase RDB DBMS DB 5 Win/Mac/Linux/Unix/PalmOS/PocketPC DB CD Web Web CGI Web Tida Web GUI WebDB HiBase Tida Mac/Win/Palm XML HiBase XML HiBase API DBMS API XML 6 2 7 8 3 DELL 40 9

More information

All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 1

All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 1 asaba@iij.ad.jp All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 1 All Rights Reserved. Copyright(c)1997 Internet Initiative Japan Inc. 2 user IX IX IX All Rights Reserved. Copyright(c)1997

More information

Title 開 化 新 聞 石 川 新 聞 の 出 版 史 的 考 察 : 明 治 初 期 地 方 紙 出 版 の 一 モデル Author(s) 磯 部, 敦 Citation 書 物 出 版 と 社 会 変 容, 1: 143-171 Issue 2006-04-20 Date Type Journal Article Text Version publisher URL http://hdl.handle.net/10086/16581

More information

Title 最 終 講 義 理 論 研 究 における 検 証 と 直 感 Author(s) 石 川, 旺 Journal コミュニケーション 研 究, (39) Issue Date 2009-03-25 Type 紀 要 /Departmental Bulletin Paper Text Version 出 版 者 /Publisher URL http://repository.cc.sophia.ac.jp/d

More information

Adobe LiveCycle Workbench 11 のインストール

Adobe LiveCycle Workbench 11 のインストール Adobe LiveCycle - Workbench 10 http://help.adobe.com/ja_jp/legalnotices/index.html iii 1 1.1............................................................................................ 1 1.2..............................................................................................................

More information

- 17 -

- 17 - 戦間期 洋行インテリ の情報共同体 : インターネット Title を活用した情報政治学 Author(s) 加藤, 哲郎 Citation Issue 2007-05 Date Type Research Paper Text Version URL http://hdl.handle.net/10086/13432 Right Hitotsubashi University Repository

More information

Titleサービス 活 動 の 海 外 進 出 Author(s) 小 島, 清 Citation 駿 河 台 経 済 論 集, 3(2): 1-34 Issue 1994-03 Date Type Departmental Bulletin Paper Text Version publisher URL http://hdl.handle.net/10086/16723 Right Hitotsubashi

More information

取扱説明書 [F-01F]

取扱説明書 [F-01F] F-0F 3.0 2 3 4 5 6 7 8 9 0 2 3 4 5 6 7 8 9 20 a b c d a b c 2 d 22 a b cd e a b c d e 23 24 25 26 a b a b 27 28 b a 29 c d 30 r s t u v w x a b c e f g d h n i j k l m a b o c d p e f g h i j k q l

More information

人芯経営論 ・・・リーダーシップ考②

人芯経営論 ・・・リーダーシップ考② 2009/12/15 2009/11/17 2009/11/16 2009/10/19 2009/10/15 2009/10/1 2009/9/17 2009/9/1 2009/8/17 2009/8/17 2009/8/14 2009/8/12 2009/7/28 2009/7/17 2009/7/15 2009/6/24 2009/6/18 2009/6/15 2009/5/20 2009/5/15

More information