setNetwork: Loads the network/topology file.

Description Usage Arguments Value Examples

Description

The network file should contain three columns with headers, "Source" "Target" "Type" Here "Source" and "Target" are the names of the genes and "Type" refers to the regulation, "1" if source activates target and "2" if source inhibits target.

Usage

1
setNetwork(object, network, networkName)

Arguments

networkFile

Network file name

Value

Network as a list

Examples

1
2
3
4
network <- readRDS("data/demoNetwork.RDS")
demoNetwork <- setNetwork(demoNetwork, network)
demoNetwork <- racipeSet()
demoNetwork <- setNetwork(demoNetwork, "inputs/demo.net")

TheJacksonLaboratory/GeneVyuha documentation built on May 5, 2019, 2:44 a.m.