Ken Youens-Clark
Ken Youens-Clark
I see that I can open the Structure Tools menu in the viewer to manually hide components like water, ions, and lipids. I would love to have these off by...
This sounds promising. How can I learn about this function? If I search https://molstar.org/docs/, I find nothing about `setSubtreeVisibility`. I'm asking ChatGPT if it can suggest some solutions, but it...
Here's what I think you're suggesting: ``` 1 import { Viewer } from 'molstar/build/viewer/molstar'; 2 import { AnimateModelIndex } from 'molstar/lib/mol-plugin-state/animation/built-in/model-index'; 3 import { StructureSelectionQuery } from 'molstar/lib/mol-plugin-state/helpers/structure-selection-query' 4 import...