boxplotData {MiChip}R Documentation

Create Boxplot of data

Description

Creates a boxplot of expression data contained in a matrix and writes this to a file.

Usage

	boxplotData(dmat, exptname, dlevel)

Arguments

dmat

matrix containing expression data to be boxplotted

exptname

Name of the experiment, used to build filename

dlevel

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

Examples


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

## End(Not run)

[Package MiChip version 1.44.0 Index]