{"id":33051555,"url":"https://nvelden.github.io/geneviewer/","last_synced_at":"2025-12-03T09:01:04.847Z","repository":{"id":213591743,"uuid":"667194362","full_name":"nvelden/geneviewer","owner":"nvelden","description":"An R package designed for drawing gene arrow maps","archived":false,"fork":false,"pushed_at":"2025-09-29T15:44:26.000Z","size":12171,"stargazers_count":90,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T23:02:24.718Z","etag":null,"topics":["genetics","r"],"latest_commit_sha":null,"homepage":"https://nvelden.github.io/geneviewer/","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/nvelden.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-17T00:20:22.000Z","updated_at":"2025-10-01T03:30:18.000Z","dependencies_parsed_at":"2024-01-18T04:56:18.393Z","dependency_job_id":"a2e2e43a-b55c-45be-9fef-4c69ad34e08c","html_url":"https://github.com/nvelden/geneviewer","commit_stats":null,"previous_names":["nvelden/gcviewer","nvelden/geneviewer"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/nvelden/geneviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvelden%2Fgeneviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvelden%2Fgeneviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvelden%2Fgeneviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvelden%2Fgeneviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvelden","download_url":"https://codeload.github.com/nvelden/geneviewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvelden%2Fgeneviewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27472814,"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-12-03T02:00:06.367Z","response_time":57,"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":["genetics","r"],"created_at":"2025-11-14T03:00:27.115Z","updated_at":"2025-12-03T09:01:04.835Z","avatar_url":"https://github.com/nvelden.png","language":"R","funding_links":[],"categories":["Static"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"man/figures/logo.png\" class=\"pkgdown-hide\" height=\"150px\" align=\"right\"\u003e\n  \u003ch1\u003e\u003cstrong\u003egeneviewer\u003c/strong\u003e - Gene Cluster Visualizations in R\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![R-CMD-check](https://github.com/nvelden/geneviewer/workflows/R-CMD-check/badge.svg)](https://github.com/nvelden/geneviewer/actions) [![CRAN status](https://www.r-pkg.org/badges/version/geneviewer)](https://CRAN.R-project.org/package=geneviewer) [![Metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/geneviewer)](https://cran.r-project.org/package=geneviewer) ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)\n\n\u003c!-- badges: end --\u003e\n\n## geneviewer\n\n**geneviewer** is an R package for plotting gene clusters and transcripts. It imports data from GenBank, FASTA, and GFF files, performs BlastP and MUMmer alignments, and displays results on gene arrow maps. The package offers extensive customization options, including legends, labels, annotations, scales, colors, tooltips, and more. To explore all features visit the [package website](https://nvelden.github.io/geneviewer/articles/geneviewer.html).\n\n## Interactive Shiny Dashboard\n\nTry the **[Gene Cluster Dashboard](https://nvelden.github.io/geneviewer-shinylive/)** - a web interface that provides point-and-click access to geneviewer's visualization features. *(Allow 1-2 minutes for loading)*\n\n**[Dashboard Repository](https://github.com/nvelden/geneviewer-shinylive)**\n\n\n\n## Installation\n\nYou can install the released version of **geneviewer** from CRAN with:\n\n```r\ninstall.packages(\"geneviewer\")\n```\n\nAnd the development version from GitHub with: \n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"nvelden/geneviewer\")\n```\n\n## Usage\n\nThe below example demonstrates using **geneviewer** to plot a gene cluster on a genomic sequence, using the start and end positions of each gene. The genes are grouped by class and labels are added using the `GC_labels` function.\n\n``` r\nlibrary(geneviewer)\n\n# Data\ngene_cluster \u003c- data.frame(\n  name = c(\"ophB1\", \"ophC\", \"ophA\", \"ophD\", \"ophB2\", \"ophP\", \"ophE\"),\n  start = c(2522, 5286, 9536, 12616, 13183, 19346, 20170),\n  end = c(4276, 4718, 10904, 11859, 15046, 16016, 21484),\n  class = c(\"Monooxygenase\", \"NTF2-like\", \"Methyltransferase\", \n  \"O-acyltransferase\", \"Monooxygenase\", \"Prolyloligopeptidase\", \n  \"F-box/RNHI-like\")\n)\n\n# Chart\nGC_chart(gene_cluster, group = \"class\", height = \"100px\") %\u003e%\n  GC_labels(\"name\")\n```\n\n\u003cimg src=\"man/figures/ophA_gene_cluster.png\"/\u003e\n\n## Examples\n\nFor additional examples and the corresponding code to create the plots, please visit the [Examples](https://nvelden.github.io/geneviewer/articles/Examples.html) section.\n\n\u003cimg src=\"man/figures/erythromycin_BlastP.png\"/\u003e\n\n\u003chr\u003e\n\n\u003cimg src=\"man/figures/BRCA1_splice_variants.png\"/\u003e\n\n\u003chr\u003e\n\n\u003cimg src=\"man/figures/MUMmer.png\"/\u003e\n\n\u003chr\u003e\n\n\u003cimg src=\"man/figures/erythromycin_link.png\"/\u003e\n\n\u003chr\u003e\n\n\u003cimg src=\"man/figures/ophA_clusters.png\"/\u003e\n\n\u003chr\u003e\n\n\u003cimg src=\"man/figures/ophA_gene_links.png\"/\u003e\n\n\u003chr\u003e\n\n\u003cimg src=\"man/figures/erythromycin_cluster.png\"/\u003e\n\n\u003chr\u003e\n\n\u003cimg src=\"man/figures/human_hox_genes.png\"/\u003e\n\n## Issues\n\nIf you encounter any issues or have feature requests, please open an [Issue](https://github.com/nvelden/geneviewer/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/nvelden.github.io%2Fgeneviewer%2F","html_url":"https://awesome.ecosyste.ms/projects/nvelden.github.io%2Fgeneviewer%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/nvelden.github.io%2Fgeneviewer%2F/lists"}