View source: R/plotting_functions.R
isoform_boxplot | R Documentation |
Generate a box plot from kruskal-wallis results with user-selected title.
isoform_boxplot(kruskal_result, graph_name = "Sample Plot Name")
kruskal_result |
A sleuth object. |
graph_name |
Name of the graph. Default is "Sample Plot Name". |
# Create a box plot from a kruskal-wallis result retrived using sleuth_kruskal_wallis(). isoform_boxplot(kw_result, graph_name = "All Isoforms")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.