backbone

R backbone package - Extract the backbone from weighted and unweighted networks

https://github.com/zpneal/backbone

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 8 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    4 of 5 committers (80.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

R backbone package - Extract the backbone from weighted and unweighted networks

Basic Info
Statistics
  • Stars: 41
  • Watchers: 3
  • Forks: 8
  • Open Issues: 1
  • Releases: 15
Created over 6 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog

README.md

backbone

status DOI:10.1371/journal.pone.0269137 <!-- badges: end -->

Welcome

The backbone package implements methods to extract the backbone of a network, which is a sparse and unweighted subgraph that contains only the most ‘important’ or ‘significant’ edges. A backbone can be useful when the original network is too dense, when edge weights are not needed, or when edge weights are difficult to interpret. Methods are available for:

  • Weighted bipartite projections
  • Non-projection weighted networks
  • Unweighted networks

In addition, the package implements some other utility functions to:

  • Randomize matrices while preserving the row and column sums
  • Estimate the Bipartite Configuration Model (BiCM)

For more details on these functions and methods, please see:

Installation

The /release branch contains the current CRAN release of the backbone package. You can install it from CRAN with: r install.packages("backbone")

The /devel branch contains the working beta version of the next release of the backbone package. All the functions are documented and have undergone various levels of preliminary debugging, so they should mostly work, but there are no guarantees. Feel free to use the devel version (with caution), and let us know if you run into any problems. You can install it You can install from GitHub with: r library(devtools) install_github("zpneal/backbone", ref = "devel", build_vignettes = TRUE)

Dependencies

The backbone package adopts the tinyverse philosophy, and therefore aims to keep dependencies at a minimum.

Owner

  • Login: zpneal
  • Kind: user
  • Company: Michigan State University

GitHub Events

Total
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 70
  • Pull request event: 2
  • Create event: 1
Last Year
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 70
  • Pull request event: 2
  • Create event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 605
  • Total Committers: 5
  • Avg Commits per committer: 121.0
  • Development Distribution Score (DDS): 0.489
Past Year
  • Commits: 28
  • Committers: 1
  • Avg Commits per committer: 28.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Rachel Domagalski d****9@m****u 309
zpneal z****l@m****u 283
Jake Fisher j****f@a****u 7
schochastics d****d@s****t 5
Federico Marini m****f@u****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 18
  • Total pull requests: 31
  • Average time to close issues: 23 days
  • Average time to close pull requests: 1 day
  • Total issue authors: 12
  • Total pull request authors: 7
  • Average comments per issue: 3.28
  • Average comments per pull request: 0.23
  • Merged pull requests: 29
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: 3 months
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 6.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • schochastics (4)
  • baslat (2)
  • deklanw (2)
  • reuning (2)
  • Alex7722 (1)
  • peterduus (1)
  • tdelcey (1)
  • privefl (1)
  • PCK1992 (1)
  • delabj (1)
  • Gian77 (1)
  • domagal9 (1)
Pull Request Authors
  • domagal9 (18)
  • zpneal (9)
  • schochastics (2)
  • jcfisher (1)
  • federicomarini (1)
  • delabj (1)
  • privefl (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 809 last-month
  • Total docker downloads: 20,406
  • Total dependent packages: 2
  • Total dependent repositories: 3
  • Total versions: 20
  • Total maintainers: 1
cran.r-project.org: backbone

Extracts the Backbone from Graphs

  • Versions: 20
  • Dependent Packages: 2
  • Dependent Repositories: 3
  • Downloads: 809 Last month
  • Docker Downloads: 20,406
Rankings
Forks count: 7.9%
Stargazers count: 8.6%
Docker downloads count: 12.6%
Average: 12.7%
Dependent packages count: 13.7%
Dependent repos count: 16.5%
Downloads: 17.2%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • Matrix * imports
  • Rcpp * imports
  • igraph * imports
  • methods * imports
  • stats * imports
  • utils * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests