What is it about?

Modern DNA analysis methods make errors. There is an algorithm called SCITE that rectifies some of these errors and finds out which mutations are most likely to be present in a cancer tumor. We have re-implemented the SCITE algorithm with special computation hardware, so-called Field-Programmable Gate Arrays (FPGAs), to make this evaluation faster and more energy-efficient. In our work, we describe how we designed and optimized our implementation and how its speed and energy efficiency are comparable and even higher than what traditional computers can achieve.

Featured Image

Why is it important?

This work is another example of how FPGAs can be used to accelerate scientific computations at much higher performance and energy efficiency than what traditional computers can achieve. This is especially true since traditional computers are optimized for a certain set of operations, e.g. floating-point arithmetics. This means that their performance quickly falls when an algorithm like SCITE uses operations not within this set. FPGAs can execute almost any operation equally well. Thus, FPGAs can shine in situations like this where traditional computers fail.

Read the Original

This page is a summary of: Mutation Tree Reconstruction of Tumor Cells on FPGAs Using a Bit-Level Matrix Representation, June 2023, ACM (Association for Computing Machinery),
DOI: 10.1145/3597031.3597050.
You can read the full text:

Read

Resources

Contributors

The following have contributed to this page