Learn R Programming

MiChip (version 1.26.0)

boxplotData: 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

Run this code

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

Run the code above in your browser using DataLab