fcalc_np_all {crosstalkr}R Documentation

Function to calculate the network potential for vertices v

Description

Function to calculate the network potential for vertices v

Usage

fcalc_np_all(neighbors, vertices, v, exp)

Arguments

neighbors

list of neighbors for every node in the graph, type Rcpp::list

vertices

node list for graph, type Rcpp::StringVector

v

list of nodes for which we plan to calculate network potential

exp

named vector of expression for each node in vertices


[Package crosstalkr version 1.0.5 Index]