construct_interactome: Construct an interaction network

Description Usage Arguments Value Author(s) Examples

Description

Given a list of edges, construct_interactome generates an interaction network which is used as a template network to interpret the highthrougput data.

Usage

1

Arguments

ppi

A list of edges. A data.frame composed of three columns, where each row corresponds to an edge in which the first element is a head, the second element is a tail, and the last element represents the cost of the edge.

Value

An interaction network as igraph object.

Author(s)

Murodzhon Akhmedov

Examples

1
2
3
4
5
## Not run: 
library("PCSF")
data("STRING")
ppi <- construct_interactome(STRING)
## End(Not run)

murodzhon/PCSF documentation built on May 14, 2019, 10:35 a.m.