SlideShare ist ein Scribd-Unternehmen logo
1 von 66
  with  AIDA   Marco Roos , Scott Marshall, Sophia Katrenko, Edgar Meij, Willem van Hage, Pieter Adriaans AIDA demonstration Wageningen, 23/11/2007 Adaptation of Talk for Taverna/OMII-UK workshop, Hinxton, October 2007
About e-Science An e-science approach to mining biomedical literature
and beer… And how we relate it to beer…
Virtual Laboratory e-Science project
Wet laboratory analogy Data Data handling & Data integration Metadata Data analysis Data storage Expert knowledge
General framework of AID for VL-e Middleware for sharing resources Knowledge-based resource management
General framework of AID for VL-e Middleware for sharing resources Model based resource management TM TM TM TM TM TM
Theme An e-Science approach to mining biomedical literature
and beer… And how we relate it to beer…
10/06/09 BioAID Which diseases may be associated with my protein of interest?
Biomedical knowledge repository 10/06/09 BioAID PubMed statistics http://www.ncbi.nlm.nih.gov/entrez >17 million citations >400,000 added/year ~70,000 searches/month … Does not compute Does not fit
Bioinformatics A bioinformatician
Bioinformatics A typical bioinformatician
Bioinformatics A biologist behind a computer who (just) learned perl
/* * determines ridges in htm expression table */ #include &quot;ridge.h&quot; int selecthtm(PGconn *conn, char *htmtablename, char *chromname, PGresult *htmtable) { char querystring[256]; sprintf(&quot;SELECT * FROM %s WHERE chrom = %s ORDER BY genstart&quot;, htmtablename, chromname); htmtable = PQexec(conn, querystring); return(validquery(htmtable, querystring)); } int is_ridge(PGresult *htmtable, int row, double exprthreshold, int mincount) /* determines if mincount genes in a row are (part of) a ridge */ /* pre: htmtable is valid and sorted on genStart (ascending) /* post:  { if (mincount<=0) return TRUE; if (row>=PQntuples(htmtable)) return FALSE; if(PQgetvalue(htmtable, 0, PQfnumber(htmtable, &quot;movmed39expr&quot;)) < exprthreshold) {   return FALSE; } return(is_ridge(htmtable, ++row, exprthreshold, --mincount)); } int main() { PGconn *conn; /* holds database connection */ char querystring[256]; /* query string */ PGresult *result; int i; conn = PQconnectdb(&quot;dbname=htm port=6400 user=mroos password=geheim&quot;); if (PQstatus(conn)==CONNECTION_BAD) { fprintf(stderr, &quot;connection to database failed.&quot;); fprintf(stderr, &quot;%s&quot;, PQerrorMessage(conn)); exit(1); } else printf(&quot;Connection ok&quot;); sprintf(querystring, &quot;SELECT * FROM chromosomes&quot;); printf(&quot;%s&quot;, querystring); result = PQexec(conn, querystring); if (validquery(result, querystring)) { printresults(result); } else { PQclear(result); PQfinish(conn); return FALSE; } PQclear(result); PQfinish(conn); return TRUE; } int printresults(PGresult *tuples) { int i; for (i=0; i< PQntuples(tuples) && i < 10; i++) { printf(&quot;%d, &quot;, i); printf(&quot;%s&quot;, PQgetvalue(tuples,i,0)); } return TRUE; } int validquery(PGresult *result, char *querystring) { printf(&quot; in validquery&quot;); if (PQresultStatus(result) != PGRES_TUPLES_OK)  { printf(&quot;Query %s failed.&quot;, querystring); fprintf(stderr, &quot;Query %s failed.&quot;, querystring); return FALSE; } return TRUE; }
Theme No , that is not an e-Science approach to mining biomedical literature
Not e-science So 2000 (quoting Lennart Post)
Not e-science So 1980
Theme An e-Science approach to mining biomedical literature
An e-science approach ,[object Object],[object Object],[object Object],[object Object],[object Object]
e -Scientists Edgar Meij Information retrieval expert
e -Scientists Sophia Katrenko Machine learning (information extraction) expert
e -Scientists Willem van Hage Semantic web expert (and bass guitar player)
The  AIDA  toolbox  for knowledge extraction and knowledge management in a virtual laboratory for  e -Science
e -bioscience An e-bioscientist
Components of the  AIDA  toolbox  used for Life Science knowledge extraction
Bio AID Disease Discovery workflow 10/06/09 BioAID AIDA AIDA OMIM service  (Japan) AIDA ‘ Taverna shim’ Taverna ‘shim’
An e-science approach ,[object Object],[object Object],[object Object],[object Object],[object Object]
Sharing
  with  AIDA   Live Demonstration Marco Roos , Scott Marshall, Sophia Katrenko, Edgar Meij, Willem van Hage, Pieter Adriaans AIDA demonstration Tavena/OMII-UK, Hinxton, October 2007
