a way to display reactions with their stoichometry
expanded or collapseable view of reactions with multiple stoichometry example: 2A + B -> C could be expaned to A + A + B -> C for atom mapping
Have JCP use CDK to guess the best mapping in
reactions. The pseudo code is straightforward:
match all reactants against all products
(the larger the common substructure, the better the
match)
decide which reactants match against which
products
then proceed in mapping atoms for each
reactant-product pair
This will leave gaps of moved atom groups. It is
reported to give a surprising variety of possible
maps in many reactions and the result is not easy to
extract without human moderation.
Therefore, it might be guided by mappings manually
set by the user, possibly in a interactive manner:
give the above method a try
if fails, have user select 1 or a few atom atom
mappings
a way to display reactions with their stoichometry
expanded or collapseable view of reactions with multiple stoichometry example: 2A + B -> C could be expaned to A + A + B -> C for atom mapping
Have JCP use CDK to guess the best mapping in reactions. The pseudo code is straightforward: