Skip to main content

An IPython interface for embedding iCn3D viewer

Project description

icn3dpy

icn3dpy is a simple IPython/Jupyter widget to embed an interactive iCn3D viewer in a notebook. Its source code is at PyPI, and is also included at iCn3D GitHub.

The 3D view of icn3dpy in Jupyter Notebook is interactive, just like in any browser. The popup windows will appear under the 3D view. If you have a predefined cutom view, you can use the predefined commands in icn3dpy as shown below.

If you experience problems, please file an issue.

Installation

Install icn3dpy:

pip install icn3dpy

Install node if node is unavailable. One way in Mac is to use "brew":

brew update

brew install node 

Install Jupyter Lab and the extension "jupyterlab_3dmol":

pip install jupyterlab

jupyter labextension install jupyterlab_3dmol
or jupyterhub labextension install jupyterlab_3dmol

Usage

Open a notebook:

jupyter notebook

and issue Python script as follows:

import icn3dpy

"mmdbid" as input:

view = icn3dpy.view(q='mmdbid=6hjr')
view

You can also try other input besides "mmdbid". "cid" as input:

view = icn3dpy.view(q='cid=2244')
view

"url" as input for local PDB files, e.g., "./1TOP.pdb":

view = icn3dpy.view(q='url=pdb|./1TOP.pdb')
view

"url" as input for remote PDB files:

view = icn3dpy.view(q='url=pdb|https://storage.googleapis.com/membranome-assets/pdb_files/proteins/FCG2A_HUMAN.pdb')
view

"url" as input for iCn3D PNG Image files:

view = icn3dpy.view(q='url=icn3dpng|https://api.figshare.com/v2/file/download/39125801')
view

Use predefined commands (The Jupyter Notebook commands can be copied from the "Copy Commands" button in the "File > Share Link" menu of interactive iCn3D viewers in Jupyter Notebook or in a web browser):

view = icn3dpy.view(q='mmdbid=6m0j',command='scatterplot interaction pairs | !A !E | hbonds,salt bridge,interactions,halogen,pi-cation,pi-stacking | false | threshold 3.8 6 4 3.8 6 6; show selection; add residue number labels')
view

Embed a static image instead of an interactive 3D view to improve the performace of a page with multiple structures. The image is clickable to launch an interactive 3D view. The parameters are separated with the symbol "&" (e.g., "imageonly=1&showanno=1"). All parameters are described in the "URL parameters" section:

view = icn3dpy.view(q='mmdbid=6hjr', para='imageonly=1')
view

Command

You can use iCn3D interactive interface to generate a custom view, then click "File > Share Link" to get the commands in the "Original URL". All iCn3D commands are listed here.

License

United States Government Work

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

icn3dpy-3.37.0.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

icn3dpy-3.37.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file icn3dpy-3.37.0.tar.gz.

File metadata

  • Download URL: icn3dpy-3.37.0.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.8.2 requests/2.28.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.7.3

File hashes

Hashes for icn3dpy-3.37.0.tar.gz
Algorithm Hash digest
SHA256 f3f87129962946a591f7f897e646d359faa1f2cfc804a31662bb40bfebbe3c41
MD5 7ced308a2a653713a427abeca25e5c13
BLAKE2b-256 3b8c976c5b9f2294177ca8f6e059962f41460c581047cd2207caf439ebb357db

See more details on using hashes here.

File details

Details for the file icn3dpy-3.37.0-py3-none-any.whl.

File metadata

  • Download URL: icn3dpy-3.37.0-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.8.2 requests/2.28.1 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.7.3

File hashes

Hashes for icn3dpy-3.37.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e769ec599680784eb7a9df31dcba318d219afe5546efa192dc02ede405d50e6f
MD5 4245e784f2057a85a4e94a078f9469fd
BLAKE2b-256 bead03d7cc0139c788e7badfa8f587f12c30a4e5d2e64b6d929fb33c78cb0a2c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page