A library for working with phylogenetic and population genetic data.
v0.27.0
GffReader::Feature Struct Reference

#include <genesis/population/formats/gff_reader.hpp>

Detailed Description

Definition at line 81 of file gff_reader.hpp.

Public Attributes

std::string attributes_group
 
size_t end
 
std::string feature
 
signed char frame
 
double score
 
std::string seqname
 
std::string source
 
size_t start
 
char strand
 

Member Data Documentation

◆ attributes_group

std::string attributes_group

Definition at line 91 of file gff_reader.hpp.

◆ end

size_t end

Definition at line 87 of file gff_reader.hpp.

◆ feature

std::string feature

Definition at line 85 of file gff_reader.hpp.

◆ frame

signed char frame

Definition at line 90 of file gff_reader.hpp.

◆ score

double score

Definition at line 88 of file gff_reader.hpp.

◆ seqname

std::string seqname

Definition at line 83 of file gff_reader.hpp.

◆ source

std::string source

Definition at line 84 of file gff_reader.hpp.

◆ start

size_t start

Definition at line 86 of file gff_reader.hpp.

◆ strand

char strand

Definition at line 89 of file gff_reader.hpp.


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