Package: cooccure 0.1.2

Mohammed Saqr

cooccure: Co-Occurrence Network Construction and Manipulation

Constructs co-occurrence networks from several types of input data, such as delimited fields, long/bipartite tables, binary matrices, or wide sequences. Returns tidy edge data frames and supports optional scaling, splitting into several networks, thresholding, and subsetting. Provides eight similarity measures, including Jaccard, cosine, and association strength. Supports export to several network and file formats. Network construction and analysis methods follow Saqr, Lopez-Pernas, Conde, and Hernandez-Garcia (2024, <doi:10.1007/978-3-031-54464-4_15>).

Authors:Mohammed Saqr [aut, cre, cph], Sonsoles López-Pernas [aut, cph], Kamila Misiejuk [aut, cph]

cooccure_0.1.2.tar.gz
cooccure_0.1.2.zip(r-4.7)cooccure_0.1.2.zip(r-4.6)cooccure_0.1.2.zip(r-4.5)
cooccure_0.1.2.tgz(r-4.6-any)cooccure_0.1.2.tgz(r-4.5-any)
cooccure_0.1.2.tar.gz(r-4.7-any)cooccure_0.1.2.tar.gz(r-4.6-any)
cooccure_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
cooccure/json (API)
NEWS

# Install 'cooccure' in R:
install.packages('cooccure', repos = c('https://mohsaqr.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mohsaqr/cooccure/issues

Datasets:
  • actor_genres - IMDB actor-genre long table
  • actors - IMDB actor-movie long table
  • demo - Demo actor-movie-genre table
  • movies - IMDB movie metadata

On CRAN:

Conda:

4.60 score 1 stars 506 downloads 8 exports 2 dependencies

Last updated from:a978aa3708. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK140
source / vignettesOK207
linux-release-x86_64OK136
macos-release-arm64OK105
macos-oldrel-arm64OK85
windows-develOK89
windows-releaseOK94
windows-oldrelOK79
wasm-releaseOK120

Exports:as_cographas_igraphas_matrixas_netobjectas_tidygraphcocooccurrencelaunch_app

Dependencies:latticeMatrix

Co-occurrence Networks with IMDB Movie Data

Rendered fromimdb-tutorial.Rmdusingknitr::rmarkdownon Jun 09 2026.

Last update: 2026-04-22
Started: 2026-04-16

Readme and manuals

Help Manual

Help pageTopics
IMDB actor-genre long table (1970-2024)actor_genres
IMDB actor-movie long table (1970-2024)actors
Convert to cograph networkas_cograph as_cograph.cooccurrence
Convert to igraphas_igraph as_igraph.cooccurrence
Extract the co-occurrence matrixas_matrix as_matrix.cooccurrence
Convert to Nestimate netobjectas_netobject as_netobject.cooccurrence
Convert to tidygraphas_tidygraph as_tidygraph.cooccurrence
Build a co-occurrence networkco cooccurrence
Demo actor-movie-genre tabledemo
Launch the cooccure Shiny explorerlaunch_app
IMDB movie metadata (1970-2024)movies
Plot a cooccurrence networkplot.cooccurrence
Print a cooccurrence edge listprint.cooccurrence
Summarise a cooccurrence networksummary.cooccurrence