@grunwaldlab/heat-tree 0.1.2 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # heat-tree
2
2
 
3
3
  A self-contained widget for phylogenetic and taxonomic tree visualization with categorical and continuous variables associated with nodes and tips.
4
+ For the R package that wraps this library, see [https://github.com/grunwaldlab/heattree](https://github.com/grunwaldlab/heattree).
5
+ For a live example of the widget in use see the example in the R package documentation at [https://grunwaldlab.github.io/heattree/articles/Getting-started.html](https://grunwaldlab.github.io/heattree/articles/Getting-started.html).
4
6
 
5
7
  ![](docs/images/example_screenshot.png)
6
8
 
@@ -81,7 +83,8 @@ heatTree(
81
83
  );
82
84
  ```
83
85
 
84
- Metadata tables should be tab-separated or comma-separated text with a `node_id` column that corresponds to node IDs in the newick string.
86
+ Metadata tables should be tab-separated or comma-separated text with a column that corresponds to node IDs in the newick string.
87
+ The column that contains node IDs is automaticly selected.
85
88
 
86
89
  ### Default Aesthetic Mappings
87
90
 
@@ -210,7 +213,8 @@ Use the toolbar's "Data" tab to switch between loaded trees.
210
213
 
211
214
  ## Dependencies
212
215
 
213
- - [D3.js](https://d3js.org/) v7.9.0
216
+ - [D3.js](https://d3js.org/)
217
+ - [vanilla-picker](https://www.npmjs.com/package/vanilla-picker)
214
218
 
215
219
  ## License
216
220