vdj_pipe
pipeline for processing DNA sequence data
Classes | Namespaces | Functions
common_subsequence.hpp File Reference
#include "boost/assert.hpp"
#include "vdj_pipe/detail/vector_set.hpp"
#include "vdj_pipe/sequence_position.hpp"
Include dependency graph for common_subsequence.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vdj_pipe::gdst::Common_subseq
 Common subsequence. More...
 

Namespaces

 vdj_pipe
 Main namespace of vdj_pipe library.
 

Functions

bool vdj_pipe::gdst::mismatching_end (const unsigned start1, const unsigned len1, const unsigned start2, const unsigned len2, const unsigned match_len)
 

Detailed Description

part of vdj_pipe project.

Distributed under GNU General Public License, Version 3; see doc/license.txt.
Copyright Mikhail K Levin 2014

Function Documentation

bool vdj_pipe::gdst::mismatching_end ( const unsigned  start1,
const unsigned  len1,
const unsigned  start2,
const unsigned  len2,
const unsigned  match_len 
)
inline
Parameters
start1start of the aligned region in the first sequence
len1length of the first sequence
start2start of the aligned region in the second sequence
len2length of the second sequence
match_lenlength of the aligned region
Returns
true if two aligned sequences have one or both mismatching ends