Skip to content

Commit

Permalink
Merge pull request #2 from Intron7/v0.1.5
Browse files Browse the repository at this point in the history
v0.1.5
  • Loading branch information
Intron7 authored Jan 20, 2023
2 parents cb24eeb + 895dbad commit e20ee3d
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 60 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# alpha_viewer
Class to view Alphafold models

alpha_viewer is based on the alphafold2 colab notebook visualization. It automatically chooses the best available prediction. alpha_viewer includes functions to plot PAE (`plot_pae`) and pLDDT (`plot_pLDDT`). It also allows for coloring of the py3Dmol view based on pLDDT with `show_confidence`. alpha_viewer contains `.obs`, a pandas data-frame, that can be used for custom annotations based on aa postion within the chain(s). You can use a key of `.obs` to color the py3Dmol view of your protein(s) based that annotation with `show_annotation`.
alpha_viewer is based on the alphafold2 colab notebook visualization. It automatically chooses the best available prediction. alpha_viewer includes functions to plot PAE (`plot_pae`) and pLDDT (`plot_pLDDT`). It also allows for coloring of the py3Dmol view based on pLDDT with `show_confidence`. alpha_viewer contains `.obs`, a pandas data-frame, that can be used for custom annotations based on aa postion within the chain(s). You can use a key of `.obs` to color the py3Dmol view of your protein(s) based that annotation with `show_annotation`. This can also be used to inspect substructures with `show_substructures`.

alpha-viewer has been tested to work with `monomer`, `monomer_ptm` and `multimer` models.
So far it's sadly not possible to save the py3Dmol view for exporting.
Expand Down
Loading

0 comments on commit e20ee3d

Please sign in to comment.