Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.5%) to scientific vocabulary
Repository
R
Basic Info
Statistics
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 5
- Releases: 0
Metadata Files
README.md
The disparity filter algorithm is a network reduction technique to identify the 'backbone' structure of a weighted network without destroying its multi-scale nature. The algorithm was developed by M. Angeles Serrano, Marian Boguna and Alessandro Vespignani in "Extracting the multiscale backbone of complex weighted networks", Proceedings of the National Academy of Sciences 106 (16), 2009, doi: 10.1073/pnas.0808904106. This implementation of the algorithm supports both directed and undirected networks.
Installation
Install the disparityfilter package from CRAN:
R
install.packages("disparityfilter")
Or install it from GitHub with the devtools package:
R
devtools::install_github('alessandrobessi/disparityfilter')
Usage
The algorithm is implemented by the backbone function:
R
library(disparityfilter)
?backbone
Owner
- Name: Alessandro Bessi
- Login: alessandrobessi
- Kind: user
- Location: Firenze, ITALY
- Company: @nextbitlabs
- Website: http://alessandrobessi.github.io
- Twitter: bessimaestro
- Repositories: 5
- Profile: https://github.com/alessandrobessi
Doing hard things makes you stronger.
GitHub Events
Total
Last Year
Committers
Last synced: almost 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Alessandro | a****i@i****t | 35 |
| François | b****e@g****m | 12 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 6
- Total pull requests: 3
- Average time to close issues: 2 months
- Average time to close pull requests: about 2 hours
- Total issue authors: 5
- Total pull request authors: 1
- Average comments per issue: 4.0
- Average comments per pull request: 0.67
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- briatte (2)
- DataStrategist (1)
- kasperwelbers (1)
- gabrielfgm (1)
- FilipeamTeixeira (1)
Pull Request Authors
- briatte (3)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 143 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: disparityfilter
Disparity Filter Algorithm for Weighted Networks
- Homepage: https://github.com/alessandrobessi/disparityfilter
- Documentation: http://cran.r-project.org/web/packages/disparityfilter/disparityfilter.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 2.2.3
published over 10 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.1.1 depends
- igraph * depends
- testthat * suggests