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
Last synced: 11 months ago · JSON representation

Repository

R

Basic Info
  • Host: GitHub
  • Owner: alessandrobessi
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 32.2 KB
Statistics
  • Stars: 10
  • Watchers: 4
  • Forks: 4
  • Open Issues: 5
  • Releases: 0
Created over 11 years ago · Last pushed over 10 years ago
Metadata Files
Readme

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

Doing hard things makes you stronger.

GitHub Events

Total
Last Year

Committers

Last synced: almost 2 years ago

All Time
  • Total Commits: 47
  • Total Committers: 2
  • Avg Commits per committer: 23.5
  • Development Distribution Score (DDS): 0.255
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 143 Last month
Rankings
Forks count: 12.8%
Stargazers count: 17.0%
Dependent packages count: 29.8%
Average: 32.5%
Dependent repos count: 35.5%
Downloads: 67.6%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1.1 depends
  • igraph * depends
  • testthat * suggests