vdj_pipe
pipeline for processing DNA sequence data
Namespaces | Functions
sequence_transform.hpp File Reference
#include <string>
#include "boost/range.hpp"
#include "boost/range/as_literal.hpp"
#include "vdj_pipe/detail/string_ref.hpp"
#include "vdj_pipe/exception.hpp"
#include "vdj_pipe/nucleotide_index.hpp"
#include "vdj_pipe/sequence_interval.hpp"
Include dependency graph for sequence_transform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 vdj_pipe
 Main namespace of vdj_pipe library.
 

Functions

template<class Range >
std::string vdj_pipe::complement (Range const &r)
 
std::string vdj_pipe::transform (const boost::string_ref seq, sequence_interval const &si, const bool reverse)
 Reverse-complement (optionally) a portion of a sequence. More...
 

Detailed Description

part of vdj_pipe project.

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