Applications and libraries/Bioinformatics

From HaskellWiki
< Applications and libraries
Revision as of 09:02, 6 December 2006 by KetilMalde (talk | contribs) (added a brief overview of my stuff)
Jump to navigation Jump to search

Ketil Malde's Bioinformatics stuff

Ketil's bioinformatics pages
Some tools, implemented in Haskell, are available from this site
  • A sequence clustering tool, xsact (currently in revision 1.5).
  • A sequence assembly tool, xtract, which uses an interesting algorithm based on de Bruijn graphs, but unfortunately is hard to get to work right. Unless you plan to fix it, use CAP3 instead.
  • A sequence masking tool, masking ESTs based on a statistical measure of word frequencies.
  • A simple and efficient tool, rselect, for extracting random sets of sequences
  • A bioinformatics library, currently containing bits and pieces needed for the above programs.

This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries.