/rcdk/man/getsmilesparser.Rd

http://github.com/rajarshi/cdkr · Unknown · 25 lines · 25 code · 0 blank · 0 comment · 0 complexity · ae397ffdbfc796c81464ea9db9756827 MD5 · raw file

  1. \name{get.smiles.parser}
  2. \alias{get.smiles.parser}
  3. \title{
  4. Get a SMILES Parser
  5. }
  6. \description{
  7. This function returns a reference to a SMILES parser
  8. object. If you are parsing multiple SMILES strings, it is
  9. preferable to create your own parser and supply it to
  10. \code{\link{parse.smiles}} rather than forcing that function
  11. to instantiate a new parser for each call
  12. }
  13. \usage{
  14. get.smiles.parser()
  15. }
  16. \value{
  17. A \code{jobjRef} to a CDK \code{SmilesParser} object
  18. }
  19. \keyword{programming}
  20. \seealso{
  21. \code{\link{get.smiles}},
  22. \code{\link{get.smiles.parser}},
  23. \code{\link{view.molecule.2d}}
  24. }
  25. \author{Rajarshi Guha (\email{rajarshi.guha@gmail.com})}