10/06/09 BioAID Which diseases may be associated with my protein of interest?
10/06/09 BioAID
Components of the  AIDA  toolbox  used for Life Science knowledge extraction
10/06/09 BioAID
Sharing
Bio AID Disease discovery workflow
Bio AID Disease discovery workflow 10/06/09 BioAID
Bio AID Disease discovery workflow from 100 abstracts: 29 proteins associated with 1280 diseases 10/06/09 BioAID
Extending BioAID ,[object Object]
10/06/09 BioAID Doesn’t EZH2 have synonyms?
“ Collaboration through web services” Bio-text mining expert Martijn Schuemie
“ Collaboration through web services” Synonym service
10/06/09 BioAID EZH2 is only a small part of a very complex system, for my research I need more than lists
components... 10/06/09 BioAID
Workflow and semantics When running workflows Store how biological entities are related Combine results from different runs Recover ‘trails to evidence’
Example scenario of semantic approach Need a unique identifyer myModel myExtended Model
“ Collaboration through web services” 2 Bio-text mining expert Martijn Schuemie
getUniprotID Used as unique ID for proteins
10/06/09 BioAID
10/06/09 BioAID
Proto-ontology  (Protégé Jambalaya plugin) 10/06/09 BioAID
Enriched ontology  (snapshot) 10/06/09 BioAID
Future ,[object Object]
Workflows for text mining ‘pipe line’   (BioAID) Named entity recognition Training document Manual annotation Annotated text that provides examples:  N x …sentence<concept x > entity </concept x >sentence… Learn Learned model Readable patterns or black box of unreadable conditions: unreadable condition=true  => <concept x > entity </concept x > Extract named entities and relations List of named entities ,[object Object],[object Object],[object Object],[object Object],‘ Generalise’ examples per concept List of concepts <Concept=name> entity </concept>, frequency, doc ID, … Annotated sentences Training Corpus (e.g. MEDLINE) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Semantic networks
Modelling support Epigenetics (paramutation) Courtesy of Maike Stam Cell division  Escherichia coli Courtesy of Tanneke den Blauwen HIV < TF M M M M M M M RDRP RdDM Pol reinforcement repression M M M M M M M TF TF Pol RDRP B'
Reuse and share knowledge MedLine Reuse and share biological knowledge TM
Conclusions ,[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Conclusions e-Science approach 10/06/09 BioAID Disclose!
[object Object],[object Object],[object Object],Conclusion e -Science and sharing 10/06/09 BioAID
Why adopt e-science?
Why should I adopt e-Science? I don’t believe in  e -Science I believe in  Me -Science
Why adopt e-science? For determined sinners:   ‘ The seven deadly sins of bioinformatics’  by Carole Goble http://www.slideshare.net/dullhunk/the-seven-deadly-sins-of-bioinformatics/
Acknowledgements ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],10/06/09 BioAID
How does beer relate to BioAID? And how do we relate it to beer?
10/06/09 BioAID
Thank you for your attention… Join the text mining network on myExperiment.org!!! AID information and resources http:// adaptivedisclosure.org W3C Semantic Web Health Care and Life Sciences Interest Group http://www.w3.org/2001/sw/hcls/   BioAID workflows available from http://   .org

Weitere ähnliche Inhalte

Andere mochten auch

Hukum Pada Umumnya
Hukum Pada UmumnyaHukum Pada Umumnya
Hukum Pada UmumnyaDiarta
 
