Read Data

Functions to parse and load molecule information from files.

read_pdb()

Read PDB File

read_sdf()

Read SDF File

Generate Rayrender Scene

Functions for generating objects to add to scenes

generate_atom_scene()

Build Scene (atoms only)

generate_bond_scene()

Build Scene (bonds only)

generate_full_scene()

Build Scene (bonds + atoms)

Render Raytraced Scene

Function to render the current scene.

render_model()

Render Molecule Model

Get Examples

Function to get included example data.

get_example_molecule()

Get Example Molecule

get_molecule()

Get Molecule

pkgdown utils

Internal but must be exported to meet CRAN guidelines

run_documentation()

Run Documentation