ariadne imports the resource graph hosted in the companion package ariadne.db.

ariadne(versions = NULL)

Arguments

versions

Character list. A named list of resource versions to load. Latest versions are used if not specified. (Default: NULL)

Value

An igraph object with the ariadne resource graph.

Examples

# Import default resource graph
graph <- ariadne()

# Specify custom resource versions
versions <- list(BugSigDB = "v1.2.2", WoL = "v20April2021")
graph <- ariadne(versions = versions)