gcastle_dag

gCastleDAG

Package

gCastle

Version

1.0.3

Language

Python

Docs

here

Paper

Zhang et al.[1]

Graph type

DAG

Docker

bpimages/gcastle:1.0.3

Module

gcastle_dag

Description

A graph (DAG) generation module from the gCastle package by Zhang et al.[1]. It allows to set the desired number of graph nodes (n_nodes) and edges (n_edges). Two types of simulated graph types (method) are available: Erdos-Renyi (er) and Scale-Free (sf).

Example

[
  {
    "id": "er_10_10",
    "n_nodes": 10,
    "n_edges": 10,
    "method": "er"
  }
]