View source: R/VarID_functions.R
plotRegNB | R Documentation |
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.
plotRegNB(expData, y, par.nb = NULL, span = 0.75, ...)
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 |
None
res <- pruneKnn(intestinalDataSmall,no_cores=1)
plotRegNB(intestinalDataSmall,res,"theta")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.