Code Monkey home page Code Monkey logo

Comments (3)

dsehnal avatar dsehnal commented on June 2, 2024 1

There are two basic ways to apply custom coloring to residues:

  • Write a custom theme that takes the coloring data as params. See for example the validation report coloring theme
  • Use the overpaint mechanism, which allows you to color representations using a selection. See here for entry point.

Is it possible to programmatically zoom to a selection?

Yes, see plugin.managers.camera.focusLoci (or other focus* functions.

Is it possible to strip out non-amino acids while loading a PDB?

Yes, see for example the polymer and ligand preset for how the state tree is built by default for PDB files. You can either hide the ligand after applying the preset or use the code as template for your own one.

from molstar.

dsehnal avatar dsehnal commented on June 2, 2024 1
  • plugin.managers.structure.hierarchy.current for StructureComponentRefs
    • EDIT: or just copy the relevant part of setStructureOverpaint to your code
  • You can execute a query for example with Script.getStructureSelection and converting it to Loci with StructureSelection.toLociWithSourceUnits

from molstar.

lazear avatar lazear commented on June 2, 2024

OK, thanks. If I use the overpaint mechanism, how do I acquire a StructureComponentRef[]? And how do I select given AA ranges (a Loci) from a Structure?

image

from molstar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.