Learn R Programming

AgiMicroRna (version 2.22.0)

boxplotMicroRna: Boxplot

Description

It creates a Boxplot using the matrix columns as input

Usage

boxplotMicroRna(object, maintitle, colorfill, xlab, ylab)

Arguments

object
A matrix containing by columns the expression arrays in log2 scale
maintitle
character to indicate the title of the graph
colorfill
color to fill the boxplot
xlab
title for the x axe
ylab
title for the y axe

Examples

Run this code
		data(dd.micro)
		MMM=log2(dd.micro$meanS)
                boxplotMicroRna(MMM,
                	maintitle="log2 Mean Signal",
                	colorfill="green",
			xlab="Samples",
			ylab="expression")

Run the code above in your browser using DataLab