Learn R Programming

networkABC (version 0.9-1)

showNetwork: 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

Run this code
data(resabc)
showNetwork(resabc,.2)

Run the code above in your browser using DataLab