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

SORTEZ: a relational translator for NCBI's ASN.1 database

K W Hart1, D B Searls, G C Overton

  • 1Department of Genetics, University of Pennsylvania School of Medicine, Philadelphia 19104-6145.

Computer Applications in the Biosciences : CABIOS
|July 1, 1994
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

Calm Merino ewes have a higher ovulation rate and more multiple pregnancies than nervous ewes.

Animal : an international journal of animal bioscience·2017
Same author

Reduction in Clinical Variance Using Targeted Design Changes in Computerized Provider Order Entry (CPOE) Order Sets: Impact on Hospitalized Children with Acute Asthma Exacerbation.

Applied clinical informatics·2013
Same author

Variation in human papillomavirus type-16 viral load within different histological grades of cervical neoplasia.

Journal of medical virology·2007
Same author

Cervical human papillomavirus infection and squamous intraepithelial lesions in rural Gambia, West Africa: viral sequence analysis and epidemiology.

British journal of cancer·2005
Same author

Mining the bibliome.

The pharmacogenomics journal·2002
Same author

Bioinformatics tools for whole genomes.

Annual review of genomics and human genetics·2001
Same journal

DCA: an efficient implementation of the divide-and-conquer approach to simultaneous multiple sequence alignment.

Computer applications in the biosciences : CABIOS·1998
Same journal

Two applications to facilitate the viewing of database search result files on the Macintosh.

Computer applications in the biosciences : CABIOS·1998
Same journal

BioWish: a molecular biology command extension to Tcl/Tk.

Computer applications in the biosciences : CABIOS·1998
Same journal

The Sequence Alerting Server--a new WEB server.

Computer applications in the biosciences : CABIOS·1998
Same journal

A software tool for the analysis of mass spectrometric disulfide mapping experiments.

Computer applications in the biosciences : CABIOS·1998
Same journal

SAMBA: hardware accelerator for biological sequence comparison.

Computer applications in the biosciences : CABIOS·1998
See all related articles

The National Center for Biotechnology Information (NCBI) database, modeled in ASN.1, can now be queried using SQL. The SORTEZ package transforms ASN.1 data into a relational model for easier access.

Area of Science:

  • Bioinformatics
  • Database Management
  • Computational Biology

Background:

  • The National Center for Biotechnology Information (NCBI) provides extensive biological sequence and literature databases.
  • NCBI data is structured using Abstract Syntax Notation 1 (ASN.1), which is not optimized for direct database querying.
  • Existing retrieval systems like ENTREZ offer limited ad hoc query capabilities for the ASN.1 data model.

Purpose of the Study:

  • To develop a method for accessing NCBI's ASN.1 structured data using standard relational database query languages.
  • To address the lack of an ad hoc query language for the NCBI's ASN.1 data model.
  • To explore the challenges and solutions in transforming complex nested data structures into relational databases.

Main Methods:

  • Developed the SORTEZ software package to transform ASN.1 data into a relational data model.

Related Experiment Videos

  • Migrated the transformed relational data into a Sybase relational database management system.
  • Utilized SQL (Structured Query Language) for data retrieval from the relational database.
  • Main Results:

    • Successfully transformed NCBI's ASN.1 data into a relational model compatible with Sybase.
    • Enabled general-purpose data access to NCBI databases via SQL queries.
    • Demonstrated that ASN.1 to relational data model transformation can be largely automated.

    Conclusions:

    • The SORTEZ package provides a viable solution for querying NCBI data using SQL.
    • Schema transformation and data conversion stages require significant domain expertise and tool support.
    • This work highlights the practical challenges and considerations in database transformation processes.