BlockmodelUtils

Julia package for representing and plotting network blockmodels

https://github.com/jfb-h/blockmodelutils.jl

Science Score: 26.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary

Keywords

blockmodeling julia network-analysis
Last synced: 6 months ago · JSON representation

Repository

Julia package for representing and plotting network blockmodels

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Topics
blockmodeling julia network-analysis
Created 12 months ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

BlockmodelUtils.jl

Stable Documentation In development documentation Build Status Test workflow status Docs workflow Status Coverage BestieTemplate

Represent, analyse, and plot network blockmodels, i.e., blocked graph adjacency matrices based on some node partition. As of now, this package does not contain functionality to infer node partitions (i.e., clusters or equivalence-based) from network structure. Its main purpose is instead to provide a simple representation of blockmodels and some plotting utilities.

Getting started

For a graph g and a vector of group labels groups, create a blockmodel with the blockmodel function:

```julia using Graphs, BlockmodelUtils

n = 20 g = erdos_renyi(n, 0.1) groups = rand('a':'d', n)

bm = blockmodel(g, groups) ```

The resulting Blockmodel prints the blockdensity matrix:

```julia-repl Blockmodel{Int64, SimpleGraph{Int64}} 4 groups with sizes [6, 7, 4, 3]

    1      2      3      4 

a 0.200 0.214 0.250 0.278

b 0.214 0.095 0.179 0.286

c 0.250 0.179 0.167 0.083

d 0.278 0.286 0.083 0.000

```

How to Cite

If you use BlockmodelUtils.jl in your work, please cite using the reference given in CITATION.cff.

Owner

  • Login: jfb-h
  • Kind: user

GitHub Events

Total
  • Create event: 3
  • Commit comment event: 8
  • Release event: 3
  • Issues event: 2
  • Delete event: 1
  • Issue comment event: 4
  • Push event: 37
  • Pull request event: 1
Last Year
  • Create event: 3
  • Commit comment event: 8
  • Release event: 3
  • Issues event: 2
  • Delete event: 1
  • Issue comment event: 4
  • Push event: 37
  • Pull request event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 2
  • Average time to close issues: less than a minute
  • Average time to close pull requests: about 13 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 4.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: less than a minute
  • Average time to close pull requests: about 13 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 4.0
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • JuliaTagBot (1)
Pull Request Authors
  • dependabot[bot] (2)
  • github-actions[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2) github_actions (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
juliahub.com: BlockmodelUtils

Julia package for representing and plotting network blockmodels

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 8.5%
Average: 22.6%
Dependent packages count: 36.7%
Last synced: 6 months ago

Dependencies

.github/workflows/CompatHelper.yml actions
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/Docs.yml actions
  • actions/checkout v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/ReusableTest.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/Test.yml actions
.github/workflows/TestOnPRs.yml actions