{"id":28847697,"url":"https://github.com/swarchal/platetools","last_synced_at":"2025-10-17T10:02:29.037Z","repository":{"id":53353699,"uuid":"60916824","full_name":"Swarchal/platetools","owner":"Swarchal","description":"An R package for plotting microtitre plates","archived":false,"fork":false,"pushed_at":"2024-03-07T16:15:26.000Z","size":1713,"stargazers_count":55,"open_issues_count":16,"forks_count":15,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-03T20:08:39.874Z","etag":null,"topics":["biology","ggplot2","lab","r"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Swarchal.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-06-11T16:35:22.000Z","updated_at":"2025-05-01T20:53:03.000Z","dependencies_parsed_at":"2023-11-09T13:04:10.819Z","dependency_job_id":"a603576c-ca60-4e37-a672-9df726221de9","html_url":"https://github.com/Swarchal/platetools","commit_stats":{"total_commits":111,"total_committers":7,"mean_commits":"15.857142857142858","dds":0.5135135135135135,"last_synced_commit":"37bbfbb66b1b345922a2b5579f99876e8ebb0e88"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Swarchal/platetools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swarchal%2Fplatetools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swarchal%2Fplatetools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swarchal%2Fplatetools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swarchal%2Fplatetools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Swarchal","download_url":"https://codeload.github.com/Swarchal/platetools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swarchal%2Fplatetools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260818656,"owners_count":23067746,"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":["biology","ggplot2","lab","r"],"created_at":"2025-06-19T19:41:07.175Z","updated_at":"2025-10-17T10:02:29.031Z","avatar_url":"https://github.com/Swarchal.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# platetools\n[![Build Status](https://travis-ci.org/Swarchal/platetools.svg?branch=master)](https://travis-ci.org/Swarchal/platetools)\n[![cran-version](http://www.r-pkg.org/badges/version/platetools)](http://cran.rstudio.com/web/packages/platetools)\n[![conda-download](https://anaconda.org/conda-forge/r-platetools/badges/installer/conda.svg)](https://anaconda.org/conda-forge/r-platetools)\n[![Codecov branch](https://img.shields.io/codecov/c/github/Swarchal/platetools/master.svg)](https://codecov.io/gh/Swarchal/platetools)\n[![Downloads](http://cranlogs.r-pkg.org/badges/platetools)](http://www.r-pkg.org/pkg/platetools)\n\n#### An R package for working with multi-well plates\n\n#### Installation\n\nCRAN:\n```r\ninstall.packages(\"platetools\")\n```\n\nconda:\n```bash\nconda install -c conda-forge r-platetools\n```\n\nGitHub (dev version):\n```r\nremotes::install_github(\"swarchal/platetools\")\n```\n\n### Use\n\n\u003cimg src=\"/graphics/example_platemap.png\" height=\"250\" align=\"right\"/\u003e\n\n```r\n# example dataframe\ndf \u003c- data.frame(vals = rnorm(384),\n                 well = num_to_well(1:384, plate = 384))\n\nraw_map(data = df$vals,\n        well = df$well,\n        plate = 384) +\n    ggtitle(\"Example 384-well plate\") +\n    theme_dark() +\n    scale_fill_viridis()\n\n```\n\n\n\nSee the [vignette](https://gist.github.com/Swarchal/b938933ae9ded94b3c14d6485b27cf69) for more examples.\n\n###### Grammar\n\n###### Prefix:\n- `raw`: raw values\n- `hit`: hit detection based on standard deviations\n- `z`: z-scored values\n- `b`: b-scored values\n- `bhit`: b-score values before hit detection\n\n###### Suffix:\n\n- `map`: single plate map\n- `grid`: multple plate maps\n\ne.g:  \n`z_map`: z-scored plate map  \n`raw_grid:` raw values, multiple plate maps  \n`bhit_grid:` b-scored values, coloured by hits, multiple plates\n\n\n##### Maintainer\nScott Warchal - \u003cscott.warchal (at) crick.ac.uk\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswarchal%2Fplatetools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswarchal%2Fplatetools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswarchal%2Fplatetools/lists"}