Learn R Programming

MiChip (version 1.26.0)

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

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

Run the code above in your browser using DataLab