Cookbook - BioSharp
A BioSharp recipe book
BioSharp is a large library, and getting up and running quickly can be daunting. This cookbook contains a set of code snippets to kick-start your BioSharp experience.
How Do I....?
Alphabets and Symbols
- How do I get a DNA, RNA or Protein Alphabet?
- How do I make a custom Alphabet from custom Symbols?
- How do I make a CrossProductAlphabet such as a codon Alphabet?
- How do I break Symbols from CrossProduct Alphabets into their component Symbols?
Basic Sequence Manipulation
TODO
Credits
Many of the cookbook entries are direct ports from the BioJava project.