Finding Largest Common Substructures of Molecules in Quadratic Time

October 27, 2016 Β· Declared Dead Β· πŸ› Conference on Current Trends in Theory and Practice of Informatics

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Andre Droschinsky, Nils Kriege, Petra Mutzel arXiv ID 1610.08739 Category cs.DS: Data Structures & Algorithms Cross-listed cs.CC Citations 10 Venue Conference on Current Trends in Theory and Practice of Informatics Last Checked 4 months ago
Abstract
Finding the common structural features of two molecules is a fundamental task in cheminformatics. Most drugs are small molecules, which can naturally be interpreted as graphs. Hence, the task is formalized as maximum common subgraph problem. Albeit the vast majority of molecules yields outerplanar graphs this problem remains NP-hard. We consider a variation of the problem of high practical relevance, where the rings of molecules must not be broken, i.e., the block and bridge structure of the input graphs must be retained by the common subgraph. We present an algorithm for finding a maximum common connected induced subgraph of two given outerplanar graphs subject to this constraint. Our approach runs in time $\mathcal{O}(Ξ”n^2)$ in outerplanar graphs on $n$ vertices with maximum degree $Ξ”$. This leads to a quadratic time complexity in molecular graphs, which have bounded degree. The experimental comparison on synthetic and real-world datasets shows that our approach is highly efficient in practice and outperforms comparable state-of-the-art algorithms.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted