boxplotDataNoFile {MiChip}R Documentation

Create Boxplot of data

Description

Creates a boxplot of expression data contained in a matrix.

Usage

boxplotDataNoFile(dmat, exptname, dlevel)

Arguments

dmat

matrix containing expression data to be boxplotted

exptname

Name of the experiment, used to build plot title

dlevel

Stage of the experiment e.g. raw, summarized, normalized

Examples

#Create a boxplot containing normalized expression data for myexpt
## Not run: boxplotDataNoFile(dmat, "MyExpt", "mednormed")

[Package MiChip version 1.34.0 Index]