{"id":13711950,"url":"https://github.com/YuLab-SMU/ggsc","last_synced_at":"2025-05-06T21:32:45.056Z","repository":{"id":63344323,"uuid":"563373303","full_name":"YuLab-SMU/ggsc","owner":"YuLab-SMU","description":"🧠 Visualizing Single Cell and Spatial Transcriptomics","archived":false,"fork":false,"pushed_at":"2025-04-17T02:06:17.000Z","size":82771,"stargazers_count":46,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"devel","last_synced_at":"2025-04-17T15:53:44.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://yulab-smu.top/ggsc/","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/YuLab-SMU.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","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":"2022-11-08T13:34:32.000Z","updated_at":"2025-04-17T02:06:21.000Z","dependencies_parsed_at":"2023-08-30T14:15:25.945Z","dependency_job_id":"360d6edf-f0ae-472a-9fcd-3445870c9359","html_url":"https://github.com/YuLab-SMU/ggsc","commit_stats":null,"previous_names":["yulab-smu/ggsc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuLab-SMU%2Fggsc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuLab-SMU%2Fggsc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuLab-SMU%2Fggsc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuLab-SMU%2Fggsc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuLab-SMU","download_url":"https://codeload.github.com/YuLab-SMU/ggsc/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252772225,"owners_count":21801878,"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:13.221Z","updated_at":"2025-05-06T21:32:44.567Z","avatar_url":"https://github.com/YuLab-SMU.png","language":"R","funding_links":[],"categories":["Plot layers"],"sub_categories":[],"readme":"---\ntitle: \"`r read.dcf('DESCRIPTION', fields = 'Package')[1]`\"  \ndate: \"\u003ch4\u003eREADME updated: \u003ci\u003e`r format( Sys.Date())`\u003c/i\u003e\u003c/h4\u003e\"\noutput:\n  github_document\nhtml_preview: false\n---\n\n\n\n\u003c!-- generated by rworkflows::use_readme() --\u003e\n\n[![License: Artistic-2.0](https://img.shields.io/badge/license-Artistic--2.0-blue.svg)](https://cran.r-project.org/web/licenses/Artistic-2.0)\n[![](https://img.shields.io/badge/devel%20version-1.1.1.002-black.svg)](https://github.com/YuLab-SMU/ggsc)\n[![](https://img.shields.io/github/languages/code-size/YuLab-SMU/ggsc.svg)](https://github.com/YuLab-SMU/ggsc)\n[![](https://img.shields.io/github/last-commit/YuLab-SMU/ggsc.svg)](https://github.com/YuLab-SMU/ggsc/commits/master)\n\u003cbr\u003e\n[![R build status](https://github.com/YuLab-SMU/ggsc/workflows/rworkflows/badge.svg)](https://github.com/YuLab-SMU/ggsc/actions)\n[![](https://codecov.io/gh/YuLab-SMU/ggsc/branch/master/graph/badge.svg)](https://app.codecov.io/gh/YuLab-SMU/ggsc)\n\u003cbr\u003e\n\n\n\n\u003c!-- To modify Package/Title/Description/Authors fields, edit the DESCRIPTION file --\u003e\n\n```{r, echo=FALSE, include=FALSE}\npkg \u003c- read.dcf(\"DESCRIPTION\", fields = \"Package\")[1]\ntitle \u003c- read.dcf(\"DESCRIPTION\", fields = \"Title\")[1]\ndescription \u003c- read.dcf(\"DESCRIPTION\", fields = \"Description\")[1]\ndescription \u003c- gsub(\"\\n\", \" \", description)\nURL \u003c- read.dcf('DESCRIPTION', fields = 'URL')[1]\nowner \u003c- tolower(strsplit(URL,\"/\")[[1]][4])\n```\n \n\n## ``r pkg``: `r title`\n\n`r description`\n\n\n## :writing_hand: Authors\n\nGuangchuang YU \n\nSchool of Basic Medical Sciences, Southern Medical University\n\n\u003chttps://yulab-smu.top\u003e\n\n\n\u003c!-- \nIf you use ``r pkg``, please cite: --\u003e\n\n\u003c!-- Modify this by editing the file: inst/CITATION  --\u003e\n\n\u003c!-- \n\u003e `r utils::citation(pkg)$textVersion`\n--\u003e\n\n\n## :arrow_double_down: Installation \n\n```R\n## release version\nif(!require(\"BiocManager\")) install.packages(\"BiocManager\")\nBiocManager::install(\"ggsc\")\n\n## devel version\nif(!require(\"remotes\")) install.packages(\"remotes\")\nremotes::install_github(\"yulab-smu/ggsc\")\n```\n\n## Documentation \n\n+ [Website](https://yulab-smu.top/ggsc)\n\n\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYuLab-SMU%2Fggsc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYuLab-SMU%2Fggsc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYuLab-SMU%2Fggsc/lists"}