{"id":13712326,"url":"https://rlbarter.github.io/superheat/","last_synced_at":"2025-05-06T21:33:58.512Z","repository":{"id":84701862,"uuid":"44886411","full_name":"rlbarter/superheat","owner":"rlbarter","description":"An r package for generating beautiful and customizable heatmaps","archived":false,"fork":false,"pushed_at":"2020-09-07T23:06:22.000Z","size":131109,"stargazers_count":238,"open_issues_count":27,"forks_count":29,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-05-03T14:54:50.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rlbarter.github.io/superheat/","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/rlbarter.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":"2015-10-24T21:52:18.000Z","updated_at":"2025-04-11T03:51:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b622523-8c72-449b-a581-7a09426600c7","html_url":"https://github.com/rlbarter/superheat","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/rlbarter%2Fsuperheat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlbarter%2Fsuperheat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlbarter%2Fsuperheat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlbarter%2Fsuperheat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rlbarter","download_url":"https://codeload.github.com/rlbarter/superheat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252772657,"owners_count":21801961,"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-08-02T23:01:17.182Z","updated_at":"2025-05-06T21:33:58.078Z","avatar_url":"https://github.com/rlbarter.png","language":"R","funding_links":[],"categories":["Plot layers"],"sub_categories":[],"readme":"---\noutput: html_document\n---\n\n# superheat: An R package for supervised heatmaps\n\n\n\n\n[![Travis-CI Build Status](https://travis-ci.org/rlbarter/superheat.svg?branch=master)](https://travis-ci.org/rlbarter/superheat)\n\n*Superheat* is an R package for generating beautiful and customizable heatmaps. **See the [vignette](https://rlbarter.github.io/superheat/) for usage**.\n\nIf you find any bugs, have any feature requests or feedback, please submit an issue.\n\n\nTo download and install the development version of the package, use `devtools`:\n\n```{r, eval = FALSE}\ninstall.packages(\"devtools\")\ndevtools::install_github(\"rlbarter/superheat\")\n```\n\nOnce you've installed the package, you can load the library in the standard way:\n\n```{r}\nlibrary(superheat)\n```\n\n\n\nBasic usage:\n\n```{r, fig.height = 9.5, fig.width = 8, fig.align = \"center\"}\nsuperheat(mtcars,\n          # normalize variables\n          scale = T,\n          # order rows/cols based on heirarchical clustering\n          pretty.order.rows = TRUE,\n          pretty.order.cols = TRUE,\n          # plot miles per gallon next to the rows\n          yr = mtcars$mpg,\n          yr.axis.name = \"miles per gallon\",\n          # plot correlation with mpg above columns\n          yt = cor(mtcars)[, \"mpg\"],\n          yt.plot.type = \"bar\",\n          yt.axis.name = \"correlation with mpg\",\n          # increase size of left labels\n          left.label.size = 0.45)\n```\n\n![image1](tools/mtcars.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/rlbarter.github.io%2Fsuperheat%2F","html_url":"https://awesome.ecosyste.ms/projects/rlbarter.github.io%2Fsuperheat%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/rlbarter.github.io%2Fsuperheat%2F/lists"}