- Clone the repository
- Run
pip install .
in the root directory. It's recommended to create a virtual environment first, usernadeep.yaml
for that (e.g.conda env create -n rnadeep --file rnadeep.yaml
).
-
rnadeep: The nessecary tools to sample and encode the learning data, the spotrna models, and important metrics.
-
rnaconv: Contains the rfam database as well as multiple tools to generate artifical data in different ways using RNAfold3 and SISSI4. Refer to
rnaconv/ReadMe.md
-
examples: Example python, bash and slurm scripts to train and predict data. Refer to
examples/ReadMe.md
- For a documentation document of the modules and functions refer to
doc/documentation.pdf
Christoph Flamm1, Julia Wielach1, Michael T. Wolfinger1,2, Stefan Badelt1, Ronny Lorenz1, Ivo L. Hofacker1,2
1Department of Theoretical Chemistry, University of Vienna, Vienna, Austria
2Research Group Bioinformatics and Computational Biology, Faculty of Computer Science, University of Vienna, Vienna, Austria
This repository contains additional resources that were used during preparation of the manuscript. These include custom code, Google Colab notebook and data files.