Department of Applied Informatics, Faculty of Mathematics, Physics and Informatics, Comenius University in Bratislava, Mlynska dolina, 842 48 Bratislava, Slovakia.
Department of Computer Science, Faculty of Mathematics, Physics and Informatics, Comenius University in Bratislava, Mlynska dolina, 842 48 Bratislava, Slovakia.
Bioinformatics. 2021 Dec 11;37(24):4661-4667. doi: 10.1093/bioinformatics/btab528.
MinION is a portable nanopore sequencing device that can be easily operated in the field with features including monitoring of run progress and selective sequencing. To fully exploit these features, real-time base calling is required. Up to date, this has only been achieved at the cost of high computing requirements that pose limitations in terms of hardware availability in common laptops and energy consumption.
We developed a new base caller DeepNano-coral for nanopore sequencing, which is optimized to run on the Coral Edge Tensor Processing Unit, a small USB-attached hardware accelerator. To achieve this goal, we have designed new versions of two key components used in convolutional neural networks for speech recognition and base calling. In our components, we propose a new way of factorization of a full convolution into smaller operations, which decreases memory access operations, memory access being a bottleneck on this device. DeepNano-coral achieves real-time base calling during sequencing with the accuracy slightly better than the fast mode of the Guppy base caller and is extremely energy efficient, using only 10 W of power.
https://github.com/fmfi-compbio/coral-basecaller.
Supplementary data are available at Bioinformatics online.
MinION 是一种便携式纳米孔测序设备,可在现场轻松操作,具有监测运行进度和选择性测序等功能。为了充分利用这些功能,需要实时碱基调用。迄今为止,这仅在计算要求高的情况下实现,这在普通笔记本电脑的硬件可用性和能耗方面存在限制。
我们开发了一种新的纳米孔测序碱基调用器 DeepNano-coral,它针对 Coral Edge Tensor 处理单元进行了优化,这是一种小型 USB 附加硬件加速器。为了实现这一目标,我们针对语音识别和碱基调用中使用的卷积神经网络的两个关键组件设计了新版本。在我们的组件中,我们提出了一种将全卷积分解为较小操作的新方法,这减少了内存访问操作,而内存访问是该设备的瓶颈。DeepNano-coral 在测序过程中实现了实时碱基调用,其准确性略优于 Guppy 碱基调用器的快速模式,并且极其节能,仅使用 10 W 的功率。
https://github.com/fmfi-compbio/coral-basecaller。
补充数据可在 Bioinformatics 在线获得。