View source: R/plotting_functions.R View source: R/plotting_functions.R
ggtopfeatures | R Documentation |
Barplot of the top features of an expression matrix
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,
...
)
... |
rmat(nrow = 100) |> ggtopfeatures()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.