@datagrok/phylo-tree-viewer

1.2.11 • Public • Published

PhyloTreeViewer

PhyloTreeViewer is a Datagrok package for phylogenetic trees visualization.

Notations

Now only the Newick tree format is supported.

Viewers

PhylocanvasGL viewer is a JsViewer wrapper of PhylocanvasGL javascript library component to use within Datagrok. It exposes the most of the properties of the Phylocanvas.gl.

Newick handler and PhylocanvasGlViewer

The viewer expects dataFrame with the tag '.newick'

const df: DG.DataFrame = ...;
df.setTag('.');
const treeViewer = df.plot.fromType('PhyloTreeViewer:PhylocanvasGl', {});

File handlers

File with .nwk, .newick extension will be transformed to a DataFrame of nodes (node, parent, leaf columns) with PhylocanvasGlViewer docked on the right side of the grid.

Readme

Keywords

none

Package Sidebar

Install

npm i @datagrok/phylo-tree-viewer

Weekly Downloads

3

Version

1.2.11

License

none

Unpacked Size

4.32 MB

Total Files

44

Last publish

Collaborators

  • stleonid
  • spodgrok
  • aparamonov_datagrok
  • skalkin
  • dskatov