phyloviz_metadata_link
v0.1.8
Published
allows the link between metadata and nodes from the phyloviz graph
Readme
PHYLOViZ LINK METADATA
This package gives tools to change colours using auxiliary data fields and other graph manipulations. It requires the PHYLOViZ_graph_object obtained from the phyloviz_graph package. It also incorporates features from the phyloviz_utils package.
#Usage example
var phyloviz_link = require('phyloviz_metadata_link');
phyloviz_link(PHYLOViZ_graph_object, function(PHYLOViZ_complete){
console.log(PHYLOViZ_complete); //PHYLOViZ Online object
});