Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Dependencies

Sebastian Wilzbach edited this page Jun 3, 2016 · 11 revisions

see also the Tools.

Dependencies

  • backbone: structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling
  • biojs-events: the recommended BioJS event system (= Backbone events)
  • biojs-io-clustal: CLUSTAL parser
  • biojs-io-fasta: FASTA parser
  • biojs-model: standard BioJS data schemes
  • biojs-vis-colorschemes: a collection of popular color schemes
  • blueimp_canvastoblob: convert canvas elements into Blob objects
  • browser-saveas: HTML5 Polyfill for saveAs
  • jbone: JavaScript Library for DOM manipulation. Replacement jQuery for Backbone in browsers (super light-weight!)
  • underscore: whole mess of useful functional programming helpers
  • tnt: phylogenetic tree visualizer
  • stat.seqs: allows various operations with sequences, including calculation of the consensus sequence
  • biojs-vis-seqlogo: sequence logo visualizer
Clone this wiki locally