{"id":19312461,"url":"https://github.com/exaexa/shinydendro","last_synced_at":"2025-07-30T10:39:31.338Z","repository":{"id":149763965,"uuid":"202537885","full_name":"exaexa/shinyDendro","owner":"exaexa","description":"idendro for R Shiny (pronounce as shin-i-dendro)","archived":false,"fork":false,"pushed_at":"2019-10-24T16:43:06.000Z","size":181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-06T02:40:40.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exaexa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-08-15T12:34:09.000Z","updated_at":"2019-10-24T16:43:08.000Z","dependencies_parsed_at":"2023-04-25T17:33:19.389Z","dependency_job_id":null,"html_url":"https://github.com/exaexa/shinyDendro","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaexa%2FshinyDendro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaexa%2FshinyDendro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaexa%2FshinyDendro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaexa%2FshinyDendro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exaexa","download_url":"https://codeload.github.com/exaexa/shinyDendro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415212,"owners_count":19797599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T00:34:55.328Z","updated_at":"2025-02-24T03:43:24.080Z","avatar_url":"https://github.com/exaexa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# shinyDendro\n\nThis provides idendro-style interactive dendrograms in R Shiny (see https://github.com/tsieger/idendro).\n\n## What does it look like?\n\nYou can see an example Shiny dashboard in file `test.R`. You should get\nsomething like this:\n\n![Screenshot](media/screenshot.png \"Screenshot\")\n\nA video with a common use case should be available here:\nhttps://www.youtube.com/watch?v=MJgbCG8grTU\n\n## Controls\n\n- keys `a` to `z` and `0` to `9` select a cluster mark\n- mouse click assigns the mark to the clicked branch\n- `space` sets mark-erasing mode\n\n## Shiny interface\n\n```r\ndendrogram \u003c- hclust(...)\n\nui \u003c- fluidPage(\n  titlePanel(\"shinyDendro test\"),\n  shinyDendroOutput('SD', width='50em', height='50em')\n)\n\nserver \u003c- function(input, output) {\n  output$SD \u003c- renderShinyDendro({\n    shinyDendro(\n      'selectedClusters',\n      dendrogram$height,\n      dendrogram$merge,\n      dendrogram$order\n    )\n  })\n\n  # input$selectedClusters now contains a reactive result with assigned marks.\n  #\n  # Example:\n  # input$selectedClusters == c(' ', ' ', 'a', 'b', 'a', ...)\n\n  # ...\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexaexa%2Fshinydendro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexaexa%2Fshinydendro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexaexa%2Fshinydendro/lists"}