Alexander Rose
Alexander Rose
It looks like a DirectVolume Representation is somehow added. I tried loading ccp4 files into molstar.org/viewer but could not reproduce it.
Google translate: "How to make different pdbid's ligand colors different". You could try the structure-index color theme. But depending on what you want you need to do it manually in...
 where Expression is ``` (sel.atom.atom-groups :residue-test (and (= atom.resname UM6) (= atom.resno 401)) :atom-test (or (= atom.altloc A) (= atom.altloc ``)) ) ```
I have no knowledge of shiny molstar. Best to contact the developer of it.
Please see if #1463 solves it for you.
Thanks @corredD this looks nice, will review later. Regarding "pymol algo". Did you copy any code? Because PyMOL is GPL last I checked and we do not want GPL code...
Are clip objects not enough? Maybe with a mode like for spheres? What is the use case for the filtering?
I will need some more time to look at the Loci
I guess that is because they are always regarded as transparent internally - probably just needs a check when looping over render objects. Could you have a look?
We don't have an API for extracting the interactions. You will need to go pretty deep into the code. A starting point is src\mol-model-props\computed\interactions.ts.