Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<script src="http://wzrd.in/bundle/biojs-vis-sequence@latest"></script>
<script src="http://wzrd.in/bundle/jquery-browser-plugin@0.0.6"></script>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<div id="holder"></div>
 
var theSequence = '111111111122222222223333333333444444444455555555556666666666111111111122222222223333333333444444444455555555556666666666';
$.browser = require("jquery-browser-plugin");
 var Sequence = require("biojs-vis-sequence");
    mySequence = new Sequence({
        sequence : theSequence,
        target : "holder",
        format : 'CODATA',
        formatOptions : {
            title:false,
            footer:false
        },
        id : 'P918283'
    });
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers