Displaying violin plots of gene expression or gene expression noise (epsilon) across (a set of) clusters
violinMarkerPlot(g, object, noise = NULL, set = NULL, ti = NULL)None
Valid gene ID corresponding to a (set of) rownames of object@ndata or noise.
RaceID SCseq object.
List of noise parameters returned by compTBNoise. If this argument is given, then the distribution of noise (epsilon) is plotted. Default is NULL and normalized gene expression (normalized by median count across all clusters in set) is plotted.
Postive integer number or vector of integers corresponding to valid cluster numbers. Violin plots are shown for all clusters in set. Default is NULL and data are shown for all clusters in object@cpart.
String of characters representing the title of the plot. Default is NULL and the first element of g is chosen.