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

ClustalW-MPI: ClustalW analysis using distributed and parallel computing.

Kuo-Bin Li1

  • 1Bioinformatics Institute, 30 Medical Drive, Singapore 117609, Republic of Singapore. kuobin@bii.a-star.edu.sg

Bioinformatics (Oxford, England)
|August 13, 2003
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

Predicting Protein-Protein Interaction Sites Using Sequence Descriptors and Site Propensity of Neighboring Amino Acids.

International journal of molecular sciences·2016
Same author

Predicting membrane protein types by incorporating protein topology, domains, signal peptides, and physicochemical properties into the general form of Chou's pseudo amino acid composition.

Journal of theoretical biology·2012
Same author

Correlation of expression profiles between microRNAs and mRNA targets using NCI-60 data.

BMC genomics·2009
Same author

MiRTif: a support vector machine-based microRNA target interaction filter.

BMC bioinformatics·2008
Same author

Incorporating the amino acid properties to predict the significance of missense mutations.

Amino acids·2008
Same author

Remote protein homology detection using recurrence quantification analysis and amino acid physicochemical properties.

Journal of theoretical biology·2008
Same journal

conMItion: an R package adjusting confounding factors for associations in multi-omics.

Bioinformatics (Oxford, England)·2026
Same journal

SpaMFG: a Spatial Multi-omics Integration Method based on Feature Grouping.

Bioinformatics (Oxford, England)·2026
Same journal

CSCN: Inference of Cell-Specific Causal Networks Using Single-Cell RNA-Seq Data.

Bioinformatics (Oxford, England)·2026
Same journal

Sparse CCA-Based Mediation Analysis with High-Dimensional Exposures and Mediators.

Bioinformatics (Oxford, England)·2026
Same journal

Enhancing Cross-Context Generalization in Drug Perturbation Prediction with a Multimodal Conditional Diffusion Framework.

Bioinformatics (Oxford, England)·2026
Same journal

Primer Design through Submodular Function Estimation.

Bioinformatics (Oxford, England)·2026
See all related articles

ClustalW-MPI offers a parallelized approach to sequence alignment, significantly reducing computation time for multiple protein and nucleotide sequence analysis. This distributed implementation enhances the efficiency of the ClustalW algorithm on clusters.

Area of Science:

  • Bioinformatics
  • Computational Biology
  • Genomics

Background:

  • Multiple sequence alignment is crucial for understanding protein and nucleotide sequence relationships.
  • Traditional ClustalW can be computationally intensive for large datasets.
  • Parallel computing offers a solution to accelerate these analyses.

Purpose of the Study:

  • To present ClustalW-MPI, a parallelized version of the ClustalW sequence alignment tool.
  • To reduce the execution time of multiple sequence alignment through parallelization.

Main Methods:

  • The study details the parallelization of ClustalW's three main steps: pairwise alignment, guide-tree generation, and progressive alignment.
  • Message Passing Interface (MPI) is employed for distributed and parallel computation.

Related Experiment Videos

  • The software is designed to run on distributed workstation clusters and parallel computers.
  • Main Results:

    • ClustalW-MPI successfully parallelizes all key stages of the ClustalW algorithm.
    • The parallel implementation is shown to reduce execution time compared to the serial version.
    • The software demonstrates compatibility with both distributed clusters and traditional parallel systems.

    Conclusions:

    • ClustalW-MPI provides a significant speedup for multiple sequence alignment tasks.
    • This parallel implementation makes large-scale sequence analysis more feasible.
    • The use of MPI enables efficient utilization of distributed computing resources for bioinformatics.