printDeMAND {DeMAND} | R Documentation |
This document lists a series of basic methods for the class DeMAND
printDeMAND(x)
x |
An instance of class demand which includes: a gene expression data, annotation information, and a molecular interaction network. |
printDeMAND returnssummary information about the diggit object
data(inputExample) dobj <- demandClass(exp=bcellExp, anno=bcellAnno, network=bcellNetwork) printDeMAND(dobj)