10 #ifndef _RD_SEQUENCEPARSE_H_ 11 #define _RD_SEQUENCEPARSE_H_ 30 RWMol *
SequenceToMol(
const std::string &seq,
bool sanitize =
true,
43 RWMol *
FASTAToMol(
const char *seq,
bool sanitize =
true,
bool lowerD =
false);
45 RWMol *
FASTAToMol(
const std::string &seq,
bool sanitize =
true,
56 RWMol *
HELMToMol(
const char *helm,
bool sanitize =
true);
58 RWMol *
HELMToMol(
const std::string &helm,
bool sanitize =
true);
RWMol * FASTAToMol(const char *seq, bool sanitize=true, bool lowerD=false)
RWMol * SequenceToMol(const char *seq, bool sanitize=true, bool lowerD=false)
Includes a bunch of functionality for handling Atom and Bond queries.
RWMol * HELMToMol(const char *helm, bool sanitize=true)