Description Usage Arguments Value Examples
This function generates a complete bipartite network from gene expression data and sequence motif data
1 | bere(motif.data, expr.data, verbose = T, randomize = "none", cpp = T)
|
verbose |
logical to indicate printing of output for algorithm progress. |
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 |
TBD, An object of class "bere" (currently matrix or data.frame)
1 | data(yeast)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.