showNetwork {networkABC}R Documentation

Plot the final network.

Description

Plot the final network.

Usage

showNetwork(res, min_prob)

Arguments

res

: The result of the abc algorithm.

min_prob

: numeric ; under this probabilitie value, the link between two genes is set to 0.

Examples

data(resabc)
showNetwork(resabc,.2)

[Package networkABC version 0.8-1 Index]