Bab 16 2007
Bab 16 2007Bab 16 2007
Bab 16 2007Diarta
 
Hukum Perikatan
Hukum PerikatanHukum Perikatan
Hukum PerikatanDiarta
 
Chapter 7 Analyzing Business Markets
Chapter 7 Analyzing Business MarketsChapter 7 Analyzing Business Markets
Chapter 7 Analyzing Business MarketsDiarta
 
Chapter12 Setting Product Strategy
Chapter12 Setting Product StrategyChapter12 Setting Product Strategy
Chapter12 Setting Product StrategyDiarta
 
Chapter 16 Managing Retailing Wholesaling Logistics
Chapter 16 Managing Retailing Wholesaling LogisticsChapter 16 Managing Retailing Wholesaling Logistics
Chapter 16 Managing Retailing Wholesaling LogisticsDiarta
 
Chapter 10 Crafting The Brand Positioning
Chapter 10 Crafting The Brand PositioningChapter 10 Crafting The Brand Positioning
Chapter 10 Crafting The Brand PositioningDiarta
 
Profit Planning
Profit PlanningProfit Planning
Profit PlanningDiarta
 
Chapter 18 Managing Mass Communications
Chapter 18 Managing Mass CommunicationsChapter 18 Managing Mass Communications
Chapter 18 Managing Mass CommunicationsDiarta
 

Andere mochten auch (10)

Hukum Pada Umumnya
Hukum Pada UmumnyaHukum Pada Umumnya
Hukum Pada Umumnya
 
Bab 16 2007
Bab 16 2007Bab 16 2007
Bab 16 2007
 
Hukum Perikatan
Hukum PerikatanHukum Perikatan
Hukum Perikatan
 
Chapter 7 Analyzing Business Markets
Chapter 7 Analyzing Business MarketsChapter 7 Analyzing Business Markets
Chapter 7 Analyzing Business Markets
 
Chapter12 Setting Product Strategy
Chapter12 Setting Product StrategyChapter12 Setting Product Strategy
Chapter12 Setting Product Strategy
 
Chapter 16 Managing Retailing Wholesaling Logistics
Chapter 16 Managing Retailing Wholesaling LogisticsChapter 16 Managing Retailing Wholesaling Logistics
Chapter 16 Managing Retailing Wholesaling Logistics
 
Bab 16
Bab 16Bab 16
Bab 16
 
Chapter 10 Crafting The Brand Positioning
Chapter 10 Crafting The Brand PositioningChapter 10 Crafting The Brand Positioning
Chapter 10 Crafting The Brand Positioning
 
Profit Planning
Profit PlanningProfit Planning
Profit Planning
 
Chapter 18 Managing Mass Communications
Chapter 18 Managing Mass CommunicationsChapter 18 Managing Mass Communications
Chapter 18 Managing Mass Communications
 

Ähnlich wie Demo Presentation Wageningen Text Mining Workshop 2007

myExperiment and AIDA
myExperiment and AIDAmyExperiment and AIDA
myExperiment and AIDAJun Zhao
 
The seven-deadly-sins-of-bioinformatics3960
The seven-deadly-sins-of-bioinformatics3960The seven-deadly-sins-of-bioinformatics3960
The seven-deadly-sins-of-bioinformatics3960mare34
 
The Seven Deadly Sins of Bioinformatics
The Seven Deadly Sins of BioinformaticsThe Seven Deadly Sins of Bioinformatics
The Seven Deadly Sins of BioinformaticsDuncan Hull
 
Deep learning for biomedicine
Deep learning for biomedicineDeep learning for biomedicine
Deep learning for biomedicineDeakin University
 
Services For Science April 2009
Services For Science April 2009Services For Science April 2009
Services For Science April 2009Ian Foster
 
wolstencroft-ogf20-astro
wolstencroft-ogf20-astrowolstencroft-ogf20-astro
wolstencroft-ogf20-astrowebuploader
 
Acting as Advocate? Seven steps for libraries in the data decade
Acting as Advocate? Seven steps for libraries in the data decadeActing as Advocate? Seven steps for libraries in the data decade
Acting as Advocate? Seven steps for libraries in the data decadeLizLyon
 
