0.2.31 • Published 10 years ago

node-genome v0.2.31

Weekly downloads
4
License
-
Repository
github
Last release
10 years ago

node-genome

notion of a biologically inspired genome driven by a gene regulatory network

Available at https://github.com/scottstensland/node-genome

Installation

npm install node-genome -g

Usage

var genome = require("node-genome"), hello_corinde = genome.hello_corinde;

console.log("here is genome in action : ", hello_corinde());

Tests

npm test

Contributing

Release History

  • 0.1.0 Initial release
  • 0.1.7 settled on entry point structure

Input Data Format - genome consists of nodes and edges :

// library expects JSOM data for input of network graph of nodes / edges

{"nodes": {
        "nodeid": nodedata, 
        "nodeid": nodedata, ...
    },
 "edges": [
        {"source": "sourceid", "target": "targetid"},
        {"source": "sourceid", "target": "targetid"}, ...
    ]
}
0.2.31

10 years ago

0.2.30

10 years ago

0.2.29

10 years ago

0.2.28

10 years ago

0.2.27

10 years ago

0.2.26

10 years ago

0.2.25

10 years ago

0.2.24

10 years ago

0.2.23

10 years ago

0.2.22

10 years ago

0.2.21

10 years ago

0.2.20

10 years ago

0.2.19

10 years ago

0.2.18

10 years ago

0.2.17

10 years ago

0.2.16

10 years ago

0.2.15

10 years ago

0.2.14

10 years ago

0.2.13

10 years ago

0.2.12

10 years ago

0.2.11

10 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago