Learn R Programming

DeMAND (version 1.2.0)

printDeMAND: Basic methods for class demand

Description

This document lists a series of basic methods for the class DeMAND

Usage

printDeMAND(x)

Arguments

x
An instance of class demand which includes: a gene expression data, annotation information, and a molecular interaction network.

Value

Examples

Run this code
data(inputExample)
dobj <- demandClass(exp=bcellExp, anno=bcellAnno, network=bcellNetwork)
printDeMAND(dobj)

Run the code above in your browser using DataLab