Visualiser for the SAM format
npm install biojs-vis-sam

> Visualiser for the SAM format
npm install biojs-vis-sam``javascript`
var biojsvissam = require('biojs-vis-sam');
T
There are three classes in the biojs-vis-sam package.
#### .set_size(size)
Parameter: sizeint
Type: instance.set_size(15)
Example:
Changes the size of the viewer. It also triggers 'onBaseSizeChanged'.
`javascript``
biojsvissam.set_size(15); //Sets the font size to 15
To programatically controll th
The events that
Please submit all issues and pull requests to the homonecloco/biojs-vis-sam repository!
This software is licensed under the Apache 2 license, quoted below.
Copyright (c) 2014, Ricardo H. Ramirez-Gonzalez
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.