{"id":19313292,"url":"https://github.com/michbur/dendrolenda","last_synced_at":"2025-09-16T15:06:13.855Z","repository":{"id":73085586,"uuid":"285642540","full_name":"michbur/dendrolenda","owner":"michbur","description":"Dendrograms for the best Rafal ever","archived":false,"fork":false,"pushed_at":"2020-08-09T07:10:13.000Z","size":1787,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-10T16:05:43.624Z","etag":null,"topics":["dendrogram","dendrogram-heatmap","ggplot2","r"],"latest_commit_sha":null,"homepage":"http://burdukiewicz.com/dendrolenda/","language":"R","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/michbur.png","metadata":{"files":{"readme":"README.Rmd","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-06T18:25:38.000Z","updated_at":"2020-08-09T07:08:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"f971590f-a026-4946-85ed-23bab502df46","html_url":"https://github.com/michbur/dendrolenda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michbur/dendrolenda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michbur%2Fdendrolenda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michbur%2Fdendrolenda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michbur%2Fdendrolenda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michbur%2Fdendrolenda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michbur","download_url":"https://codeload.github.com/michbur/dendrolenda/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michbur%2Fdendrolenda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275439514,"owners_count":25465041,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dendrogram","dendrogram-heatmap","ggplot2","r"],"created_at":"2024-11-10T00:39:19.824Z","updated_at":"2025-09-16T15:06:13.850Z","avatar_url":"https://github.com/michbur.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: \"dendrolenda\"\noutput: github_document\n---\n\n```{r setup, include=FALSE}\nknitr::opts_chunk$set(echo = TRUE)\n```\n\n![check](https://github.com/michbur/dendrolenda/workflows/check/badge.svg)\n\nPackage for alignment of dendrogram plots with heatmap in ggplot2.\n\n## Background\n\n*dendrolenda* is a freely available software that allows users to visualize \ntheir data in the form of heat maps. It has an easy-to-use interface and makes \nalignments of dendrograms plots with heatmaps work like a charm. \n\n## Installation\n\n*dendrolenda* is available on [github](https://github.com/michbur/dendrolenda). \nOne can install the latest development version of the code using the following \ncode:\n\n```R\nif(\"remotes\" %in% rownames(installed.packages()) == FALSE) {\ninstall.packages(\"remotes\")\n}\nremotes::install_github(\"https://github.com/michbur/dendrolenda\")\n```\n\n## Usage\n\n```{r}\nlibrary(ggplot2)\nlibrary(dendrolenda)\ndata(example_data)\ndendro_top \u003c- plot_dendrogram(d1)\ndendro_right \u003c- plot_dendrogram(d2) + coord_flip()\n\n# Plot aligned dendrograms with legend at the bottom\narrange_dendrogram(hm + theme_bw() + theme(legend.position = \"bottom\"),\ndendro_top + theme_void(), dendro_right + theme_void())\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichbur%2Fdendrolenda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichbur%2Fdendrolenda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichbur%2Fdendrolenda/lists"}