RDKit
Open-source cheminformatics and machine learning.
SequenceParsers.h File Reference
#include <RDGeneral/export.h>
#include <string>

Go to the source code of this file.

Namespaces

 RDKit
 Std stuff.
 

Functions

RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::SequenceToMol (const char *seq, bool sanitize, bool lowerD)
 
RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::SequenceToMol (const std::string &seq, bool sanitize, bool lowerD)
 
RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::SequenceToMol (const char *seq, bool sanitize=true, int flavor=0)
 
RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::SequenceToMol (const std::string &seq, bool sanitize=true, int flavor=0)
 
RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::FASTAToMol (const char *seq, bool sanitize, bool lowerD)
 
RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::FASTAToMol (const std::string &seq, bool sanitize, bool lowerD)
 
RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::FASTAToMol (const char *seq, bool sanitize=true, int flavor=0)
 
RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::FASTAToMol (const std::string &seq, bool sanitize=true, int flavor=0)
 
RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::HELMToMol (const char *helm, bool sanitize=true)
 
RDKIT_FILEPARSERS_EXPORT RWMol * RDKit::HELMToMol (const std::string &helm, bool sanitize=true)