Skip to content

Commit

Permalink
Update platform_versioned_docs/version-24.3/getting-started/studios.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Llewellyn vd Berg <[email protected]>
  • Loading branch information
llewellyn-sl authored Feb 25, 2025
1 parent c2ec059 commit 3609668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ From the **Studios** tab, select **Add a Studio** and complete the following:
### Visualize protein structures
The following Python script visualizes and compares protein structures produced by Alphafold 2 and ESMFold, creating a composite interactive 3D image of the two structures with contrasting colors. The script aligns mobile structures to reference structures, retrieves lists of C-alpha atoms from both structures, creates views for individual and combined structures, and creates an interactive view of the individual and combined structures using PY3DMol.
The following Python script visualizes and compares protein structures produced by Alphafold 2 and ESMFold, creating a composite interactive 3D image of the two structures with contrasting colors. The script aligns mobile structures to reference structures, retrieves lists of C-alpha atoms from both structures, creates views for individual and combined structures, and creates an interactive view of the individual and combined structures using Py3DMol.
Run the following script in your Jupyter notebook to install the necessary packages and perform visualization:
Expand Down

0 comments on commit 3609668

Please sign in to comment.