#include "bioseq.h"#include <string>#include "strformat.h"#include <sys/stat.h>#include <cstring>Functions | |
| void | testLoad (const string &file) |
| void | testTranslate () |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References bioseq::assign(), bioseq::computeEntropy(), bioseq::getcode(), bioseq::length(), bioseq::printFasta(), printFasta(), bioseq::printFastaWithHeader(), bioseq::read(), Protein::relativeEntropy(), Protein::relativeEntropyUniform(), reverseComplementInPlace(), string(), bioseq::subseq(), testLoad(), testTranslate(), and DNA::translate().
| void testLoad | ( | const string & | file | ) |
| void testTranslate | ( | ) |
References dna, DNA::longestORF(), DNA::longestORFForward(), and DNA::longestORFReverse().
Referenced by main().
1.5.6