View source: R/model_varpartition.R
replot_varpart_percent | R Documentation |
In case I wish to look at different numbers of genes from variancePartition and/or different columns to sort from.
replot_varpart_percent(
varpart_output,
n = 30,
column = NULL,
decreasing = TRUE
)
varpart_output |
List returned by varpart() |
n |
How many genes to plot. |
column |
The df column to use for sorting. |
decreasing |
high->low or vice versa? |
The percent variance bar plots from variancePartition!
[variancePartition]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.