loadBarplot.Rd
Plot loadings of dimension reduction as bar plot.
loadBarplot(
Loadings,
comp = "comp1",
showInt = F,
absVal = T,
showNeg = F,
nfeat = 30,
fsize = 14,
xlab = ""
)
A data.frame or an object (eg matrix) that's convertable to data.frame: columns are components and rows are features.
Character. Which component to plot.
Logical. Weather to show cell type interaction (eg in PhiSpace ST cell type co-presence analysis).
Logical. Rank loadings by absolute values or not.
Logical. Show negative loadings or not.
Number of top loadings to show.
Font size.
x axis title.
A ggplot2 object.