PubMed Health⌕ Search

Biomedical subjects

Bertil Schmidt

Publications and source records attributed to Bertil Schmidt.

3 recordsLinked to original sources

RabbitSketch: a high-performance sketching library for genome analysis.

SUMMARY: We present RabbitSketch, a highly optimized library of sketching algorithms such as MinHash, OrderMinHash, and HyperLogLog that can exploit the power of modern multi-core CPUs. It provides significant speedups compared to existing implementations, ranging from 2.30× to 49.55×, as well as flexible and easy-to-use interfaces for both Python and C++. As a result, the similarity analysis of 455GB genomic data can be completed in only 5 minutes using RabbitSketch with merely 20 lines of Python code. As a case study, we enhanced RabbitTClust by integrating RabbitSketch's Kssd algorithm, resulting in a 1.54× speedup with no loss in accuracy. AVAILABILITY AND IMPLEMENTATION: RabbitSketch is available at https://github.com/RabbitBio/RabbitSketch with an archived version at Zenodo: https://doi.org/10.5281/zenodo.14903962. Detailed API documentation is available at https://rabbitsketch.readthedocs.io/en/latest.

Software↗

PREDNOD, a prediction server for peptide binding to the H-2g7 haplotype of the non-obese diabetic mouse.

The non-obese diabetic (NOD) mouse is a widely used animal model for study of autoimmune diseases, in particular human type 1 diabetes mellitus (T1DM). Identification of the subset of peptides that bind MHC molecules comprising the H-2g7 haplotype of NOD mouse and thereby representing potential NOD T-cell epitopes is important for research into the pathogenesis and immunotherapy of T1DM. The H-2g7 haplotype comprises the MHC class-I molecules Kd and Db and a single class-II molecule I-Ag7. We have developed a prediction system, PREDNOD, for accurate identification of peptides that bind the MHC molecules constituting the H-2g7 haplotype. PREDNOD is accessible at http://antigen.i2r.a-star.edu.sg/Ag7.

Algorithms↗

Using reconfigurable hardware to accelerate multiple sequence alignment with ClustalW.

Aligning hundreds of sequences using progressive alignment tools such as ClustalW requires several hours on state-of-the-art workstations. We present a new approach to compute multiple sequence alignments in far shorter time using reconfigurable hardware. This results in an implementation of ClustalW with significant runtime savings on a standard off-the-shelf FPGA.

Computers↗