fillHeat: Fill in the missing heat

Description Usage Arguments Value

Description

This function finds the vertices in the interaction network whose initial heat is not given, and fill with heat using specific value or function.

Usage

1
2
fillHeat(links = interactions_brain, heat = vertices_heat, fill = "mean",
  ...)

Arguments

links

A two-column matrix or data frame, with each row representing one interaction

heat

A numeric vector representing initial heat of each vectex in the network

fill

A numeric value, character, or function to specialize the way to fill in missing values

Value

A numeric vector representing heat of vertices


maplesword/TOMRwModule documentation built on May 31, 2019, 1:16 p.m.