backbone
R backbone package - Extract the backbone from weighted and unweighted networks
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
Repository
R backbone package - Extract the backbone from weighted and unweighted networks
Basic Info
- Host: GitHub
- Owner: zpneal
- Language: R
- Default Branch: release
- Homepage: https://www.rbackbone.net
- Size: 2.48 MB
Statistics
- Stars: 41
- Watchers: 3
- Forks: 8
- Open Issues: 1
- Releases: 15
Metadata Files
README.md
backbone 
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:
- Neal, Z.P. (2022). backbone: An R package to extract network backbones. PLoS ONE, 17, e0269137. https://doi.org/10.1371/journal.pone.0269137
- Neal, Z.P., Domagalski, R., and Sagan, B. (2021). Comparing Alternatives to the Fixed Degree Sequence Model for Extracting the Backbone of Bipartite Projections. Scientific Reports, 11, 23929. https://doi.org/10.1038/s41598-021-03238-3
- www.rbackbone.net
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
- Website: https://mastodon.social/@zpneal
- Repositories: 3
- Profile: https://github.com/zpneal
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
Top Committers
| Name | 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
- Homepage: https://www.zacharyneal.com/backbone
- Documentation: http://cran.r-project.org/web/packages/backbone/backbone.pdf
- License: GPL-3
-
Latest release: 2.1.5
published 8 months ago
Rankings
Maintainers (1)
Dependencies
- 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