motifcluster motifcluster sticker

An R package for motif-based spectral clustering of weighted directed networks.

Introduction

The motifcluster package provides implementations of motif-based spectral clustering of weighted directed networks in R. These provide the capability for:

The methods are all designed to run quickly on large sparse networks, and are easy to install and use. These methods are based on those described in [Underwood, Elliott and Cucuringu, 2020], which is available at arXiv:2004.01293.

Installation

install.packages("motifcluster")

Dependencies

Documentation

Documentation for the motifcluster package is available in the doc directory.

Vignette

An instructional vignette for the motifcluster package is available in the vignettes directory.

Author