Plotting noise (epsilon) as a function of normalized or non-normalized expression for a given gene.
plotExpNoise(g, object, noise, set = NULL, ps = 0.1, norm = TRUE, ...)
None.
Valid gene ID with available expression and noise estimates.
RaceID SCseq
object.
List object returned by the compTBNoise
function.
Set of valid cluster numbers. Default is NULL
and data are plotted for cells from all clusters.
Real number. Pseudo-count added to noise and expression estimates. Default is 0.1.
logical. If FALSE
, then noise is plotted versus non-normalized expression. Default is TRUE
and noise is plotted against normalized expression.
Additional arguments of plot
function.