BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
aliases.hpp File Reference

Provides aliases for qualified. More...

+ Include dependency graph for aliases.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 

Typedefs

using bio::alphabet::dna15q = qualified< dna15, phred42 >
 An alphabet that stores a bio::alphabet::dna15 letter and an bio::alphabet::qualified letter at each position.
 
using bio::alphabet::dna4q = qualified< dna4, phred42 >
 An alphabet that stores a bio::alphabet::dna4 letter and an bio::alphabet::phred42 letter at each position.
 
using bio::alphabet::dna5q = qualified< dna5, phred42 >
 An alphabet that stores a bio::alphabet::dna5 letter and an bio::alphabet::phred42 letter at each position.
 
using bio::alphabet::rna15q = qualified< rna15, phred42 >
 An alphabet that stores a bio::alphabet::rna15 letter and an bio::alphabet::qualified letter at each position.
 
using bio::alphabet::rna4q = qualified< rna4, phred42 >
 An alphabet that stores a bio::alphabet::rna4 letter and an bio::alphabet::phred42 letter at each position.
 
using bio::alphabet::rna5q = qualified< rna5, phred42 >
 An alphabet that stores a bio::alphabet::rna5 letter and an bio::alphabet::phred42 letter at each position.
 

Detailed Description

Provides aliases for qualified.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>