plotRegNB {RaceID} | R Documentation |
Function for plotting negative binomial regression
Description
This function plots the parameters obatined by the negative binomial regression of the transcript counts on the total transcript count in each cells. Smoothed parameter estimates are also shown.
Usage
plotRegNB(expData, y, par.nb = NULL, span = 0.75, ...)
Arguments
expData |
Matrix of gene expression values with genes as rows and cells as columns. The matrix needs to contain the same cell IDs as columns like the input matrix.
used to derive the pruned k nearest neighbours with the |
y |
List object returned by the |
par.nb |
Parameter to be plotted, i.e. valid column of |
span |
Positive real number. Parameter for loess-regression (see |
... |
Additional arguments for |
Value
None
Examples
res <- pruneKnn(intestinalDataSmall,no_cores=1)
plotRegNB(intestinalDataSmall,res,"theta")