This functions generates a barplot of gene expression across all clusters.
barplotgene(object, g, n = NULL, logsc = FALSE)
None
SCseq
class object.
Individual gene name or vector with a group of gene names corresponding to a subset of valid row names of the ndata
slot
of the SCseq
object.
String of characters representing the title of the plot. Default is NULL
and the first element of g
is chosen.
logical. If TRUE
, then gene expression values are log2-transformed after adding a pseudo-count of 0.1. Default is FALSE
and untransformed values are shown.