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

Object-oriented sequence analysis: SCL--a C++ class library

W Vahrson1, K Hermann, J Kleffe

  • 1Abteilung Molekularbiologie und BioInformatik, Freie Universitä Berlin, Germany. wova@zedat.fu-berlin.de

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

Understanding and addressing bias in urine drug screening protocols on high-volume labor and delivery units.

Journal of neonatal-perinatal medicine·2025
Same author

[New treatment approaches for and ongoing trials in metastatic hormone-sensitive prostate cancer].

Urologie (Heidelberg, Germany)·2023
Same author

Maize resistance to witchweed through changes in strigolactone biosynthesis.

Science (New York, N.Y.)·2023
Same author

More evidence on TRIO missense mutations in the spectrin repeat domain causing severe developmental delay and recognizable facial dysmorphism with macrocephaly.

Neurogenetics·2021
Same author

Development of the BELANA questionnaire for the analysis of economic burdens of food allergy and intolerance.

Allergologie select·2019
Same author

Immunotherapeutic maintenance treatment with toll-like receptor 9 agonist lefitolimod in patients with extensive-stage small-cell lung cancer: results from the exploratory, controlled, randomized, international phase II IMPULSE study.

Annals of oncology : official journal of the European Society for Medical Oncology·2018
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 Sequence Class Library (SCL) offers C++ classes for DNA and protein sequence analysis. It supports database access, sequence alignment, and general programming tasks, promoting flexible algorithm development.

Area of Science:

  • Bioinformatics
  • Computational Biology
  • Software Engineering

Background:

  • Sequence analysis is crucial in molecular biology.
  • Object-oriented programming offers advantages for complex data structures and algorithms.
  • Existing libraries may lack flexibility or comprehensive features for sequence analysis.

Purpose of the Study:

  • To introduce the Sequence Class Library (SCL), a C++ library for sequence analysis.
  • To provide a flexible and comprehensive set of tools for bioinformatics tasks.
  • To facilitate explorative programming and algorithm experimentation.

Main Methods:

  • Developed SCL using object-oriented programming principles in C++.
  • Designed flexible sequence classes, database access classes, and collection management classes.

Related Experiment Videos

  • Included classes for higher-level tasks like sequence alignment and general programming utilities.
  • Main Results:

    • SCL provides a robust framework for analyzing DNA and protein sequences.
    • The library includes components for database interaction, sequence manipulation, and alignment.
    • General programming support classes enhance usability and error handling.

    Conclusions:

    • SCL enables efficient and flexible development of bioinformatics applications.
    • The library encourages an explorative programming style for algorithm development.
    • SCL serves as a valuable tool for researchers in computational biology and bioinformatics.