monsterNI: Bipartite Edge Reconstruction from Expression data

Description Usage Arguments Value Examples

Description

This function generates a complete bipartite network from gene expression data and sequence motif data

Usage

1
2
monsterNI(motif.data, expr.data, verbose = FALSE, randomize = "none",
  method = "bere", alphaw = 0.5, score = "motifincluded", cpp = FALSE)

Arguments

verbose

logical to indicate printing of output for algorithm progress.

method

String to indicate algorithm method. Must be one of "bere","pearson","panda","cd","lda", or "wcd". Default is "bere"

alphaw

A weight parameter specifying proportion of weight to give to indirect compared to direct evidence. See documentation.

score

String to indicate whether motif information will be readded upon completion of the algorithm

cpp

logical use C++ for maximum speed, set to false if unable to run.

motif

A motif dataset, a data.frame, matrix or exprSet containing 3 columns. Each row describes an motif associated with a transcription factor (column 1) a gene (column 2) and a score (column 3) for the motif.

expr

An expression dataset, as a genes (rows) by samples (columns) data.frame

verbose

logical to indicate printing of output for

Value

matrix for inferred network between TFs and genes

Examples

1
data(yeast)

dschlauch/MONSTER documentation built on May 15, 2019, 2:57 p.m.