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

g:Selection

Seb edited this page Aug 28, 2014 · 2 revisions

There are three different types of selection

See the source.

  1. RowSelection

seqId: <string>
  1. ColumnSelection

xStart: <int>
xEnd: <int>

Example bin.

  1. PosSelection (combination of Column and Row)

seqId: <string>
xStart: <int>
xEnd: <int>

The global selection obj is msa.selcol. It is a Backbone collection.

msa.selcol.add(<selection>])
msa.selcol.reset([<selection>])

An example JSBin for a PosSelection

Clone this wiki locally