Returns violin plot of user-input gene(s) expression across groups, can optionally subdivide groups into a more specific category
violinPlot(
object,
expr.type = "q_norm",
genes = c("FOXP3", "CD4"),
group = "CellType",
facet.by = "none"
)
Name of NanostringGeoMxSet to perform analysis on
Name of normalized expression data slot
Transcript(s) to be plotted on the y-axis of the violin plot
Metadata group to be plotted on the x axis of the violin plot
Further subdivide group by this category (Default: NULL)
an arranged grob of violin plots
ggplot function that takes in gene expression data from NanostringGeoMxSet, outputs the distribution of gene expression values across groups. Requires normalized expression data and valid group category to be present in object