Description Usage Arguments Value Examples
Boxplot for wide data frame (normal gene expression table or OTU abundance table) used for estimating the overall distrbution of data.
1 | widedataframe2boxplot(widedataframe, saveplot = NULL, ylab = "", ...)
|
widedataframe |
A dataframe containing gene expression or OTU abundance with format
like generated by |
saveplot |
Save plot to given file like "a.pdf", "b.png". |
ylab |
Y axis title. |
... |
Other parameters given to |
A ggplot2 object.
1 2 3 4 | df = generateAbundanceDF()
widedataframe2boxplot(df)
widedataframe2boxplot(df, saveplot="a.pdf", width=10, height=10, units=c("cm"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.