-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open tasks for v1.0.0 #8
Comments
I have a question regarding
Is it for 2d view? What tool are you going to use? However, if it is only about plots, Altair looks better |
Hi @nadja-mansurov, The interactive plots are already in-place using Unfortunately they not displayed in the website-rendered version, to see them you would need to run the notebook locally.
The idea was to add another widget that allows to select the environmental partners (rows) but they depend on the selected superfeatures and that becomes complex. Instead, I was wondering if we offer widget for a percentage cutoff ("show only all env partners that appear more often than X% of the frames"). What do you think? |
The d3.js import option for notebooks is amazing! Do you think this could help us to add interaction partners to this 2D ligand view? What I have is What I would like to add around the ligand are the env partners somehow like here:
|
@dominiquesydow thank you for the quick response! I can imagine, that 2D visualization will be a "background" and env partners will be added by d3. I think I will create a separate branch from view-2d, and as the first step just add d3.js there |
All features for a version 1.0.0 are implemented - moved a few more technical issues to #25. Closing this issue. |
core
infrastructureLigand
class - see Update core classes w.r.t. dynophore 0.2 output #21dynophore-0.2
output instead of hard-coded feature colors indefinitions
; update plots/nglview accordingly - see Replace hardcoded feature colors with superfeature color attribute #22Ligand
asDynophore
attribute? If ligand PDB block were part of JSON/PML files, that would be fantastic! Simplify rdkit molecule generation for ligand #31Plots (static/interactive)
matplotlib.pyplot.eventplot
for occurrence plots instead of simple dot plots... - see Use plt.eventplot for superfeature/envpartner occurrences #23[Medium] Add marker for feature cutoffs (needs feature definitions added to pml file)[Minor] Or add widget that toggles between "all frames" and "only frames where superfeature occurs"3D viz
Check if dcd file has appropriate number of frames (e.g. 1000 frames)> For 20k frames this was not a problem in the Jupyter Notebooknglview
trajectory > Addednglview.player.TrajectoryPlayer(view)
to notebooks.2D viz
CLI
dynoviz demo
Package
raise_keyerror_if_invalid_superfeature_name
private!!Documentation
The text was updated successfully, but these errors were encountered: