group_decomposition.fragfunctions¶
fragfunctions module
code used to generate fragments of molecules from SMILES code and analyze them
Main functions to call are: identify_connected_fragments - takes one molecule SMILES, returns fragments with connections count_uniques - takes output from above, removes attachments and counts unique fragments count_groups_in_set - takes list of SMILES and counts unique fragments on set
Functions
|
Identify unique fragments in molecules defined in the list_of_smiles, and count the number of occurences for duplicates. |
|
Identify unique fragments in a frame and count the number of times they occur |
|
Fragment a molecule into constituent groups |
|
Given Smiles string, identify fragments in the molecule: |
|
Given two frames of unique fragments, identify shared unique fragments, merge count and frames together. |
|
generate a dictionary containing identify_connected_fragment information |
|
Takes a fragmented molecule and outputs gjf files of the fragments with one attachment point. |