See https://github.com/TeselaGen/openVectorEditor for an actively developed plasmid editor.
A Standalone Vector Editor
The following example creates a VectorEditor instance of the genbank file sequenceGB
.
var sequence = VE.Sequence.fromGenbank(sequenceGB);
var vectorEditor = new VE.VectorEditor({
renderTo: $('body'),
sequence: sequence,
});
node app.js