0.1.5 • Published 9 years ago

biojs-vis-blast v0.1.5

Weekly downloads
3
License
-
Repository
github
Last release
9 years ago

Blast Visualization Component

The Blast visualization component uses table view of visualizing and analysing massive BLAST output data by integrating features, filtering and rendering of BLAST hits.

Installation

Start using the component :http://localhost:9090/snippets

Usage

read more detail at : wiki

Documentation and Directories

We alreaddy use the Evalue, Identity, Bit-score and Score features to specialize the alignments. To costumize the filtering and sorting you can change the function below:

sortInit: function Sort() by adding more options. The features should be add to the select node. Code structure select.appendChild(option4).

####Features

  • item Feature filtering the alignmentes
  • Sorting alignments
  • Filtering the results by their length
  • displaying Evalue for each sequence

####lib folder

The base directory contains styles that help start a project. It contains styles that are large containers of a page. This directory could include SASS files like:

Responsive Grid Page specific layouts

####biojs-vis-blast file

The main project code

Contributing

fill free to contribute