This version of z scoring will differ from base R's scale()
gene_z(dat, dispersions = NULL, rescale = FALSE)a matrix or dg[CT]Matrix of expression values with genes as rows and samples as columns.
(optional) a vector of dispersions for each gene/row. If NULL (default), will be computed using gene_dispersion().
a logical indicating whether or not to rescale using rescale_samples(). Default is FALSE.
a numeric vector of z-scores for each gene