Description Usage Arguments Value Examples
This function generates demand class instances
1 | demandClass(exp, anno, network, moa=NULL, KLD=NULL)
|
exp |
A N-by-M numeric matrix where the rows represent N probes (or genes) and the columns represent M samples. |
anno |
A N-by-2 character matrix where the rows represent probes or genes in the same order as the |
network |
A K-by-L (L>1) character matrix containing K interactions. The 1st column and the 2nd column contain the names of the interacting genes. If the following columns include a column called "ppi" then genes connected by ppi will be used without estimating the residuals in the Brown correction method. The rest of the columns are used only to distinguish duplicates. |
moa |
Filled my the |
KLD |
Filled my the |
Instance of class demand
1 2 3 4 | ## Load toy example
data(inputExample)
dobj <- demandClass(exp=bcellExp, anno=bcellAnno, network=bcellNetwork)
printDeMAND(dobj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.