ig_tabToIgraph: convert a table to an igraph

View source: R/grn_construction.R

ig_tabToIgraphR Documentation

convert a table to an igraph

Description

convert a table to an igraph. This adds an nEnts vertex attribute to count the number of entities in the sub-net

Usage

ig_tabToIgraph(grnTab, simplify = FALSE, directed = FALSE, weights = TRUE)

Arguments

grnTab

table of TF, TF, maybe zscores, maybe correlations

simplify

false

directed

FALSE,

weights

TRUE

Value

iGraph object


pcahan1/cancerCellNet documentation built on July 16, 2022, 12:12 a.m.