Description Usage Arguments Value Examples
This function generates a complete bipartite network from gene expression data and sequence motif data
1 | ldaBERE(motifs, expData, score = "motifincluded")
|
score |
String to indicate whether motif information will be readded upon completion of the algorithm |
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 algorithm progress. |
method |
String to indicate algorithm method. Must be one of "cd","lda", or "wcd". Default is correlation difference "cd". |
TBD, An object of class "bere" (currently matrix or data.frame)
1 | 1+1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.