replot_varpart_percent: A shortcut for replotting the percent plots from...

View source: R/model_varpartition.R

replot_varpart_percentR Documentation

A shortcut for replotting the percent plots from variancePartition.

Description

In case I wish to look at different numbers of genes from variancePartition and/or different columns to sort from.

Usage

replot_varpart_percent(
  varpart_output,
  n = 30,
  column = NULL,
  decreasing = TRUE
)

Arguments

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?

Value

The percent variance bar plots from variancePartition!

See Also

[variancePartition]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.