load_dream_network: Load dream network This function strips-off the "G"...

Description Usage Arguments Value Examples

View source: R/load_dream_network.R

Description

Load dream network This function strips-off the "G" characters from the gene identifiers

Usage

1

Arguments

A

data.frame matrix that contains the edgelist with gene identifiers

Value

Edgelist matrix matrix

Examples

1
net <- load_dream_network(data.frame(TF=c("G1","G3"),TG=c("G2","G1"),w=c(1,0.5)))

paubellot/DREAM_Evaluation documentation built on May 24, 2019, 8:22 p.m.