cycle20 cbbd8ff72e Issue #2: reverted mol* contributors' license headers před 2 roky
..
LICENSE 56d4d0c5f5 Issue #2: LICENSE updates and license headers added před 2 roky
README.md 758b857e31 Issue #2: updated README.md files před 2 roky
algorithm.ts cbbd8ff72e Issue #2: reverted mol* contributors' license headers před 2 roky
behavior.ts cbbd8ff72e Issue #2: reverted mol* contributors' license headers před 2 roky
camera.ts 56d4d0c5f5 Issue #2: LICENSE updates and license headers added před 2 roky
debug-utils.ts 56d4d0c5f5 Issue #2: LICENSE updates and license headers added před 2 roky
labeling.ts 56d4d0c5f5 Issue #2: LICENSE updates and license headers added před 2 roky
prop.ts cbbd8ff72e Issue #2: reverted mol* contributors' license headers před 2 roky
representation.ts cbbd8ff72e Issue #2: reverted mol* contributors' license headers před 2 roky
symmetry.ts 56d4d0c5f5 Issue #2: LICENSE updates and license headers added před 2 roky
tmdet-color-theme.ts 56d4d0c5f5 Issue #2: LICENSE updates and license headers added před 2 roky
transformation.ts 56d4d0c5f5 Issue #2: LICENSE updates and license headers added před 2 roky
types.ts 56d4d0c5f5 Issue #2: LICENSE updates and license headers added před 2 roky

README.md

TMDET Extension

TmMol* is a Mol* extension to visualize transmembrane regions and topology according to data of http://pdbtm.enzim.hu/ served by PDBe.

Usage

loadWithUNITMPMembraneRepresentation call on an initialized PluginUIContext object downloads structure and annotation data from the given URLs.

For example:

<script type="text/javascript" src="./tm_molstar.js"></script>
<script type="text/javascript">
    // init viewer
    var viewer = new tm_molstar.Viewer('app', {
        layoutShowControls: false,
        layoutIsExpanded: false,
        viewportShowExpand: true,
        collapseLeftPanel: true
    });

    var pdbId = '1a0s';

    tm_molstar.loadWithUNITMPMembraneRepresentation(viewer.plugin, {

        // URL to get mmCIF/PDBx data
        structureUrl: `https://cs.litemol.org/${pdbId}/full`,

        // URL to load PDBTM information according to FunPDBe Data Exchange Format
        regionDescriptorUrl: `http://localhost:8000/tmdet-data/${pdbId}.json`,
    });
...

Please see the index.html and index.ts files of the demo application in the src/apps/tm-viwer folder and example data files in data/tmdet-example-annotations folder for more details.

Authors

  • Gabor Tusnady (tusnady.gabor at ttk.hu), Protein Bioinformatics Research Group, RCNS.
  • Csongor Gerdan (gerdan.csongor at ttk.hu), Protein Bioinformatics Research Group, RCNS.

License

Creative Commons Attribution-NonCommercial 4.0 International Public License

Please see the LICENSE file for more details or visit https://creativecommons.org/licenses/by-nc/4.0/.