boxplotData: Create Boxplot of data

Description Usage Arguments Examples

View source: R/MiChip.R

Description

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

Usage

1
	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

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

## End(Not run)

MiChip documentation built on Nov. 8, 2020, 8:01 p.m.