RGraphSpace

A lightweight package for representing large igraph objects in a normalized coordinate system

https://github.com/sysbiolab/rgraphspace

Science Score: 39.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 5 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A lightweight package for representing large igraph objects in a normalized coordinate system

Basic Info
  • Host: GitHub
  • Owner: sysbiolab
  • Language: R
  • Default Branch: main
  • Size: 153 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

RGraphSpace: A lightweight interface between 'ggplot2' and 'igraph' objects.

<!-- badges: start --> <!-- badges: end --> RGraphSpace is an R package that integrates igraph and ggplot2 graphics within spatial maps. RGraphSpace implements new geometric objects using ggplot2 prototypes, customized for representing large igraph objects in a normalized coordinate system. By scaling shapes and graph elements, RGraphSpace can provide a framework for layered visualizations.

Installation in R (>=4.4)

Install dependencies to build the package's vignettes

r install.packages("knitr") install.packages("rmarkdown")

Install the RGraphSpace package

r install.packages("remotes") remotes::install_github("sysbiolab/RGraphSpace", build_vignettes=TRUE)

Examples

Follow the RGraphSpace vignette and try to make some plots!

r library(RGraphSpace) vignette("RGraphSpace")

Citation

If you use RGraphSpace, please cite:

  • Sysbiolab Team. "RGraphSpace: A lightweight package for representing large igraph objects in a normalized coordinate system". R package, 2023. Doi: 10.32614/CRAN.package.RGraphSpace

  • Castro MAA, Wang X, Fletcher MNC, Meyer KB, Markowetz F. "RedeR: R/Bioconductor package for representing modular structures nested networks and multiple levels of hierarchical associations". Genome Biology 13:R29, 2012. Doi: 10.1186/gb-2012-13-4-r29

Licenses

The RGraphSpace package is distributed under Artistic-2.0

GitHub Events

Total
  • Watch event: 1
  • Push event: 7
Last Year
  • Watch event: 1
  • Push event: 7

Packages

  • Total packages: 1
  • Total downloads:
    • cran 248 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: RGraphSpace

A Lightweight Interface Between 'ggplot2' and 'igraph' Objects

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 248 Last month
Rankings
Dependent packages count: 28.2%
Dependent repos count: 36.1%
Average: 49.6%
Downloads: 84.4%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.2 depends
  • ggplot2 * depends
  • igraph * depends
  • methods * depends
  • grDevices * imports
  • grid * imports
  • scales * imports
  • BiocGenerics * suggests
  • BiocStyle * suggests
  • PathwaySpace * suggests
  • RUnit * suggests
  • RedeR * suggests
  • knitr * suggests
  • rmarkdown * suggests