boxplotMicroRna: Boxplot

Description Usage Arguments Author(s) Examples

Description

It creates a Boxplot using the matrix columns as input

Usage

1
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

Author(s)

Pedro Lopez-Romero

Examples

1
2
3
4
5
6
7
		data(dd.micro)
		MMM=log2(dd.micro$meanS)
                boxplotMicroRna(MMM,
                	maintitle="log2 Mean Signal",
                	colorfill="green",
			xlab="Samples",
			ylab="expression")

AgiMicroRna documentation built on Nov. 8, 2020, 5:25 p.m.