Skip to content

Releases: TongZhou2017/itol.toolkit

v1.1.9

04 Dec 16:51
Compare
Choose a tag to compare
  • Fixed: Meaningless warning in the simplebar template.
  • Fixed: Clustering error when heatmap input contains a single column.
  • Added: Support for simultaneous tree output of Hub.
  • Fixed: Bug when using the + operation with heatmap units.
  • Added: Color sorting algorithm with support for custom root colors.
  • Added: Two tree construction methods (based on string vectors and data frame row/column names).

Full Changelog: https://tongzhou2017.github.io/itol.toolkit/articles/v1.1.9.html

v1.1.8

18 Nov 16:27
Compare
Choose a tag to compare

Add:

  • Citation information while loading itol.toolkit package

  • Color distance calculation and gradient color generation

  • Color generation by two factors

Pencil Plot

v1.1.7

17 Nov 16:45
Compare
Choose a tag to compare
  • Remove the dependence on the Biostrings package to make the installation easier.

  • Debug the file_get_dir and file_get_name functions while without an uplevel path.

v1.1.6

17 Sep 17:12
Compare
Choose a tag to compare

Add search_tree_files function to search the NEWICK format files in a directory.

Add train_theme function to learn themes from template files in a directory.

Update dataset5 files.

Update inbuilt_theme data, which corrected the legend block in the COLOR_STRIP template file.

Fix the create_uint function about the COLOR_STRIP type, which makes the legend function work in the COLOR_STRIP template.

image

v1.1.5

20 Apr 17:17
Compare
Choose a tag to compare

New:

  • Support two factor for shape and color in DATASET_DOMAIN

Fix:

  • write_hub error in DATASET_LINECHART, while node data is empty

v1.1.4

20 Apr 08:53
Compare
Choose a tag to compare

Fixed:

  • write_hub error in DATASET_DOMAIN, while node data is empty

  • write_unit error in LABLE, while the file parameter is empty

v1.1.3

09 Apr 12:59
Compare
Choose a tag to compare
  • Set getwd() as default value of file parameter in write_unit function

  • Added new case of the file parameter in write_unit function: If the value is a director, then use the key value in unit@profile$name as the output file name.

v1.1.2

21 Mar 17:55
Compare
Choose a tag to compare

Fixed:
the dependence of nchar related to Rcpp package for R version lower than 4.0.0

Video details:
https://www.bilibili.com/video/BV1oV4y197hB/

v1.1.1

24 Feb 07:00
Compare
Choose a tag to compare

Added:

  • description in Get_Start doc

Fixed:

  • DATASET_EXTERNALSHAPE loss field_length error
  • DATASET_SYMBOL no legend
  • simplify key parameter description in create_unit function

v1.1.0

12 Feb 12:22
Compare
Choose a tag to compare

New features:
DATASET_STYLE, DATASET_COLORSTRIP, TREE_COLORS range, DATASET_SYMBOL, DATASET_DOMAINS, DATASET_CONNECTION, DATASET_MULTIBAR, DATASET_BINARY, DATASET_TEXT, DATASET_EXTERNALSHAPE, DATASET_PIECHART support full color palette(table2itol wesanderson npg aaas nejm lancet jama jco ucscgb d3 igv locuszoom uchicago simpsons futurama rickandmorty startrek tron gsea material BrBG PiYG PRGn PuOr RdBu RdGy RdYlBu RdYlGn Spectral Accent Dark2 Paired Pastel1 Pastel2 Set1 Set2 Set3 Blues BuGn BuPu GnBu Greens Greys Oranges OrRd PuBu PuBuGn PuRd Purples RdPu Reds YlGn YlGnBu YlOrBr YlOrRd)

user level add DATASET_MULTIBAR, DATASET_LINECHART, DATASET_PIECHART, DATASET_ALIGNMENT, DATASET_IMAGE, POPUP_INFO support

create_hub supports direct input of phylo objects for the tree parameter, not just the tree file path

Fixed:
wesanderson color palette random picking function changed from runif to sample, fixed the problem of repeated color matching