VarianceBoxplot | R Documentation |
generate a boxplot of the variance
VarianceBoxplot( fit, n = 20, xlab = "PSM count", ylab = "log(Variance)", main = NULL )
fit |
an object returned from |
n |
set a number to plot only the genes with count value smaller or equal to n. |
xlab |
the title for x axis. |
ylab |
the title for y axis. |
main |
the title for the figure. |
a ggplot instance.
Yafeng Zhu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.