StochHMM  v0.34
Flexible Hidden Markov Model C++ Library and Application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes
StochHMM::gff_feature Struct Reference

#include <traceback_path.h>

List of all members.

Public Attributes

std::string seqname
std::string source
std::string feature
size_t start
size_t end
char score
char strand
char frame
std::string attribute

Detailed Description

*Each gff_feature represents a single GFF line

Definition at line 48 of file traceback_path.h.


Member Data Documentation

std::string StochHMM::gff_feature::attribute

Definition at line 57 of file traceback_path.h.

Referenced by StochHMM::traceback_path::gff().

size_t StochHMM::gff_feature::end

Definition at line 53 of file traceback_path.h.

Referenced by StochHMM::traceback_path::gff().

std::string StochHMM::gff_feature::feature

Definition at line 51 of file traceback_path.h.

Referenced by StochHMM::traceback_path::gff().

char StochHMM::gff_feature::frame

Definition at line 56 of file traceback_path.h.

Referenced by StochHMM::traceback_path::gff().

char StochHMM::gff_feature::score

Definition at line 54 of file traceback_path.h.

Referenced by StochHMM::traceback_path::gff().

std::string StochHMM::gff_feature::seqname

Definition at line 49 of file traceback_path.h.

Referenced by StochHMM::traceback_path::gff().

std::string StochHMM::gff_feature::source

Definition at line 50 of file traceback_path.h.

Referenced by StochHMM::traceback_path::gff().

size_t StochHMM::gff_feature::start

Definition at line 52 of file traceback_path.h.

Referenced by StochHMM::traceback_path::gff().

char StochHMM::gff_feature::strand

Definition at line 55 of file traceback_path.h.

Referenced by StochHMM::traceback_path::gff().


The documentation for this struct was generated from the following file: