example_nodelist {ExplodeLayout}R Documentation

Example nodelist file of a bipartite network.

Description

A dataset consisting of anonymized patients (n=798) and symptoms (d=8), where each patient has one or more symptoms.

Usage

example_nodelist

Format

A data frame with 806 rows and 5 columns:

Label

Node ID of patients and symptoms.

Cluster

Cluster membership found by BipartiteModularityMaximization. Can be changed to any customized cluster membership.

X

X coordinates found by Fruchterman & Reingold layout. Can be changed to any customized coordinates.

Y

Y coordinates found by Fruchterman & Reingold layout. Can be changed to any customized coordinates.

Entity

Indicating whether a node is a patient (assigned 1) or a symptom (assigned 2).


[Package ExplodeLayout version 0.1.2 Index]