navicatGA.wrappers_selfies¶
Attributes¶
Functions¶
|
|
|
Generate 2D and 3D depictions from an rdkit.mol object with 3D coordinates. |
|
|
|
Generate 2D and 3D depictions from a list of selfies characters. |
|
|
|
|
|
|
|
|
|
Generates a rdkit.mol object with 3D coordinates from a list of selfies characters. |
|
|
|
|
|
|
|
|
|
Generate a selfies string from a list of selfies characters. |
|
Generate a canonical smiles string from a list of selfies characters. |
|
Module Contents¶
- navicatGA.wrappers_selfies.mol_structure2cm(mol)¶
- navicatGA.wrappers_selfies.mol_structure2depictions(mol_structure, root_name='output')¶
Generate 2D and 3D depictions from an rdkit.mol object with 3D coordinates.
- navicatGA.wrappers_selfies.sc2cm(chromosome, order='C')¶
- navicatGA.wrappers_selfies.sc2depictions(chromosome, root_name='output', lot=0)¶
Generate 2D and 3D depictions from a list of selfies characters.
- navicatGA.wrappers_selfies.sc2ilogp(chromosome)¶
- navicatGA.wrappers_selfies.sc2krr(chromosome)¶
- navicatGA.wrappers_selfies.sc2levenshtein_to_target(chromosome, target_selfie)¶
- navicatGA.wrappers_selfies.sc2logp(chromosome)¶
- navicatGA.wrappers_selfies.sc2mol_structure(chromosome, lot=0)¶
Generates a rdkit.mol object with 3D coordinates from a list of selfies characters.
- navicatGA.wrappers_selfies.sc2mv(chromosome)¶
- navicatGA.wrappers_selfies.sc2mw(chromosome)¶
- navicatGA.wrappers_selfies.sc2mwilogp(chromosome)¶
- navicatGA.wrappers_selfies.sc2nmw(chromosome)¶
- navicatGA.wrappers_selfies.sc2selfies(chromosome)¶
Generate a selfies string from a list of selfies characters.
- navicatGA.wrappers_selfies.sc2smiles(chromosome)¶
Generate a canonical smiles string from a list of selfies characters.
- navicatGA.wrappers_selfies.sc2tanimoto_to_target(chromosome, target_selfie)¶
- navicatGA.wrappers_selfies.lg¶
- navicatGA.wrappers_selfies.logger¶