LGAIDCNEGNMay 3, 2021

EBIC.JL -- an Efficient Implementation of Evolutionary Biclustering Algorithm in Julia

arXiv:2105.01196v1Has Code
Originality Synthesis-oriented
AI Analysis

This provides bioinformatics researchers with an efficient, open-source tool for analyzing large-scale biological data like cancer biomarkers and gene-drug interactions.

The authors implemented the EBIC biclustering algorithm in Julia, maintaining comparable accuracy to the original while achieving faster convergence for most problems.

Biclustering is a data mining technique which searches for local patterns in numeric tabular data with main application in bioinformatics. This technique has shown promise in multiple areas, including development of biomarkers for cancer, disease subtype identification, or gene-drug interactions among others. In this paper we introduce EBIC.JL - an implementation of one of the most accurate biclustering algorithms in Julia, a modern highly parallelizable programming language for data science. We show that the new version maintains comparable accuracy to its predecessor EBIC while converging faster for the majority of the problems. We hope that this open source software in a high-level programming language will foster research in this promising field of bioinformatics and expedite development of new biclustering methods for big data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes