0.0.17 • Published 11 years ago

origenes v0.0.17

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

Origenes

Implementing some basic DNA sequence manipulation tools.

My very first experiment with node.js. A place to study, learn and have fun.

Getting Started

Install the module with: npm install origenes

var origenes = require('origenes');

origenes.complement("AGTC"); // "TCAG"

origenes.reverse("AGTC"); // "CTGA"

origenes.reverseComplement("AGTC"); // "CAGT" 

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 tripitakit
Licensed under the MIT license.

0.0.17

11 years ago

0.0.16

11 years ago

0.0.15

11 years ago

0.0.14

11 years ago

0.0.13

11 years ago

0.0.12

11 years ago

0.0.11

11 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.1

11 years ago