Receive a weekly summary and discussion of the top papers of the week by leading researchers in the field.

In BMC bioinformatics

BACKGROUND : Many studies have shown that structural variations (SVs) strongly impact human disease. As a common type of SV, insertions are usually associated with genetic diseases. Therefore, accurately detecting insertions is of great significance. Although many methods for detecting insertions have been proposed, these methods often generate some errors and miss some variants. Hence, accurately detecting insertions remains a challenging task.

RESULTS : In this paper, we propose a method named INSnet to detect insertions using a deep learning network. First, INSnet divides the reference genome into continuous sub-regions and takes five features for each locus through alignments between long reads and the reference genome. Next, INSnet uses a depthwise separable convolutional network. The convolution operation extracts informative features through spatial information and channel information. INSnet uses two attention mechanisms, the convolutional block attention module (CBAM) and efficient channel attention (ECA) to extract key alignment features in each sub-region. In order to capture the relationship between adjacent subregions, INSnet uses a gated recurrent unit (GRU) network to further extract more important SV signatures. After predicting whether a sub-region contains an insertion through the previous steps, INSnet determines the precise site and length of the insertion. The source code is available from GitHub at https://github.com/eioyuou/INSnet .

CONCLUSION : Experimental results show that INSnet can achieve better performance than other methods in terms of F1 score on real datasets.

Gao Runtian, Luo Junwei, Ding Hongyu, Zhai Haixia

2023-Mar-06

Deep learning, Depthwise separable convolutional network, Gated recurrent unit, Insertion, Structural variation