10 #ifndef _RD_SEQUENCEPARSE_H_ 11 #define _RD_SEQUENCEPARSE_H_ 27 RWMol *
SequenceToMol(
const char *seq,
bool sanitize,
bool lowerD);
29 RWMol *
SequenceToMol(
const std::string &seq,
bool sanitize,
bool lowerD);
49 RWMol *
SequenceToMol(
const char *seq,
bool sanitize =
true,
int flavor = 0);
51 RWMol *
SequenceToMol(
const std::string &seq,
bool sanitize =
true,
64 RWMol *
FASTAToMol(
const char *seq,
bool sanitize,
bool lowerD);
66 RWMol *
FASTAToMol(
const std::string &seq,
bool sanitize,
bool lowerD);
86 RWMol *
FASTAToMol(
const char *seq,
bool sanitize =
true,
int flavor = 0);
88 RWMol *
FASTAToMol(
const std::string &seq,
bool sanitize =
true,
int flavor = 0);
98 RWMol *
HELMToMol(
const char *helm,
bool sanitize =
true);
100 RWMol *
HELMToMol(
const std::string &helm,
bool sanitize =
true);
RWMol * SequenceToMol(const char *seq, bool sanitize, bool lowerD)
RWMol * FASTAToMol(const char *seq, bool sanitize, bool lowerD)
RWMol * HELMToMol(const char *helm, bool sanitize=true)