create.graph.long: create graph dataset with netmat and mmp_order a data.frame...

View source: R/graph.R

create.graph.longR Documentation

create graph dataset with netmat and mmp_order a data.frame called with vectorization of reordered netmat by mmp_order.

Description

create graph dataset with netmat and mmp_order a data.frame called with vectorization of reordered netmat by mmp_order.

Usage

create.graph.long(gmatrix, sort_indices = NULL)

Arguments

gmatrix

netmat

sort_indices

mmp_order

Value

a data.frame with vectors: ## X1: vector of numerics. ## X2: vector of numerics. ## value: vectorization of reordered netmat by mmp_order.


singR documentation built on May 29, 2024, 7:30 a.m.