libsequence  1.9.5
Sequence::ambiguousNucleotide Struct Reference

Tests if a character is in the set A,G,C,T. More...

#include <Sequence/SeqAlphabets.hpp>

Inherits unary_function< char, bool >.

Public Member Functions

bool operator() (const char &c) const
 

Detailed Description

Tests if a character is in the set A,G,C,T.

Examples:
valid_dna.cc.

Definition at line 66 of file SeqAlphabets.hpp.

Member Function Documentation

◆ operator()()

bool Sequence::ambiguousNucleotide::operator() ( const char &  c) const
Returns
true if c is not A,G,C, or T, false otherwise
Note
Case-insensitive

Definition at line 32 of file SeqAlphabets.cc.


The documentation for this struct was generated from the following files: