boxplotMicroRna {AgiMicroRna} | R Documentation |
It creates a Boxplot using the matrix columns as input
boxplotMicroRna(object, maintitle, colorfill, xlab, ylab)
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 |
Pedro Lopez-Romero
data(dd.micro) MMM=log2(dd.micro$meanS) boxplotMicroRna(MMM, maintitle="log2 Mean Signal", colorfill="green", xlab="Samples", ylab="expression")