2016 ACS Semantic Approaches for Biochemical Knowledge Discovery
2016 ACS Semantic Approaches for Biochemical Knowledge Discovery2016 ACS Semantic Approaches for Biochemical Knowledge Discovery
2016 ACS Semantic Approaches for Biochemical Knowledge DiscoveryMichel Dumontier
 
“Towards Multi-Step Expert Advice for Cognitive Computing” - Dr. Achim Rettin...
“Towards Multi-Step Expert Advice for Cognitive Computing” - Dr. Achim Rettin...“Towards Multi-Step Expert Advice for Cognitive Computing” - Dr. Achim Rettin...
“Towards Multi-Step Expert Advice for Cognitive Computing” - Dr. Achim Rettin...diannepatricia
 
Ontology Engineering for Big Data
Ontology Engineering for Big DataOntology Engineering for Big Data
Ontology Engineering for Big DataKouji Kozaki
 
Tag.bio aws public jun 08 2021
Tag.bio aws public jun 08 2021 Tag.bio aws public jun 08 2021
Tag.bio aws public jun 08 2021 Sanjay Padhi, Ph.D
 
Notes on "Artificial Intelligence in Bioscience Symposium 2017"
Notes on "Artificial Intelligence in Bioscience Symposium 2017"Notes on "Artificial Intelligence in Bioscience Symposium 2017"
Notes on "Artificial Intelligence in Bioscience Symposium 2017"PetteriTeikariPhD
 
Semantic Sensor Networks and Linked Stream Data
Semantic Sensor Networks and Linked Stream DataSemantic Sensor Networks and Linked Stream Data
Semantic Sensor Networks and Linked Stream DataOscar Corcho
 
BioIT Europe 2010 - BioCatalogue
BioIT Europe 2010 - BioCatalogueBioIT Europe 2010 - BioCatalogue
BioIT Europe 2010 - BioCatalogueBioCatalogue
 
2020_12_11 «Opening Education with Artificial Intelligence» - Mitja Jermol
2020_12_11 «Opening Education with Artificial Intelligence» - Mitja Jermol2020_12_11 «Opening Education with Artificial Intelligence» - Mitja Jermol
2020_12_11 «Opening Education with Artificial Intelligence» - Mitja JermoleMadrid network
 
Semantics for Bioinformatics: What, Why and How of Search, Integration and An...
Semantics for Bioinformatics: What, Why and How of Search, Integration and An...Semantics for Bioinformatics: What, Why and How of Search, Integration and An...
Semantics for Bioinformatics: What, Why and How of Search, Integration and An...Amit Sheth
 

Ähnlich wie Demo Presentation Wageningen Text Mining Workshop 2007 (20)

myExperiment and AIDA
myExperiment and AIDAmyExperiment and AIDA
myExperiment and AIDA
 
Demo Presentation ISMB/ECCB 2007
Demo Presentation ISMB/ECCB 2007Demo Presentation ISMB/ECCB 2007
Demo Presentation ISMB/ECCB 2007
 
The seven-deadly-sins-of-bioinformatics3960
The seven-deadly-sins-of-bioinformatics3960The seven-deadly-sins-of-bioinformatics3960
The seven-deadly-sins-of-bioinformatics3960
 
The Seven Deadly Sins of Bioinformatics
The Seven Deadly Sins of BioinformaticsThe Seven Deadly Sins of Bioinformatics
The Seven Deadly Sins of Bioinformatics
 
Deep learning for biomedicine
Deep learning for biomedicineDeep learning for biomedicine
Deep learning for biomedicine
 
Services For Science April 2009
Services For Science April 2009Services For Science April 2009
Services For Science April 2009
 
wolstencroft-ogf20-astro
wolstencroft-ogf20-astrowolstencroft-ogf20-astro
wolstencroft-ogf20-astro
 
Acting as Advocate? Seven steps for libraries in the data decade
Acting as Advocate? Seven steps for libraries in the data decadeActing as Advocate? Seven steps for libraries in the data decade
Acting as Advocate? Seven steps for libraries in the data decade
 
2016 ACS Semantic Approaches for Biochemical Knowledge Discovery
2016 ACS Semantic Approaches for Biochemical Knowledge Discovery2016 ACS Semantic Approaches for Biochemical Knowledge Discovery
2016 ACS Semantic Approaches for Biochemical Knowledge Discovery
 
“Towards Multi-Step Expert Advice for Cognitive Computing” - Dr. Achim Rettin...
“Towards Multi-Step Expert Advice for Cognitive Computing” - Dr. Achim Rettin...“Towards Multi-Step Expert Advice for Cognitive Computing” - Dr. Achim Rettin...
“Towards Multi-Step Expert Advice for Cognitive Computing” - Dr. Achim Rettin...
 
Semantic (Web) Technologies for Translational Research in Life Sciences
Semantic (Web) Technologies for Translational Research in Life SciencesSemantic (Web) Technologies for Translational Research in Life Sciences
Semantic (Web) Technologies for Translational Research in Life Sciences
 
From Laboratory to e-Laboratory
From Laboratory to e-LaboratoryFrom Laboratory to e-Laboratory
From Laboratory to e-Laboratory
 
Ontology Engineering for Big Data
Ontology Engineering for Big DataOntology Engineering for Big Data
Ontology Engineering for Big Data
 
Tag.bio aws public jun 08 2021
Tag.bio aws public jun 08 2021 Tag.bio aws public jun 08 2021
Tag.bio aws public jun 08 2021
 
Notes on "Artificial Intelligence in Bioscience Symposium 2017"
Notes on "Artificial Intelligence in Bioscience Symposium 2017"Notes on "Artificial Intelligence in Bioscience Symposium 2017"
Notes on "Artificial Intelligence in Bioscience Symposium 2017"
 
Semantic Sensor Networks and Linked Stream Data
Semantic Sensor Networks and Linked Stream DataSemantic Sensor Networks and Linked Stream Data
Semantic Sensor Networks and Linked Stream Data
 
FAIRy Stories
FAIRy StoriesFAIRy Stories
FAIRy Stories
 
BioIT Europe 2010 - BioCatalogue
BioIT Europe 2010 - BioCatalogueBioIT Europe 2010 - BioCatalogue
BioIT Europe 2010 - BioCatalogue
 
2020_12_11 «Opening Education with Artificial Intelligence» - Mitja Jermol
2020_12_11 «Opening Education with Artificial Intelligence» - Mitja Jermol2020_12_11 «Opening Education with Artificial Intelligence» - Mitja Jermol
2020_12_11 «Opening Education with Artificial Intelligence» - Mitja Jermol
 
Semantics for Bioinformatics: What, Why and How of Search, Integration and An...
Semantics for Bioinformatics: What, Why and How of Search, Integration and An...Semantics for Bioinformatics: What, Why and How of Search, Integration and An...
Semantics for Bioinformatics: What, Why and How of Search, Integration and An...
 

Mehr von Leiden University Medical Center

Mehr von Leiden University Medical Center (7)

Rare Disease Data Linkage plan 2017 - IRDiRC 2017 presentation
Rare Disease Data Linkage plan 2017 - IRDiRC 2017 presentation Rare Disease Data Linkage plan 2017 - IRDiRC 2017 presentation
Rare Disease Data Linkage plan 2017 - IRDiRC 2017 presentation
 
Linked Data and Ontology Tutorial (for RD-Connect)
Linked Data and Ontology Tutorial (for RD-Connect)Linked Data and Ontology Tutorial (for RD-Connect)
Linked Data and Ontology Tutorial (for RD-Connect)
 
Nanopubs strong to_weak_semantics_vs_machine_readability
Nanopubs strong to_weak_semantics_vs_machine_readabilityNanopubs strong to_weak_semantics_vs_machine_readability
Nanopubs strong to_weak_semantics_vs_machine_readability
 
Data models for preserving and publishing digital research material beyond th...
Data models for preserving and publishing digital research material beyond th...Data models for preserving and publishing digital research material beyond th...
Data models for preserving and publishing digital research material beyond th...
 
Feasting onbrainswithworkflows
Feasting onbrainswithworkflowsFeasting onbrainswithworkflows
Feasting onbrainswithworkflows
 
Enabling Collaborative Biobank Research with feedback from audience
Enabling Collaborative Biobank Research with feedback from audienceEnabling Collaborative Biobank Research with feedback from audience
Enabling Collaborative Biobank Research with feedback from audience
 
CWA & SWAT4LS Pitch at DILS2009
CWA & SWAT4LS Pitch at DILS2009CWA & SWAT4LS Pitch at DILS2009
CWA & SWAT4LS Pitch at DILS2009
 

Kürzlich hochgeladen

Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 

Kürzlich hochgeladen (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 

Demo Presentation Wageningen Text Mining Workshop 2007

  • 1. with AIDA Marco Roos , Scott Marshall, Sophia Katrenko, Edgar Meij, Willem van Hage, Pieter Adriaans AIDA demonstration Wageningen, 23/11/2007 Adaptation of Talk for Taverna/OMII-UK workshop, Hinxton, October 2007
  • 2. About e-Science An e-science approach to mining biomedical literature
  • 3. and beer… And how we relate it to beer…
  • 5. Wet laboratory analogy Data Data handling & Data integration Metadata Data analysis Data storage Expert knowledge
  • 6. General framework of AID for VL-e Middleware for sharing resources Knowledge-based resource management
  • 7. General framework of AID for VL-e Middleware for sharing resources Model based resource management TM TM TM TM TM TM
  • 8. Theme An e-Science approach to mining biomedical literature
  • 9. and beer… And how we relate it to beer…
  • 10. 10/06/09 BioAID Which diseases may be associated with my protein of interest?
  • 11. Biomedical knowledge repository 10/06/09 BioAID PubMed statistics http://www.ncbi.nlm.nih.gov/entrez >17 million citations >400,000 added/year ~70,000 searches/month … Does not compute Does not fit
  • 13. Bioinformatics A typical bioinformatician
  • 14. Bioinformatics A biologist behind a computer who (just) learned perl
  • 15. /* * determines ridges in htm expression table */ #include &quot;ridge.h&quot; int selecthtm(PGconn *conn, char *htmtablename, char *chromname, PGresult *htmtable) { char querystring[256]; sprintf(&quot;SELECT * FROM %s WHERE chrom = %s ORDER BY genstart&quot;, htmtablename, chromname); htmtable = PQexec(conn, querystring); return(validquery(htmtable, querystring)); } int is_ridge(PGresult *htmtable, int row, double exprthreshold, int mincount) /* determines if mincount genes in a row are (part of) a ridge */ /* pre: htmtable is valid and sorted on genStart (ascending) /* post: { if (mincount<=0) return TRUE; if (row>=PQntuples(htmtable)) return FALSE; if(PQgetvalue(htmtable, 0, PQfnumber(htmtable, &quot;movmed39expr&quot;)) < exprthreshold) { return FALSE; } return(is_ridge(htmtable, ++row, exprthreshold, --mincount)); } int main() { PGconn *conn; /* holds database connection */ char querystring[256]; /* query string */ PGresult *result; int i; conn = PQconnectdb(&quot;dbname=htm port=6400 user=mroos password=geheim&quot;); if (PQstatus(conn)==CONNECTION_BAD) { fprintf(stderr, &quot;connection to database failed.&quot;); fprintf(stderr, &quot;%s&quot;, PQerrorMessage(conn)); exit(1); } else printf(&quot;Connection ok&quot;); sprintf(querystring, &quot;SELECT * FROM chromosomes&quot;); printf(&quot;%s&quot;, querystring); result = PQexec(conn, querystring); if (validquery(result, querystring)) { printresults(result); } else { PQclear(result); PQfinish(conn); return FALSE; } PQclear(result); PQfinish(conn); return TRUE; } int printresults(PGresult *tuples) { int i; for (i=0; i< PQntuples(tuples) && i < 10; i++) { printf(&quot;%d, &quot;, i); printf(&quot;%s&quot;, PQgetvalue(tuples,i,0)); } return TRUE; } int validquery(PGresult *result, char *querystring) { printf(&quot; in validquery&quot;); if (PQresultStatus(result) != PGRES_TUPLES_OK) { printf(&quot;Query %s failed.&quot;, querystring); fprintf(stderr, &quot;Query %s failed.&quot;, querystring); return FALSE; } return TRUE; }
  • 16. Theme No , that is not an e-Science approach to mining biomedical literature
  • 17. Not e-science So 2000 (quoting Lennart Post)
  • 19. Theme An e-Science approach to mining biomedical literature
  • 20.
  • 21. e -Scientists Edgar Meij Information retrieval expert
  • 22. e -Scientists Sophia Katrenko Machine learning (information extraction) expert
  • 23. e -Scientists Willem van Hage Semantic web expert (and bass guitar player)
  • 24. The AIDA toolbox for knowledge extraction and knowledge management in a virtual laboratory for e -Science
  • 25. e -bioscience An e-bioscientist
  • 26. Components of the AIDA toolbox used for Life Science knowledge extraction
  • 27. Bio AID Disease Discovery workflow 10/06/09 BioAID AIDA AIDA OMIM service (Japan) AIDA ‘ Taverna shim’ Taverna ‘shim’
  • 28.
  • 30. with AIDA Live Demonstration Marco Roos , Scott Marshall, Sophia Katrenko, Edgar Meij, Willem van Hage, Pieter Adriaans AIDA demonstration Tavena/OMII-UK, Hinxton, October 2007
  • 31. 10/06/09 BioAID Which diseases may be associated with my protein of interest?
  • 33. Components of the AIDA toolbox used for Life Science knowledge extraction
  • 36. Bio AID Disease discovery workflow
  • 37. Bio AID Disease discovery workflow 10/06/09 BioAID
  • 38. Bio AID Disease discovery workflow from 100 abstracts: 29 proteins associated with 1280 diseases 10/06/09 BioAID
  • 39.
  • 40. 10/06/09 BioAID Doesn’t EZH2 have synonyms?
  • 41. “ Collaboration through web services” Bio-text mining expert Martijn Schuemie
  • 42. “ Collaboration through web services” Synonym service
  • 43. 10/06/09 BioAID EZH2 is only a small part of a very complex system, for my research I need more than lists
  • 45. Workflow and semantics When running workflows Store how biological entities are related Combine results from different runs Recover ‘trails to evidence’
  • 46. Example scenario of semantic approach Need a unique identifyer myModel myExtended Model
  • 47. “ Collaboration through web services” 2 Bio-text mining expert Martijn Schuemie
  • 48. getUniprotID Used as unique ID for proteins
  • 51. Proto-ontology (Protégé Jambalaya plugin) 10/06/09 BioAID
  • 52. Enriched ontology (snapshot) 10/06/09 BioAID
  • 53.
  • 54.
  • 55. Modelling support Epigenetics (paramutation) Courtesy of Maike Stam Cell division Escherichia coli Courtesy of Tanneke den Blauwen HIV < TF M M M M M M M RDRP RdDM Pol reinforcement repression M M M M M M M TF TF Pol RDRP B'
  • 56. Reuse and share knowledge MedLine Reuse and share biological knowledge TM
  • 57.
  • 58.
  • 59.
  • 61. Why should I adopt e-Science? I don’t believe in e -Science I believe in Me -Science
  • 62. Why adopt e-science? For determined sinners: ‘ The seven deadly sins of bioinformatics’ by Carole Goble http://www.slideshare.net/dullhunk/the-seven-deadly-sins-of-bioinformatics/
  • 63.
  • 64. How does beer relate to BioAID? And how do we relate it to beer?
  • 66. Thank you for your attention… Join the text mining network on myExperiment.org!!! AID information and resources http:// adaptivedisclosure.org W3C Semantic Web Health Care and Life Sciences Interest Group http://www.w3.org/2001/sw/hcls/ BioAID workflows available from http:// .org

Hinweis der Redaktion

  1. We will demonstrate an e-science approach to mining knowledge from biomedical literature through the application of the ‘Adaptive Information Disclosure Application’ toolbox that we develop in the context of the Dutch Virtual Laboratory e-Science project.