SlideShare a Scribd company logo
1/19/2016
1
Manhoi Hur (mhhur@iastate.edu)
Iowa State University
Plant & Animal Genomes Conference
(PAG) 2016
PMR metabolomics and
transcriptomics database and its
RESTful web APIs:
A data sharing resource
API= ApplicationProgram Interface
Proteomics
Metabolomics
Fluxomics
Transcriptomics
Genomics & Transcriptomics:
Sequencing and assembly
Draft Metabolic and regulatory model
(Reaction set with regulators and
transporters)
Reconstructed biological network
Annotation
Experiments to
test validity and
accuracy of
model
Communitydatasets
Omics datasets as constraint
Overall vision
Rai A, Saito K. Omics data input for metabolic modeling.
Current Opinion in Biotechnology. 2016 Feb 29;37:127-34.
Proteomics
Metabolomics
Fluxomics
Transcriptomics
Genomics & Transcriptomics:
Sequencing and assembly
Draft Metabolic and regulatory model
(Reaction set with regulators and
transporters)
Reconstructed biological network
Annotation
Experiments to
test validity and
accuracy of
model
Communitydatasets
Omics datasets as constraint
Overall vision
Absence of available community
resources for metabolomics data
Rai A, Saito K. Omics data input for metabolic modeling.
Current Opinion in Biotechnology. 2016 Feb 29;37:127-34.
Community-based needs
• Repository for growing collections of defined metabolite
abundance data and associated metadata
• Clear, consistent formats
• Comprehensive metadata
• Easy access and download
• Computational tools to integrate genome system-scale
datasets
Hur, et al. "A global approach to analysis and interpretation of metabolic data for plant natural product
discovery." Natural Product Reports (2013)
PMR: Plant/Eukaryotic and Microbial Systems Resource
• Data repository
• Metabolomics data and transcriptomics data
• Metadata
• Statistical analysis and visualization
• Data integration
• Integrated metabolomics and transcriptomics
• Data sharing
• Download data directly
• Retrieve data and its plots through RESTful web APIs
Hur, et al. "A global approach to analysis and interpretation of metabolic data for plant natural product
discovery." Natural Product Reports (2013)
Data repository
Stat analysis Data sharing
Data integration
Technical basis for PMR Platform
• PMR database and its web-application
• Back-end: NoSQL database (MongoDB 3.x and Neo4J)
• Flexibility and scalability
• Front-end: PHP, jQuery, HighChart JS, and Plotly.js
• Apache HTTP Server
• pmr-RESTful web APIs
• Microsoft ASP.NET Web API 2.x
• C#, Plotly.js ,and Htmlwidgets.js
• Microsoft IIS Web Server
1/19/2016
2
PMR website
http://metnetdb.org/PMR/ Species and
Experiments list
Star means samples also have
transcriptomicsdata
Experiments available for
selected species
Sample Names
Reproducibility test – Spearman correlations
Experimental Metadata
Platform Metadata
Metabolite list
1/19/2016
3
Metabolite list
Metabolite data as Boxplot
Volcano plot:
Comparing data between samples
Metabolomics data empowers accurate computational
modeling and hypothesis development
• Hur et al. Natural Product Reports (2013)
• Quanbeck et al. Frontiers in Plant Science (2012)
• Yeo et al. JBC (2012)
• Ngaki et al Nature (2012)
• Atsushi et al Plant Physiology (2014)
• Vu et al Plant Signaling & Behavior (2015)
• Li et al BMC Genomics (2015)
pmr-RESTful web APIs to share PMR data and functionality
with diverse users
• Undergraduate teaching- 6-week Genetics lab unit
to determine function of yeast genes
(https://db.nanobio.illinois.edu)
• Araport- Arabidopsis information portal
(https://www.araport.org)
Near Future:
• Soybase (http://soybase.org)
• MaizeGDB (http://www.maizegdb.org)
• Sol Genomics Network (http://www.sgn.cornell.edu)
Genetics lab: Yeast: Let's Mess it up!
pmr-RESTful web APIs simply designed for use
by other resources
• Based on HTTP requests; detail encoded directly in URL path
• Output format: JSON (JavaScript Object Notation)
http(s)://BaseURL + Input parameters
• Example URL:
http://pmr-webapi-
gdcb.iastate.edu/pmrWebApi/api/v1
/experiments/list?species=Arabidopsis_thaliana
Retrieved data
{
"species": "Arabidopsis_thaliana",
"expName": "At2010-KO5",
"expId": 110
},
{
"species": "Arabidopsis_thaliana",
"expName": "At2010-KO6",
"expId": 111
},
{
"species": "Arabidopsis_thaliana",
"expName": "At2010-KO7",
"expId": 199
},
{
"species": "Arabidopsis_thaliana",
"expName": "At2010-KO8",
"expId": 198
},
{
"species": "Arabidopsis_thaliana",
"expName": "At2010-KO9",
"expId": 197
}
Example: PMR API for sharing
metabolite data
http://pmr-webapi-
gdcb.iastate.edu/pmrWebApi/api/v1
/metabolites/list?species=Arabidospis_thali
ana&expId=106&pId=84&dataVersion=1.0/
Retrieved data
[
{
"mId": 4348,
"metaboliteName":"16-Hydroxyhexadecanoic acid"
},
{
"mId": 4349,
"metaboliteName":"18-hydroxyoctadeca-9,12-dienoic acid"
},
{
"mId": 4350,
"metaboliteName":"18-hydroxyoctadec-9-enoicacid"
},
{
"mId": 4353,
"metaboliteName":"2-hydroxyhexadecanoic acid"
},
{
"mId": 4354,
"metaboliteName":"2-hydroxyeicosanoicacid"
},
{
"mId": 4355,
"metaboliteName":"2-hydroxydocosanoic acid"
},
{
"mId": 4356,
"metaboliteName":"2-hydroxytetracosanoicacid"
},
{
"mId": 4357,
"metaboliteName":"2-hydroxytetracos-2-enoicacid"
},
{
"mId": 4358,
"metaboliteName":"2-hydroxyhexacosanoic acid"
},
1/19/2016
4
Example of PMR API for visualization (Box Plot)
JSON format
http://pmr-webapi-gdcb.iastate.edu/pmrWebApi/api/v1
/boxplot/list?species=Arabidopsis_thaliana&expId=106&
omicsType=valMetabolomics&pId=84&mId=4348&dataV
ersion=1.0&minLod=true&legendColor=chemicalgroup/
Htmlwidgets.js
Boxplot
Plotly.js
Htmlwidgets.js - http://www.htmlwidgets.org/
Plotly.js- https://plot.ly/
JavaScript applications
Showing actual plotsRetrieved data
Bringing PMR data and functions into ARAPORT
Example of Apps on ARAPORT – PMR_Plotter
Boxplot on PMR Boxplot on ARAPORT
Metabolite: 18-hydroxyoctadeca-9,12-dienoicacid
https://www.araport.org/apps/jmiller/pmrplotter
Conclusions and Future Directions
• PMR is a systems biology platform to support
the community
• Developed RESTful web APIs for PMR
• Integrate additional PMR metabolomics data
and functionalities with ARAPORT
• PMR will make well-designed documentation
for a workflow that can be used within the
ARAPORT science apps and other community
resources.
Data repository
Stat analysis Data sharing
Data integration
Acknowledgments
EEC-0813570
MCB-0951170
Medicinal Plant Consortium
GM092521
Dr. Jason MillerDr. Chris Town Irina Belyaeva Erik Ferlanti
DESC0014038
ARAPORT team at J. Craig Venter Institute
Iowa State University
Center
for
Metabolic
Biology
Dr. Basil J Nikolau Dr. Ling Li
PI: Eve Syrkin Wurtele
PMR team at Iowa State University
Zebulon Arendsee

More Related Content

PDF
Tripal within the Arabidopsis Information Portal - PAG XXIII
PDF
ICAR 2015 Poster - Araport
PDF
2015 Summer - Araport Project Overview Leaflet
DOCX
2016 Summer - Araport Project Overview Leaflet
PPTX
Module development
PDF
HRGRN: enabling graph search and integrative analysis of Arabidopsis signalin...
PPTX
A guided tour of Araport
PDF
Plant ontology web services on Araport
Tripal within the Arabidopsis Information Portal - PAG XXIII
ICAR 2015 Poster - Araport
2015 Summer - Araport Project Overview Leaflet
2016 Summer - Araport Project Overview Leaflet
Module development
HRGRN: enabling graph search and integrative analysis of Arabidopsis signalin...
A guided tour of Araport
Plant ontology web services on Araport

What's hot (20)

PDF
ICAR 2015 Workshop - Agnes Chan
PPTX
Vaughn aip walkthru_pag2015
PDF
ICAR 2015 Plenary - Chris Town
PDF
ICAR 2015 Workshop - Blake Meyers
PDF
ICAR 2015 Workshop - Nick Provart
PDF
Developing Apps: Exposing Your Data Through Araport
PDF
Metagenomic Data Provenance and Management using the ISA infrastructure --- o...
ODP
2009 0807 Lod Gmod
PPTX
FAIR Data and Model Management for Systems Biology (and SOPs too!)
PPT
Data integration
PPTX
Publishing and Consuming FAIR Data A Case in the Agri-Food Domain
PPT
Publishing data and code openly
PPTX
Being Reproducible: SSBSS Summer School 2017
PPTX
ROHub
PPTX
Tripal v3, the Collaborative Online Database Platform Supporting an Internati...
PPTX
Stanford workshop2020
PPTX
ISA-Tab Standards at Metabolomics Society Meeting, Tsuruoka 2014, Japan
PPT
Data integration
PPTX
Being FAIR: FAIR data and model management SSBSS 2017 Summer School
ICAR 2015 Workshop - Agnes Chan
Vaughn aip walkthru_pag2015
ICAR 2015 Plenary - Chris Town
ICAR 2015 Workshop - Blake Meyers
ICAR 2015 Workshop - Nick Provart
Developing Apps: Exposing Your Data Through Araport
Metagenomic Data Provenance and Management using the ISA infrastructure --- o...
2009 0807 Lod Gmod
FAIR Data and Model Management for Systems Biology (and SOPs too!)
Data integration
Publishing and Consuming FAIR Data A Case in the Agri-Food Domain
Publishing data and code openly
Being Reproducible: SSBSS Summer School 2017
ROHub
Tripal v3, the Collaborative Online Database Platform Supporting an Internati...
Stanford workshop2020
ISA-Tab Standards at Metabolomics Society Meeting, Tsuruoka 2014, Japan
Data integration
Being FAIR: FAIR data and model management SSBSS 2017 Summer School
Ad

Viewers also liked (12)

PDF
Introducing ProtAnnot - Araport workshop at PAG 2016
PPTX
JBrowse within the Arabidopsis Information Portal - PAG XXIII
PDF
ICAR 2015 Workshop - Matt Vaughn
PDF
iDiffIR: Identifying differential intron retention from RNA-seq
PDF
User friendly tools for the Arabidopsis thaliana 1001 Genomes
PDF
METABOLIC PROFILING OF RIPENING STRAWBERRY (Fragaria x ananassa)
PDF
BITS: Basics of sequence databases
PPTX
Role of secondary metabolite in plant defence
PPTX
Plant metabolite engineering
PPTX
Narendra credit seminar 2
PDF
MS (and NMR) data standards in Metabolomics why, how and some caveats
PPT
Secondary metabolite from Plant organ culture
Introducing ProtAnnot - Araport workshop at PAG 2016
JBrowse within the Arabidopsis Information Portal - PAG XXIII
ICAR 2015 Workshop - Matt Vaughn
iDiffIR: Identifying differential intron retention from RNA-seq
User friendly tools for the Arabidopsis thaliana 1001 Genomes
METABOLIC PROFILING OF RIPENING STRAWBERRY (Fragaria x ananassa)
BITS: Basics of sequence databases
Role of secondary metabolite in plant defence
Plant metabolite engineering
Narendra credit seminar 2
MS (and NMR) data standards in Metabolomics why, how and some caveats
Secondary metabolite from Plant organ culture
Ad

Similar to PMR metabolomics and transcriptomics database and its RESTful web APIs: A data sharing resource (20)

PPTX
BioThings API: Building a FAIR API Ecosystem for Biomedical Knowledge
PPTX
Plant metabolomics
PPT
13128931.ppt
PPSX
Metabolic engineering approaches in medicinal plants
PDF
Multi-Omics Bioinformatics across Application Domains
PDF
Metabolomics-II.pdf
PDF
The time is right to focus on a model organism database
PPTX
BioThings and SmartAPI: building an ecosystem of interoperable biological kno...
PDF
Building a Model Organism Metabolome Database
PPTX
BioThings API: Promoting Best-practices via a Biomedical API Development Ecos...
PPTX
smartAPIs: EUDAT Semantic Working Group Presentation @ RDA 9th Plenary
PPTX
ARCHIVED: new version available - METASPACE Step by Step guide
PPTX
Metabolomics
PDF
The Role of Metadata in Reproducible Computational Research
PDF
AI and Machine Learning for Secondary Metabolite Prediction
PPTX
Metabolomics- concepts and applications
PDF
Developing an Efficient Infrastruture, Standards and Data-Flow for Metabolomics
PDF
Computational Approaches to Understanding Interactions in Microbial Communities
PPTX
Designing a community resource - Sandra Orchard
PPTX
aip-developer-intro_pag2015
BioThings API: Building a FAIR API Ecosystem for Biomedical Knowledge
Plant metabolomics
13128931.ppt
Metabolic engineering approaches in medicinal plants
Multi-Omics Bioinformatics across Application Domains
Metabolomics-II.pdf
The time is right to focus on a model organism database
BioThings and SmartAPI: building an ecosystem of interoperable biological kno...
Building a Model Organism Metabolome Database
BioThings API: Promoting Best-practices via a Biomedical API Development Ecos...
smartAPIs: EUDAT Semantic Working Group Presentation @ RDA 9th Plenary
ARCHIVED: new version available - METASPACE Step by Step guide
Metabolomics
The Role of Metadata in Reproducible Computational Research
AI and Machine Learning for Secondary Metabolite Prediction
Metabolomics- concepts and applications
Developing an Efficient Infrastruture, Standards and Data-Flow for Metabolomics
Computational Approaches to Understanding Interactions in Microbial Communities
Designing a community resource - Sandra Orchard
aip-developer-intro_pag2015

Recently uploaded (20)

PPTX
Derivatives of integument scales, beaks, horns,.pptx
PDF
CAPERS-LRD-z9:AGas-enshroudedLittleRedDotHostingaBroad-lineActive GalacticNuc...
PDF
bbec55_b34400a7914c42429908233dbd381773.pdf
PDF
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
PPTX
GEN. BIO 1 - CELL TYPES & CELL MODIFICATIONS
PDF
. Radiology Case Scenariosssssssssssssss
PPTX
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
PDF
MIRIDeepImagingSurvey(MIDIS)oftheHubbleUltraDeepField
PPTX
G5Q1W8 PPT SCIENCE.pptx 2025-2026 GRADE 5
PPTX
Classification Systems_TAXONOMY_SCIENCE8.pptx
PPTX
Cell Membrane: Structure, Composition & Functions
PPTX
SCIENCE10 Q1 5 WK8 Evidence Supporting Plate Movement.pptx
PPTX
TOTAL hIP ARTHROPLASTY Presentation.pptx
PPTX
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
PDF
Sciences of Europe No 170 (2025)
PPTX
ognitive-behavioral therapy, mindfulness-based approaches, coping skills trai...
PDF
Mastering Bioreactors and Media Sterilization: A Complete Guide to Sterile Fe...
PPT
The World of Physical Science, • Labs: Safety Simulation, Measurement Practice
PPTX
The KM-GBF monitoring framework – status & key messages.pptx
PPTX
Vitamins & Minerals: Complete Guide to Functions, Food Sources, Deficiency Si...
Derivatives of integument scales, beaks, horns,.pptx
CAPERS-LRD-z9:AGas-enshroudedLittleRedDotHostingaBroad-lineActive GalacticNuc...
bbec55_b34400a7914c42429908233dbd381773.pdf
Unveiling a 36 billion solar mass black hole at the centre of the Cosmic Hors...
GEN. BIO 1 - CELL TYPES & CELL MODIFICATIONS
. Radiology Case Scenariosssssssssssssss
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
MIRIDeepImagingSurvey(MIDIS)oftheHubbleUltraDeepField
G5Q1W8 PPT SCIENCE.pptx 2025-2026 GRADE 5
Classification Systems_TAXONOMY_SCIENCE8.pptx
Cell Membrane: Structure, Composition & Functions
SCIENCE10 Q1 5 WK8 Evidence Supporting Plate Movement.pptx
TOTAL hIP ARTHROPLASTY Presentation.pptx
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
Sciences of Europe No 170 (2025)
ognitive-behavioral therapy, mindfulness-based approaches, coping skills trai...
Mastering Bioreactors and Media Sterilization: A Complete Guide to Sterile Fe...
The World of Physical Science, • Labs: Safety Simulation, Measurement Practice
The KM-GBF monitoring framework – status & key messages.pptx
Vitamins & Minerals: Complete Guide to Functions, Food Sources, Deficiency Si...

PMR metabolomics and transcriptomics database and its RESTful web APIs: A data sharing resource

  • 1. 1/19/2016 1 Manhoi Hur (mhhur@iastate.edu) Iowa State University Plant & Animal Genomes Conference (PAG) 2016 PMR metabolomics and transcriptomics database and its RESTful web APIs: A data sharing resource API= ApplicationProgram Interface Proteomics Metabolomics Fluxomics Transcriptomics Genomics & Transcriptomics: Sequencing and assembly Draft Metabolic and regulatory model (Reaction set with regulators and transporters) Reconstructed biological network Annotation Experiments to test validity and accuracy of model Communitydatasets Omics datasets as constraint Overall vision Rai A, Saito K. Omics data input for metabolic modeling. Current Opinion in Biotechnology. 2016 Feb 29;37:127-34. Proteomics Metabolomics Fluxomics Transcriptomics Genomics & Transcriptomics: Sequencing and assembly Draft Metabolic and regulatory model (Reaction set with regulators and transporters) Reconstructed biological network Annotation Experiments to test validity and accuracy of model Communitydatasets Omics datasets as constraint Overall vision Absence of available community resources for metabolomics data Rai A, Saito K. Omics data input for metabolic modeling. Current Opinion in Biotechnology. 2016 Feb 29;37:127-34. Community-based needs • Repository for growing collections of defined metabolite abundance data and associated metadata • Clear, consistent formats • Comprehensive metadata • Easy access and download • Computational tools to integrate genome system-scale datasets Hur, et al. "A global approach to analysis and interpretation of metabolic data for plant natural product discovery." Natural Product Reports (2013) PMR: Plant/Eukaryotic and Microbial Systems Resource • Data repository • Metabolomics data and transcriptomics data • Metadata • Statistical analysis and visualization • Data integration • Integrated metabolomics and transcriptomics • Data sharing • Download data directly • Retrieve data and its plots through RESTful web APIs Hur, et al. "A global approach to analysis and interpretation of metabolic data for plant natural product discovery." Natural Product Reports (2013) Data repository Stat analysis Data sharing Data integration Technical basis for PMR Platform • PMR database and its web-application • Back-end: NoSQL database (MongoDB 3.x and Neo4J) • Flexibility and scalability • Front-end: PHP, jQuery, HighChart JS, and Plotly.js • Apache HTTP Server • pmr-RESTful web APIs • Microsoft ASP.NET Web API 2.x • C#, Plotly.js ,and Htmlwidgets.js • Microsoft IIS Web Server
  • 2. 1/19/2016 2 PMR website http://metnetdb.org/PMR/ Species and Experiments list Star means samples also have transcriptomicsdata Experiments available for selected species Sample Names Reproducibility test – Spearman correlations Experimental Metadata Platform Metadata Metabolite list
  • 3. 1/19/2016 3 Metabolite list Metabolite data as Boxplot Volcano plot: Comparing data between samples Metabolomics data empowers accurate computational modeling and hypothesis development • Hur et al. Natural Product Reports (2013) • Quanbeck et al. Frontiers in Plant Science (2012) • Yeo et al. JBC (2012) • Ngaki et al Nature (2012) • Atsushi et al Plant Physiology (2014) • Vu et al Plant Signaling & Behavior (2015) • Li et al BMC Genomics (2015) pmr-RESTful web APIs to share PMR data and functionality with diverse users • Undergraduate teaching- 6-week Genetics lab unit to determine function of yeast genes (https://db.nanobio.illinois.edu) • Araport- Arabidopsis information portal (https://www.araport.org) Near Future: • Soybase (http://soybase.org) • MaizeGDB (http://www.maizegdb.org) • Sol Genomics Network (http://www.sgn.cornell.edu) Genetics lab: Yeast: Let's Mess it up! pmr-RESTful web APIs simply designed for use by other resources • Based on HTTP requests; detail encoded directly in URL path • Output format: JSON (JavaScript Object Notation) http(s)://BaseURL + Input parameters • Example URL: http://pmr-webapi- gdcb.iastate.edu/pmrWebApi/api/v1 /experiments/list?species=Arabidopsis_thaliana Retrieved data { "species": "Arabidopsis_thaliana", "expName": "At2010-KO5", "expId": 110 }, { "species": "Arabidopsis_thaliana", "expName": "At2010-KO6", "expId": 111 }, { "species": "Arabidopsis_thaliana", "expName": "At2010-KO7", "expId": 199 }, { "species": "Arabidopsis_thaliana", "expName": "At2010-KO8", "expId": 198 }, { "species": "Arabidopsis_thaliana", "expName": "At2010-KO9", "expId": 197 } Example: PMR API for sharing metabolite data http://pmr-webapi- gdcb.iastate.edu/pmrWebApi/api/v1 /metabolites/list?species=Arabidospis_thali ana&expId=106&pId=84&dataVersion=1.0/ Retrieved data [ { "mId": 4348, "metaboliteName":"16-Hydroxyhexadecanoic acid" }, { "mId": 4349, "metaboliteName":"18-hydroxyoctadeca-9,12-dienoic acid" }, { "mId": 4350, "metaboliteName":"18-hydroxyoctadec-9-enoicacid" }, { "mId": 4353, "metaboliteName":"2-hydroxyhexadecanoic acid" }, { "mId": 4354, "metaboliteName":"2-hydroxyeicosanoicacid" }, { "mId": 4355, "metaboliteName":"2-hydroxydocosanoic acid" }, { "mId": 4356, "metaboliteName":"2-hydroxytetracosanoicacid" }, { "mId": 4357, "metaboliteName":"2-hydroxytetracos-2-enoicacid" }, { "mId": 4358, "metaboliteName":"2-hydroxyhexacosanoic acid" },
  • 4. 1/19/2016 4 Example of PMR API for visualization (Box Plot) JSON format http://pmr-webapi-gdcb.iastate.edu/pmrWebApi/api/v1 /boxplot/list?species=Arabidopsis_thaliana&expId=106& omicsType=valMetabolomics&pId=84&mId=4348&dataV ersion=1.0&minLod=true&legendColor=chemicalgroup/ Htmlwidgets.js Boxplot Plotly.js Htmlwidgets.js - http://www.htmlwidgets.org/ Plotly.js- https://plot.ly/ JavaScript applications Showing actual plotsRetrieved data Bringing PMR data and functions into ARAPORT Example of Apps on ARAPORT – PMR_Plotter Boxplot on PMR Boxplot on ARAPORT Metabolite: 18-hydroxyoctadeca-9,12-dienoicacid https://www.araport.org/apps/jmiller/pmrplotter Conclusions and Future Directions • PMR is a systems biology platform to support the community • Developed RESTful web APIs for PMR • Integrate additional PMR metabolomics data and functionalities with ARAPORT • PMR will make well-designed documentation for a workflow that can be used within the ARAPORT science apps and other community resources. Data repository Stat analysis Data sharing Data integration Acknowledgments EEC-0813570 MCB-0951170 Medicinal Plant Consortium GM092521 Dr. Jason MillerDr. Chris Town Irina Belyaeva Erik Ferlanti DESC0014038 ARAPORT team at J. Craig Venter Institute Iowa State University Center for Metabolic Biology Dr. Basil J Nikolau Dr. Ling Li PI: Eve Syrkin Wurtele PMR team at Iowa State University Zebulon Arendsee