How to use the interaction-viewer/InteractionViewer.call function in interaction-viewer

To help you get started, we’ve selected a few interaction-viewer examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github smartscenes / sstk / client / js / lib / interaction-viewer / RecordingViewer.js View on Github external
function RecordingViewer(params) {
  var defaults = {
  };
  this.urlParams = _.getUrlParams();
  InteractionViewer.call(this, _.defaults(Object.create(null), params, defaults));

  this.recordingId = this.urlParams.fullId;
  this.characterCreator = new CharacterCreator();
  this.timeSlider = $(this.__options.timeSlider || '#timeSlider');
  this.annotationLabels = $(this.__options.annotationLabels || '#annotationLabels');
}

interaction-viewer

Display interaction information for different proteins and overlay information about diseases and subcellular location.

MIT
Latest version published 2 years ago

Package Health Score

59 / 100
Full package analysis