paper-with-me

홈 › Papers

A step towards neural genome assembly

2020-11-10 · NeurIPS Workshop LMCA 2020 12 · Lovro Vrček, Petar Veličković, Mile Šikić

De novo genome assembly focuses on finding connections between a vast amount of short sequences in order to reconstruct the original genome. The central problem of genome assembly could be described as finding a Hamiltonian path through a large directed graph with a constraint that an unknown number of nodes and edges should be avoided. However, due to local structures in the graph and biological features, the problem can be reduced to graph simplification, which includes removal of redundant information. Motivated by recent advancements in graph representation learning and neural execution of algorithms, in this work we train the MPNN model with max-aggregator to execute several algorithms for graph simplification. We show that the algorithms were learned successfully and can be scaled to graphs of sizes up to 20 times larger than the ones used in training. We also test on graphs obtained from real-world genomic data---that of a lambda phage and E. coli.

📄 PDF Abstract BibTeX arXiv:2011.05013

Code (1)

lvrcek/NeuralLayout 공식 구현 pytorch

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

MPNN There are at least eight notable examples of models from the literature that can be described using the Message Passing Neural Networks (MPNN) framework. For simplicity we…

Similar Papers 제목 키워드 기반

A spectral algorithm for fast de novo layout of uncorrected long nanopore reads

2017-07-17

Motivation: New long read sequencers promise to transform sequencing and genome assembly by producing reads tens of kilobases long. However their high error rate significantly complicates assembly and requires expensive …

Fast genomic optical map assembly algorithm using binary representation

2022-10-13 · Przemysław Stawczyk, Robert Nowak

Reducing the cost of sequencing genomes provided by next-generation sequencing technologies has greatly increased the number of genomic projects. As a result, there is a growing need for better assembly and assembly vali…

Towards complete representation of bacterial contents in metagenomic samples

2022-09-30 · Xiaowen Feng, Heng Li

Background: In the metagenome assembly of a microbiome community, we may think abundant species would be easier to assemble due to their deeper coverage. However, this conjucture is rarely tested. We often do not know ho…

Diversity

Snowball: Strain aware gene assembly of Metagenomes

2015-10-13

Gene assembly is an important step in functional analysis of shotgun metagenomic data. Nonetheless, strain aware assembly remains a challenging task, as current assembly tools often fail to distinguish among strain varia…

ntLink: a toolkit for de novo genome assembly scaffolding and mapping using long reads

2023-01-20 · Lauren Coombe, René L. Warren, Johnathan Wong, Vladimir Nikolic 외

With the increasing affordability and accessibility of genome sequencing data, de novo genome assembly is an important first step to a wide variety of downstream studies and analyses. Therefore, bioinformatics tools that…

Computational Efficiency