0.5.0 • Published 7 years ago

mi-model v0.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

MI-Model

A NodeJS package for parsing Molecular Interaction JSON data produced by JAMI

Installation

via npm

npm install --save mi-model
MIModel = require('mi-model');

via bower

bower install --save mi-model
<script src="bower_components/mi-model/dist/mi-model.js"></script>

Usage

$.get( "json/EBI-9082861.json", function( data ) {

  new MIModel(data).load().then(function(model) {
    console.log("model", model);
  });
  
  // MIModel(data) returns a Backbone model structure representing the JAMI JSON.
  
  // Optionally you can chain the .load() function which returns
  // a Promise to fetch sequence lengths from uniprot.

});

Model Relationships

alt tag

0.5.0

7 years ago

0.5.13

7 years ago

0.4.13

7 years ago

0.4.12

7 years ago

0.4.11

7 years ago

0.4.10

7 years ago

0.4.9

7 years ago

0.4.8

7 years ago

0.4.7

7 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago