yat  0.21pre
DnaComplementer.h
1 #ifndef _theplu_yat_omic_dna_complementer
2 #define _theplu_yat_omic_dna_complementer
3 
4 // $Id: DnaComplementer.h 3792 2019-04-12 07:15:09Z peter $
5 //
6 // Copyright (C) 2016, 2017, 2018 Peter Johansson
7 //
8 // This program is free software; you can redistribute it and/or modify
9 // it under the terms of the GNU General Public License as published by
10 // the Free Software Foundation; either version 3 of the License, or
11 // (at your option) any later version.
12 //
13 // This program is distributed in the hope that it will be useful, but
14 // WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 // General Public License for more details.
17 //
18 // You should have received a copy of the GNU General Public License
19 // along with yat. If not, see <http://www.gnu.org/licenses/>.
20 
21 namespace theplu {
22 namespace yat {
23 namespace omic {
24 
31  {
41  char operator()(char x) const;
42  };
43 
44 }}}
45 #endif
The Department of Theoretical Physics namespace as we define it.
Functor that calculates genomic complement.
Definition: DnaComplementer.h:30

Generated on Wed Jan 25 2023 03:34:29 for yat by  doxygen 1.8.14