createEmptyMultiOmicNetwork: Creates an empty in silico system.

Description Usage Arguments Value Examples

View source: R/in_silico_system.R

Description

Creates an empty in silico system (i.e. no regulatory interactions) given a data-frame of genes (cf createMultiOmicNetwork).

Usage

1

Arguments

genes

A data-frame of the genes existing in the system (see createGenes).

Value

An in silico system, that is a list of:

Examples

1
2
3
mysysargs = insilicosystemargs(G = 5)
mygenes = createGenes(mysysargs)
mynetwork = createEmptyMultiOmicNetwork(mygenes)

sismonr documentation built on Feb. 11, 2020, 9:07 a.m.