#include "bioseq.h"#include <string>#include "strformat.h"#include <sys/stat.h>#include <cstring>#include "codon.h"Functions | |
| void | testLoad (const string &file) |
| void | testTranslate () |
| void | testLongestORF () |
| void | testLongestPlus () |
| void | testLongestNMissingORF () |
| void | testFindORF (const string &file) |
| void | testcodon () |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void testcodon | ( | ) |
| void testFindORF | ( | const string & | file | ) |
References findAllORFIndex(), bioseq::length(), longestORFPlus(), bioseq::read(), and bioseq::toString().
| void testLoad | ( | const string & | file | ) |
| void testLongestNMissingORF | ( | ) |
References best, longestNoStartORFPlus(), longestNoStopORFPlus(), and reverseComplementInPlace().
| void testLongestORF | ( | ) |
References DNA::longestORFForward().
| void testLongestPlus | ( | ) |
References longestNoStopORFPlus(), and longestORFPlus().
| void testTranslate | ( | ) |
References dna, DNA::longestORF(), DNA::longestORFForward(), and DNA::longestORFReverse().
1.5.6