vdj_pipe
pipeline for processing DNA sequence data
|
Common subsequence. More...
#include <common_subsequence.hpp>
Public Member Functions | |
Common_subseq (const unsigned start=0, const unsigned len=0) | |
Public Attributes | |
unsigned | start_ |
match starting position in pattern More... | |
unsigned | len_ |
match length More... | |
detail::Vector_set< super_seq > | seq_ |
Common subsequence.
|
inlineexplicit |
unsigned vdj_pipe::gdst::Common_subseq::len_ |
match length
detail::Vector_set<super_seq> vdj_pipe::gdst::Common_subseq::seq_ |
set of sequence IDs and match starting positions
unsigned vdj_pipe::gdst::Common_subseq::start_ |
match starting position in pattern