Description Usage Arguments Author(s) Examples
It creates a Boxplot using the matrix columns as input
1 | 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
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.