libuproc
1.2.0
|
Open reading frame. More...
#include <orf.h>
Data Fields | |
char * | data |
Derived amino acid sequence as string. More... | |
size_t | start |
Starting index w.r.t. More... | |
size_t | length |
Length of the amino acid sequence. More... | |
double | score |
Sum of codon scores. More... | |
unsigned | frame |
On which frame the ORF was found. More... | |
Open reading frame.
char* uproc_orf::data |
Derived amino acid sequence as string.
size_t uproc_orf::start |
Starting index w.r.t.
the original DNA string
size_t uproc_orf::length |
Length of the amino acid sequence.
double uproc_orf::score |
Sum of codon scores.
unsigned uproc_orf::frame |
On which frame the ORF was found.