setNodeWeights: Set node weights

Description Usage Arguments Value Author(s) Examples

View source: R/graphWeights.R

Description

Set node weights

Usage

1
setNodeWeights(graphList, weights = NULL, defaultWeight = 1)

Arguments

graphList

a list of graph (e.g., graphNEL) objects

weights

named vector or matrix; if vector, the node is going to have the same weight in all graphs it appears; if matrix, the rows represent nodes and columns represent graphs and the node will have different weights in each pathway

defaultWeight

the default weight for all nodes not set by the parameter weights

Value

The graphList with the node weights set.

Author(s)

Calin Voichita and Sorin Draghici

Examples

1
2
3
4
5
6
# load the set of pathways
kpg <- keggPathwayGraphs("hsa")

kpg <- setNodeWeights(kpg)

nodeWeights(kpg[["path:hsa04110"]])

ROntoTools documentation built on Nov. 8, 2020, 7:41 p.m.