ggtopfeatures: Barplot of the top features of an expression matrix

View source: R/plotting_functions.R View source: R/plotting_functions.R

ggtopfeaturesR Documentation

Barplot of the top features of an expression matrix

Description

Barplot of the top features of an expression matrix

Usage

ggtopfeatures(
  data,
  rel = FALSE,
  topn = 10,
  col.high = "#e63c3c",
  col.low = "#f0c3bb",
  col.other = "#dbdbdb",
  fontsize = 18,
  label.cex = 0.6,
  label.rot = 0,
  x.rot = 90,
  width = 0.9,
  ...
)

Arguments

...

Examples

rmat(nrow = 100) |> ggtopfeatures()

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.