Description Usage Arguments Value Examples
This function generates a complete bipartite network from gene expression data and sequence motif data
1 2 3 |
motif.data |
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.data |
An expression dataset, as a genes (rows) by samples (columns) |
verbose |
logical to indicate printing of output for algorithm progress. |
randomize |
logical indicating randomization by genes, within genes or none |
method |
String to indicate algorithm method. Must be one of "bere","pearson","cd","lda", or "wcd". Default is "bere" |
ni.coefficient.cutoff |
numeric to specify a p-value cutoff at the network inference step. Default is NA, indicating inclusion of all coefficients. |
alphaw |
A weight parameter specifying proportion of weight to give to indirect compared to direct evidence. See documentation. |
regularization |
String parameter indicating one of "none", "L1", "L2" |
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. |
matrix for inferred network between TFs and genes
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.