pysster: classification of biological sequences by learning sequence and structure motifs with convolutional neural networks

Bioinformatics. 2018 Sep 1;34(17):3035-3037. doi: 10.1093/bioinformatics/bty222.

Abstract

Summary: Convolutional neural networks (CNNs) have been shown to perform exceptionally well in a variety of tasks, including biological sequence classification. Available implementations, however, are usually optimized for a particular task and difficult to reuse. To enable researchers to utilize these networks more easily, we implemented pysster, a Python package for training CNNs on biological sequence data. Sequences are classified by learning sequence and structure motifs and the package offers an automated hyper-parameter optimization procedure and options to visualize learned motifs along with information about their positional and class enrichment. The package runs seamlessly on CPU and GPU and provides a simple interface to train and evaluate a network with a handful lines of code. Using an RNA A-to-I editing dataset and cross-linking immunoprecipitation (CLIP)-seq binding site sequences, we demonstrate that pysster classifies sequences with higher accuracy than previous methods, such as GraphProt or ssHMM, and is able to recover known sequence and structure motifs.

Availability and implementation: pysster is freely available at https://github.com/budach/pysster.

Supplementary information: Supplementary data are available at Bioinformatics online.

MeSH terms

  • Binding Sites
  • Machine Learning
  • Neural Networks, Computer*
  • Sequence Analysis
  • Software