@hackage BiobaseTrainingData0.1.2.0
RNA folding training data
Categories
License
GPL-3.0-only
Maintainer
choener@tbi.univie.ac.at
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (8)
- BiobaseDotP
- BiobaseFR3D
- BiobaseXNA >=0.5.0.1
- base >3 && <5
- bytestring
- either-unwrap Show all…
Dependents (2)
@hackage/acme-everything, @hackage/RNAwolf
Parameter training for RNA secondary structure prediction tools
requires data to train on. Since there are a number of
different available formats, and handling them all in the
training tools is a pain, we have this library and programs.
MkTrainingData transforms different formats and they all
produce a common "training data" format. This format is
Haskell-readable (and only partially human-readable)
line-by-line. Generating additional training data is therefor
easy as one can just "cat" together different training files.
Note that several features are designed around extended RNA secondary structures.
Now with some filtering and manipulation options.