/bio-rs

Bioinformatics library in rust for Project Rosalind problems

Primary LanguageRust

Bio

Bioinformatics library written to help solve the Rosalind problems.

TODO

  • replace all panic! macros with proper error handling and custom type

Notes

  • FASTA algo
    1. generate index table ID: HashMap<u8, Vec>
    2. generate SQ: difference Q and ID: Vec<Vec>
    3. creaete freq dist of SQ
    4. use high freq points as anchors