schrodinger.seam.transforms package¶
Seam Transform Catalog¶
Transform |
Description |
|---|---|
Read a file (or files) containing structures
and return a PCollection of |
|
Write a PCollection of |
|
Read a file (or files) containing molecules. |
|
Write a PCollection of |
|
Split a PCollection into two PCollections: a random sample of the input PCollection and the remaining elements. |
|
Split a PCollection into two PCollections: the largest n elements of the input PCollection and the remaining elements. |
|
Create a PCollection made up of a random sample of the input PCollection. |
|
Create a PCollection containing the smallest element(s) of the input PCollection. |
|
Starts an IPython shell to interactively inspect the contents of a PCollection. |
|
Associate inputs with the Pareto front for parameter minimization. |
Scientific Transforms¶
Transform |
Description |
|---|---|
Dock ligands into a receptor using Glide. |
|
Clean up and prepare a protein using PrepWizard. |
|
Clean up and prepare a ligand and generate tautomers. |
|
Refine a protein receptor using Prime. |
|
Filters a PCollection of |
|
Filters a PCollection of |
|
|
Minimize a structure using a force field minimization. |
|
Minimize a structure using an MLFF model. |
|
Generate conformers. |
Generate conformers aligned to shape(s). |
|
|
Decorates a PCollection of |
Generate molecular fragments from input |
|
Combinatorial retrosynthesis of |
|
Purely systematic combinatorial retrosynthesis of |
Submodules¶
- schrodinger.seam.transforms.combiners module
- schrodinger.seam.transforms.core module
- schrodinger.seam.transforms.grouping module
- schrodinger.seam.transforms.partitioners module
- schrodinger.seam.transforms.resources module
- schrodinger.seam.transforms.samplers module
- schrodinger.seam.transforms.window module