rrvgo

Reduce + Visualize Gene Ontology

https://github.com/ssayols/rrvgo

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 6 committers (16.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary

Keywords from Contributors

bioconductor-package gene ontology sequencing immune-repertoire grna-sequence proteomics spatial-transcriptomics heatmap interactive-visualizations
Last synced: 7 months ago · JSON representation

Repository

Reduce + Visualize Gene Ontology

Basic Info
  • Host: GitHub
  • Owner: ssayols
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Size: 19 MB
Statistics
  • Stars: 31
  • Watchers: 2
  • Forks: 4
  • Open Issues: 2
  • Releases: 1
Created over 7 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License

README.md

RRVGO

Reduce and visualize lists of Gene Ontology terms by identifying redudance based on semantic similarity.

Introduction to rrvgo

Gene Ontologies (GO) are often used to guide the interpretation of high-throughput omics experiments, with lists of differentially regulated genes being summarized into sets of genes with a common functional representation. Due to the hierachical nature of Gene Ontologies, the resulting lists of enriched sets are usually redundant and difficult to interpret.

rrvgo aims at simplifying the redundance of GO sets by grouping similar terms in terms of semantic similarity. It also provides some plots to help with interpreting the summarized terms.

This software is heavily influenced by REVIGO. It mimics a good part of its core functionality, and even some of the outputs are similar. Without aims to compete, rrvgo tries to offer a programatic interface using available annotation databases and semantic similarity methods implemented in the Bioconductor project.

Installation

To install this package, start R and enter:

```r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("rrvgo") ```

Documentation

To view documentation for the version of this package installed in your system, start R and enter:

r browseVignettes("rrvgo")

or access the pkgdown documentation.

Dependencies

Imports (mandatory for core functionality)

  • GOSemSim: Semantic similarity computation among GO terms.
  • AnnotationDbi: Provides user interface and database connection code for annotation data packages using SQLite data storage.
  • GO.db: Annotation maps describing the entire Gene Ontology assembled using data from GO.

Suggests

Citation

Sayols, S (2023). rrvgo: a Bioconductor package for interpreting lists of Gene Ontology terms. microPublication Biology. doi: 10.17912/micropub.biology.000811.

Owner

  • Name: ssayols
  • Login: ssayols
  • Kind: user

GitHub Events

Total
  • Create event: 2
  • Issues event: 4
  • Release event: 1
  • Watch event: 9
  • Issue comment event: 6
  • Push event: 32
  • Fork event: 1
Last Year
  • Create event: 2
  • Issues event: 4
  • Release event: 1
  • Watch event: 9
  • Issue comment event: 6
  • Push event: 32
  • Fork event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 136
  • Total Committers: 6
  • Avg Commits per committer: 22.667
  • Development Distribution Score (DDS): 0.199
Past Year
  • Commits: 26
  • Committers: 3
  • Avg Commits per committer: 8.667
  • Development Distribution Score (DDS): 0.154
Top Committers
Name Email Commits
ssayols s****g@g****m 109
ssayols s****s 12
Nitesh Turaga n****a@g****m 10
J Wokaty j****y@s****u 2
J Wokaty j****y 2
illumination-k i****7@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 44
  • Total pull requests: 8
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 24
  • Total pull request authors: 3
  • Average comments per issue: 2.59
  • Average comments per pull request: 0.25
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 0
  • Average time to close issues: about 6 hours
  • Average time to close pull requests: N/A
  • Issue authors: 5
  • Pull request authors: 0
  • Average comments per issue: 1.2
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kkami1115 (2)
  • gaelanm (2)
  • eliotbehr (1)
  • sophie-03 (1)
  • Tommaso12 (1)
  • aedanr (1)
  • Tima-Ze (1)
  • rdona17 (1)
  • Maithy15 (1)
  • aa20g217 (1)
  • RoganGrant (1)
  • tamsinlh (1)
  • lassancejm (1)
  • abrantesas (1)
  • KTMD-plant (1)
Pull Request Authors
  • EinarBaldvin (2)
  • ssayols (2)
  • illumination-k (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 31,455 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 1
bioconductor.org: rrvgo

Reduce + Visualize GO

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 31,455 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 15.8%
Downloads: 47.5%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • AnnotationDbi * imports
  • GO.db * imports
  • GOSemSim * imports
  • ggplot2 * imports
  • ggrepel * imports
  • grDevices * imports
  • grid * imports
  • methods * imports
  • pheatmap * imports
  • shiny * imports
  • stats * imports
  • tm * imports
  • treemap * imports
  • umap * imports
  • wordcloud * imports
  • BiocStyle * suggests
  • DOSE * suggests
  • DT * suggests
  • clusterProfiler * suggests
  • heatmaply * suggests
  • knitr * suggests
  • magrittr * suggests
  • org.Ag.eg.db * suggests
  • org.At.tair.db * suggests
  • org.Bt.eg.db * suggests
  • org.Ce.eg.db * suggests
  • org.Cf.eg.db * suggests
  • org.Dm.eg.db * suggests
  • org.Dr.eg.db * suggests
  • org.EcK12.eg.db * suggests
  • org.EcSakai.eg.db * suggests
  • org.Gg.eg.db * suggests
  • org.Hs.eg.db * suggests
  • org.Mm.eg.db * suggests
  • org.Mmu.eg.db * suggests
  • org.Pt.eg.db * suggests
  • org.Rn.eg.db * suggests
  • org.Sc.sgd.db * suggests
  • org.Ss.eg.db * suggests
  • org.Xl.eg.db * suggests
  • plotly * suggests
  • rmarkdown * suggests
  • shinydashboard * suggests
  • slam * suggests
  • testthat >= 2.1.0 suggests
  • utils * suggests
.github/workflows/pkgdown.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite
.github/workflows/docker-publish.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action 0565240e2d4ab88bba5387d719585280857ece09 composite
  • docker/login-action 343f7c4344506bcbf9b4de18042ae17996df046d composite
  • docker/metadata-action 96383f45573cb7f253c731d3b3ab81c87ef81934 composite
  • docker/setup-buildx-action f95db51fddba0c2d1ec667646a06c2ce06100226 composite
  • sigstore/cosign-installer 59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 composite
Dockerfile docker
  • docker.io/bioconductor/bioconductor_docker RELEASE_3_19 build