Skip to content

Latest commit

 

History

History
101 lines (60 loc) · 2.15 KB

NEWS.md

File metadata and controls

101 lines (60 loc) · 2.15 KB

tfpbrowser 0.0.21 2023-03-01

  • Fix: change to using all_mutations data
  • Fix: change wording of downloads

tfpbrowser 0.0.20 2023-01-25

  • Add function to get lookup of sequences and clusterID
  • Add CSV of all_sequences

tfpbrowser 0.0.19 2023-01-25

  • Add function to create empty treeview
  • Add function to compute lookups for nodes
  • Add update_data() function

tfpbrowser 0.0.18 2023-01-25

  • Add logo placeholder

tfpbrowser 0.0.17 2023-01-25

  • Add markdown files for treeview description

tfpbrowser 0.0.16 2023-01-25

  • Remove renderUI and replace with update function

tfpbrowser 0.0.15 2023-01-25

  • Fix: available treeview options need to be characters

tfpbrowser 0.0.14 2023-01-24

  • Reorder radio buttons using factors

tfpbrowser 0.0.13 2023-01-24

  • Add {ggtree} to suggests

tfpbrowser 0.0.12 2023-01-12

  • Add sina plots to app

tfpbrowser 0.0.11 2023-01-12

  • Feat: Add search by mutation functionality
  • Feat: Allow colour by mutation
  • Set {ggiraph} minimum version 0.8.4

tfpbrowser 0.0.10 2022-12-18

  • Fix: speed of app

tfpbrowser 0.0.9 2022-12-18

  • Add new tooltips with reduced info

tfpbrowser 0.0.8 2022-12-05

  • Add bigger data set
  • Fix: ggiraph treeview was not correctly resizing
  • Fix: Make radio button choices depend on files available
  • Fix: Formatting of tables in dropdown

tfpbrowser 0.0.7 2022-12-01

  • Fix: Remove ::: from unit tests

tfpbrowser 0.0.6 2022-11-08

  • Switch to using rds inputs instead of html inputs
  • Use {ggiraph} widget as input to folder selection
  • Add functions to parse tooltip and extract cluster id
  • Remove unnecessary html files

tfpbrowser 0.0.5 2022-11-02

  • Move panels from RHS to collapsible above
  • Rearrange content of collapsible panel
  • Add CSS file to style collapsible
  • Remove mutation drop down for now

tfpbrowser 0.0.4 2022-10-19

  • Add module to download RDS files

tfpbrowser 0.0.3 2022-09-24

  • Split into modules

tfpbrowser 0.0.2 2022-09-06

  • add {shinytest2} tests

tfpbrowser 0.0.1 2022-09-05

  • initialise R package
  • convert ui and server scripts to functions
  • add data into package
  • minor fixes to pass R CMD check