plot_feature_rank_combine: Combine Feature Rank plot

Description Usage Arguments

View source: R/plot_feature_rank_combine.R

Description

Function for combining components of the feature rank plot.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
plot_feature_rank_combine(
  components,
  title = NA,
  subtitle = NULL,
  height_rank = 8,
  height_density = 2,
  height_barplot = 1.6,
  width_rank = 7.8,
  width_celltype = 2.2,
  hjust = 0.5,
  vjust = 1,
  label_x = 0.55,
  ...
)

Arguments

components

List of components (returned from feature_rank_plot() when combine=FALSE)

height_rank

Relative height of rank plot

height_density

Relative height of density plot

width_rank

Relative width of rank plot

hjust

Horizontal justification of title. Passed on to cowplot::plot_grid()

vjust

Vertical justification of title. Passed on to cowplot::plot_grid()

label_x

Label x-position. Passed on to cowplot::plot_grid()

...

Passed on to cowplot::plot_grid()

width_violin

Relative width of violin plot


Terkild/scfeaturerank documentation built on March 6, 2021, 1:04 p.m.