Struct bio::seq_analysis::orf::Orf
[−]
[src]
pub struct Orf { pub start: usize, pub end: usize, pub offset: i8, }
An orf representation with start and end position of said orf, as well as offset of the reading frame (1,2,3) and strand location
Fields
start: usize
end: usize
offset: i8