Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Provide a molecule pattern for a ring of a given size or composition
ResourceFunction["MoleculeRingPattern"][n] returns a molecule pattern representing an n-membered ring. | |
ResourceFunction["MoleculeRingPattern"][{a1,a2,…}] returns a molecule pattern with the atoms ai arranged in a ring. |
Find the positions of all 5-membered rings in adenosine:
In[1]:= |
Out[1]= |
Find and highlight 5-membered and 6-membered rings together:
In[2]:= |
Out[2]= |
Create a pattern for a 6-membered ring containing at least one oxygen atom:
In[3]:= |
Out[3]= |
Test for the existence of a pattern with MoleculeContainsQ:
In[4]:= |
Out[4]= |
Use FindMoleculeSubstructure to find the indices for a pattern inside a molecule:
In[5]:= |
Out[5]= |
Use a ring pattern in a substructure replacement:
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
Search through a list for molecules matching a particular pattern. Start with a list of 25 molecules:
In[8]:= |
Out[8]= |
In[9]:= |
Out[9]= |
This work is licensed under a Creative Commons Attribution 4.0 International License