plot.vln.Rd
Plot of violin plot of defined features
# S3 method for vln
plot(
object,
assay,
slot,
features,
group.by,
title = NULL,
xlab = "group",
ylab = "expression"
)
An IBRAP S4 class object
Character. Which assay within the object to access
Character. Which expression matrix would you like to access. Default = 'normalised'
Character. Which features should be plotted, it is not recommended to exceed 3 but can be more if your screen size is larger.
Vector. What should the cell types be split by.
Character. What should be the overall title of the plot. Default = NULL
Character. What should by the x axis title. Default = 'group'
Character. What shoul be the y axis title. Default = 'expression'
A violin plot of defined gene expression and groups