linkcomm

Tools for Generating, Visualising, and Analysing Link Communities in Networks

https://github.com/alextkalinka/linkcomm

Science Score: 10.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
  • Academic publication links
    Links to: nature.com
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary

Keywords

clustering networks networks-biology r-package visualization
Last synced: 9 months ago · JSON representation

Repository

Tools for Generating, Visualising, and Analysing Link Communities in Networks

Basic Info
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Topics
clustering networks networks-biology r-package visualization
Created about 6 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

linkcomm

CRAN status metacran downloads R build status Lifecycle: stable <!-- badges: end -->

Summary

linkcomm is an R package that provides tools for generating, visualising, and analysing Link Communities in networks. See the companion paper for more information.

Installation

r install.packages("linkcomm")

Usage

```r

Explore the in-built Les Miserables network:

library(linkcomm) lm <- getLinkCommunities(lesmiserables) ```

```r

Visualize the communities:

plot(lm, type = "graph", layout = "spencer.circle") ```

```r

Extract the nodes from the first community:

n1 <- getNodesIn(lm, clusterids = 1)

Nodes shared by communities 10 and 11:

ns <- get.shared.nodes(lm, comms = 10:11)

Node community centrality scores:

nc <- getCommunityCentrality(lm)

Community connectedness scores:

cc <- getCommunityConnectedness(lm)

```

References

Kalinka AT, Tomancak P (2011). “linkcomm: an R package for the generation, visualization, and analysis of link communities in networks of arbitrary size and type.” Bioinformatics, 27, 2011-2012.

Owner

  • Login: alextkalinka
  • Kind: user

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 15
  • Total Committers: 2
  • Avg Commits per committer: 7.5
  • Development Distribution Score (DDS): 0.067
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Alex Kalinka A****a@c****k 14
alextkalinka 6****a 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • 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
  • alexuadler (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 375 last-month
  • Total docker downloads: 48
  • Total dependent packages: 2
  • Total dependent repositories: 8
  • Total versions: 15
  • Total maintainers: 1
cran.r-project.org: linkcomm

Tools for Generating, Visualizing, and Analysing Link Communities in Networks

  • Versions: 15
  • Dependent Packages: 2
  • Dependent Repositories: 8
  • Downloads: 375 Last month
  • Docker Downloads: 48
Rankings
Dependent repos count: 10.5%
Dependent packages count: 13.7%
Average: 16.6%
Forks count: 17.1%
Stargazers count: 18.3%
Downloads: 23.3%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • RColorBrewer * depends
  • igraph * depends
  • dynamicTreeCut * imports
  • grid * imports
  • utils * imports
  • R.rsp * suggests
  • fastcluster * suggests