convertToDistGraph: Convert to distance graph from STRINGNet

Description Usage Arguments Details Value See Also

View source: R/convertToDistGraph.R

Description

This function converts confidence scores into distance from a STRINGNet object, in order to compute the shortest paths. This function is called in getShortestPaths().

Usage

1

Arguments

Network

An object of class STRINGNet

Details

Combined scores S are converted to distances D for each interaction i with Di=max(S)+1-Si.

Value

A distance matrix converted from a STRINGNet object

See Also

getShortestPaths


stringgaussnet documentation built on May 29, 2017, 10:50 a.m.