[J-sec] 3D Structure Plot of Covid19 using BioPython and Py3Dmol

 





■ Covid19 (코로나19)의 구조를 3D로 보기



3D Structure of Covid

  • File Format
    • pdb :PDBParser() legacy
    • cif :MMCIFParser() recent

links

Pkgs

  • pip install nglview
  • pip install py3Dmol
  • pip install pytraj

  • jupyter-nbextension enable nglview --py --sys-prefix

  • nglview enable
  • jupyter-labextension install @jupyter-widget/jupyterlab-manager
  • jupyter-labextension install nglview-js-widgets


Visualizing the 3D structure

  • using nglview
  • py3Dmol
  • using pytraj
  • squiggle

댓글

이 블로그의 인기 게시물

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning