vdj_pipe
pipeline for processing DNA sequence data
|
#include <sequence_map_aligned.hpp>
Public Member Functions | |
Match () | |
Public Attributes | |
Seq_id | id_ |
int | score_ |
unsigned | n_mismatches_ |
double | identity_ |
sequence_interval | si_ |
std::vector< uint32_t > | cigar_ |
|
inline |
std::vector<uint32_t> vdj_pipe::Seq_map_aligned::Match::cigar_ |
Seq_id vdj_pipe::Seq_map_aligned::Match::id_ |
double vdj_pipe::Seq_map_aligned::Match::identity_ |
unsigned vdj_pipe::Seq_map_aligned::Match::n_mismatches_ |
int vdj_pipe::Seq_map_aligned::Match::score_ |
sequence_interval vdj_pipe::Seq_map_aligned::Match::si_ |