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 Concept Videos

Multimachine Stability01:25

Multimachine Stability

Multimachine stability analysis is crucial for understanding the dynamics and stability of power systems with multiple synchronous machines. The objective is to solve the swing equations for a network of M machines connected to an N-bus power system.
In analyzing the system, the nodal equations represent the relationship between bus voltages, machine voltages, and machine currents. The nodal equation is given by:
Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
Improving Translational Accuracy02:07

Improving Translational Accuracy

Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
Maxwell-Boltzmann Distribution: Problem Solving01:20

Maxwell-Boltzmann Distribution: Problem Solving

Individual molecules in a gas move in random directions, but a gas containing numerous molecules has a predictable distribution of molecular speeds, which is known as the Maxwell-Boltzmann distribution, f(v).
This distribution function f(v) is defined by saying that the expected number N (v1,v2) of particles with speeds between v1 and v2 is given by
Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving01:29

Mechanistic Models: Compartment Models in Algorithms for Numerical Problem Solving

Mechanistic models play a crucial role in algorithms for numerical problem-solving, particularly in nonlinear mixed effects modeling (NMEM). These models aim to minimize specific objective functions by evaluating various parameter estimates, leading to the development of systematic algorithms. In some cases, linearization techniques approximate the model using linear equations.
In individual population analyses, different algorithms are employed, such as Cauchy's method, which uses a...
Multi-pass Transmembrane Proteins and β-barrels01:09

Multi-pass Transmembrane Proteins and β-barrels

In multi-pass transmembrane proteins, the polypeptide chain crosses the membrane more than once. The transmembrane polypeptide chain either forms an α-helix or β-strand structure. α-Helix containing multi-pass transmembrane proteins are ubiquitous, whereas β-strand containing ones are mainly found in gram-negative bacteria, mitochondria, and chloroplasts.
α-Helix containing multi-pass transmembrane proteins
Multi-pass transmembrane proteins such as G-protein-linked receptors (GPCRs) and...

You might also read

Related Articles

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

Sort by
Same author

A single nucleotide polymorphism in LRP2 is associated with susceptibility to Alzheimer's disease in the Chinese population.

Clinica chimica acta; international journal of clinical chemistry·2010
Same author

Three-component assembly and divergent ring-expansion cascades of functionalized 2-iminooxetanes.

Angewandte Chemie (International ed. in English)·2010
Same author

Prokaryotic expression and potential application of the truncated PCV-2 capsid protein.

Virologica Sinica·2010
Same author

Serum and urinary cell-free MiR-146a and MiR-155 in patients with systemic lupus erythematosus.

The Journal of rheumatology·2010
Same author

Peptide dendrimers as efficient and biocompatible gene delivery vectors: Synthesis and in vitro characterization.

Journal of controlled release : official journal of the Controlled Release Society·2010
Same author

The amplification and evolution of orthologous 22-kDa α-prolamin tandemly arrayed genes in coix, sorghum and maize genomes.

Plant molecular biology·2010
Same journal

Evolution of CTCF binding sites in the human genome.

Molecular biology and evolution·2026
Same journal

Recent plastid replacement in Karlodinium ballantinum (Kareniaceae, Dinoflagellata) challenges the paradigms of endosymbiotic gene transfer.

Molecular biology and evolution·2026
Same journal

Segmentally Duplicated Regulatory Elements Undergo Human-Specific Rewiring.

Molecular biology and evolution·2026
Same journal

The life history of recessive deleterious alleles as seen through the eyes of a honey bee (Apis mellifera).

Molecular biology and evolution·2026
Same journal

Severe bottleneck of ancient Homo populations: Insights from computational modeling and relevant fossil evidence.

Molecular biology and evolution·2026
Same journal

Population Epigenetics: Deciphering DNA Methylation Diversity and its Implications for Health, Disease, and Evolution.

Molecular biology and evolution·2026
See all related articles

Related Experiment Video

Updated: May 13, 2026

Using Phylogenetic Analysis to Investigate Eukaryotic Gene Origin
08:57

Using Phylogenetic Analysis to Investigate Eukaryotic Gene Origin

Published on: August 14, 2018

Efficient implementation of MrBayes on multi-GPU.

Jie Bao1, Hongju Xia, Jianfu Zhou

  • 1College of Information Technical Science, Nankai University, Tianjin, China.

Molecular Biology and Evolution
|March 16, 2013
PubMed
Summary
This summary is machine-generated.

Accelerating Bayesian phylogenetic inference, this study introduces an efficient GPU implementation of Metropolis-coupled Markov chain Monte Carlo (MCMCMC). This novel approach significantly speeds up DNA data analysis for large datasets, enabling faster evolutionary studies.

Keywords:
GPUMrBayesadaptive task decompositiontask scheduling

Related Experiment Videos

Last Updated: May 13, 2026

Using Phylogenetic Analysis to Investigate Eukaryotic Gene Origin
08:57

Using Phylogenetic Analysis to Investigate Eukaryotic Gene Origin

Published on: August 14, 2018

Area of Science:

  • Computational Biology
  • Bioinformatics
  • High-Performance Computing

Background:

  • Bayesian inference using Metropolis-coupled Markov chain Monte Carlo (MCMCMC) is crucial for phylogenetic analysis.
  • Existing MCMCMC algorithms struggle with the computational demands of massive real-world DNA datasets.
  • Graphics Processing Units (GPUs) offer significant acceleration potential for complex computations.

Purpose of the Study:

  • To develop an efficient GPU-accelerated implementation of MCMCMC for the MrBayes program.
  • To enhance the speed and scalability of Bayesian phylogenetic inference for large DNA sequence data.
  • To leverage the parallel processing capabilities of GPUs for faster analysis.

Main Methods:

  • Implementation of an adaptive MCMCMC (aMCMCMC) algorithm on Compute Unified Device Architecture (CUDA).
  • Dynamic adjustment of task granularity to optimize GPU core utilization based on data size and hardware.
  • Development of adaptive sequence splitting/combining and node-by-node task scheduling for improved concurrency and reduced overhead.

Main Results:

  • Achieved up to 63x speedup on a single GPU, 170x with four GPUs, and 478x with a 32-node GPU cluster compared to serial MrBayes.
  • Demonstrated significant performance gains over previous MCMCMC algorithms.
  • Showcased excellent scalability on large GPU clusters.

Conclusions:

  • The aMCMCMC implementation dramatically accelerates Bayesian phylogenetic inference.
  • This GPU-based approach effectively handles massive DNA datasets, overcoming previous computational limitations.
  • The method offers a scalable and efficient solution for modern phylogenetic research.