Skip to content

rcdk::matches() function bugs #136

Description

@YANGJJ93MS

There is an issue for substructure match function. I got true value even if the substructure is not in the query molecule.

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.


There is an issue for substructure match function. I got true value even if the substructure is not in the query molecule.

mol = parse.smiles('CN(C)c1cccc2c(S(=O)(=O)Oc3ccc4c5c3OC3C(=O)CC(O)C6(O)C(C4)N(CC4CC4)CCC536)cccc12')
query =  'CN(C)CCc1ccccc1'
rcdk::matches(query,mol)

Screenshots

"rcdk::matches(query2,mol1)
CN(C)c1cccc2c(S(=O)(=O)Oc3ccc4c5c3OC3C(=O)CC(O)C6(O)C(C4)N(CC4CC4)CCC536)cccc12.match
TRUE"

System (please complete the following information):

  • OS: windows 11
  • R-4.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions