In [8]:
import biojs
In [9]:
msa = biojs.msa()
In [10]:
msa.importURL("http://rostlab.org/~goldberg/jalv_example.clustal")
In [11]:
msa.plot()
In [13]:
msa2 = biojs.msa()
In [14]:
msa2.importURL('https://github.com/wilzbach/msa/blob/master/snippets/data/ssgp.clustal')
msa2.plot()
In [ ]:
In [ ]: