Function Repository Resource:

MoleculeView

Source Notebook

View the two-dimensional and three-dimensional plots of a molecule side by side

Contributed by: Wolfram Chemistry Team

ResourceFunction["MoleculeView"][name]

displays the two- and three-dimensional plots of the molecule corresponding to name.

Details

ResourceFunction["MoleculeView"] accepts the same forms of name as Molecule.

Examples

Basic Examples (4) 

Explore a molecule from a systematic chemical name:

In[1]:=
ResourceFunction[
 "MoleculeView"]["5-fluoro-1-(2R,5S)-[2(hydroxymethyl)-1,3-oxathiolan-5-yl]cytosine"]
Out[1]=

Explore a molecule from a chemical Entity:

In[2]:=
ResourceFunction["MoleculeView"][Entity["Chemical", "BoraneCarbonyl"]]
Out[2]=

Explore a molecule from a SMILES string:

In[3]:=
ResourceFunction["MoleculeView"]["C[Al-](C)([CH3+]1)[CH3+][Al-]1(C)C"]
Out[3]=

Explore a molecule from its BioSequence:

In[4]:=
ResourceFunction["MoleculeView"][BioSequence["TAC"]]
Out[4]=

Publisher

Wolfram Chemistry Team

Version History

  • 1.0.0 – 20 September 2021

Related Resources

License Information