constGeneNet: Construct Gene Network Matrix

Description Usage Arguments Details Value Author(s) Examples

Description

This function is to convert a gene-gene interaction table to gene network matrix, which is an input of DIGREscore function.

Usage

1
constGeneNet(geneNet)

Arguments

geneNet

a data frame contains gene-gene interaction. See 'geneNetLymph' for example.

Details

Input gene-gene interaction table should have two columns with gene SYMBOL names. Each raw represents two connected genes. The interaction is regarded as undirected.

Value

a matrix of gene connectivity matrix

Author(s)

Jichen Yang, Sangin Lee, Minzhe Zhang(zenroute.mzhang@gmail.com)

Examples

1
geneNetLymph.mat <- constGeneNet(geneNet = geneNetLymph)

Minzhe/DIGREsyn documentation built on May 7, 2019, 4:58 p.m.