Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Experiment Videos

Development of SRS.php, a Simple Object Access Protocol-based library for data acquisition from integrated biological

A Barbosa-Silva1, E Pafilis, J M Ortega

  • 1Departamento de Bioquímica e Imunologia, Universidade Federal de Minas Gerais, Belo Horizonte, MG, Brasil.

Genetics and Molecular Research : GMR
|February 15, 2008
PubMed
Summary
This summary is machine-generated.

Related Concept Videos

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Correction: Deep Learning-Based Estimation of Radiographic Position to Automatically Set Up the X-Ray Prime Factors.

Journal of imaging informatics in medicine·2025
Same author

Deep Learning-Based Estimation of Radiographic Position to Automatically Set Up the X-Ray Prime Factors.

Journal of imaging informatics in medicine·2024
Same author

[Accidents in thoracic surgery].

Revista mexicana de tuberculosis y enfermedades del aparato respiratorio·2014
Same author

[Surgical management and postoperative technics in the treatment of pulmonary tuberculosis].

Revista mexicana de tuberculosis y enfermedades del aparato respiratorio·2014
Same author

Changes in the intracellular concentrations of the adenosine phosphates and nicotinamide adenine dinucleotides ofSaccharomyces cerevisiae during batch fermentation.

World journal of microbiology & biotechnology·2014
Same author

pH-dependent photoreactions of the high- and low-potential forms of cytochrome b559 in spinach PS II-enriched membranes.

Photosynthesis research·2013
Same journal

Diallel crosses for resistance to Macrophomina phaseolina and Thanatephorus cucumeris on cowpea.

Genetics and molecular research : GMR·2017
Same journal

Diversity among elephant grass genotypes using Bayesian multi-trait model.

Genetics and molecular research : GMR·2017
Same journal

Coupled transcript and metabolite identification: insights on induction and synthesis of resveratrol in peanut, wild relatives and synthetic allotetraploid.

Genetics and molecular research : GMR·2017
Same journal

Estimates of genetics and phenotypics parameters for the yield and quality of soybean seeds.

Genetics and molecular research : GMR·2017
Same journal

In silico modeling and characterization of phytoparasitic nematodes translationally-controlled tumor proteins.

Genetics and molecular research : GMR·2017
Same journal

Molecular identification of variety purity in a cotton hybrid with unknown parentage using DNA-SSR markers.

Genetics and molecular research : GMR·2017
See all related articles

SRS.php is a new PHP library that facilitates programmatic access to biological databases via the Sequence Retrieval System (SRS). This tool enables efficient data integration and retrieval from diverse sources like UNIPROT, KEGG, and GO.

Area of Science:

  • Bioinformatics
  • Computational Biology
  • Data Science

Background:

  • Data integration is crucial for biological database providers.
  • Transition from HTML to XML has enabled programmatic database interaction.
  • Existing data exchange models simplify user access to distinct information.

Purpose of the Study:

  • To introduce SRS.php, a PHP library for interacting with the Sequence Retrieval System (SRS).
  • To enable programmatic communication with SRS through web services using SOAP and WSDL.
  • To facilitate data acquisition for biological databases, such as the Plant Defense Mechanisms database.

Main Methods:

  • Developed SRS.php using SOAP definitions for web service communication.
  • Implemented functions to query, list, retrieve specific fields, and link records across SRS databases.

Related Experiment Videos

  • Utilized XML messages for data exchange with the SRS server.
  • Main Results:

    • SRS.php allows access to 90 different databases (e.g., UNIPROT, KEGG, GO) with a unified query syntax.
    • Functions enable querying entire databases, listing records, extracting specific fields, and linking related records.
    • Demonstrated library usage with a case study on the Plant Defense Mechanisms database.

    Conclusions:

    • SRS.php enhances data integration capabilities for biological database providers.
    • The library simplifies data acquisition for warehousing and maintenance tasks.
    • Enables PHP scripts to act as web service clients to the SRS server.