Description Usage Arguments Value Examples
Plot the smoothers estimated by tradeSeq
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | plotSmoothers(models, ...)
## S4 method for signature 'gam'
plotSmoothers(
models,
nPoints = 100,
lwd = 2,
size = 2/3,
xlab = "Pseudotime",
ylab = "Log(expression + 1)",
border = TRUE,
alpha = 1,
sample = 1
)
## S4 method for signature 'SingleCellExperiment'
plotSmoothers(
models,
counts,
gene,
nPoints = 100,
lwd = 2,
size = 2/3,
xlab = "Pseudotime",
ylab = "Log(expression + 1)",
border = TRUE,
alpha = 1,
sample = 1,
pointCol = NULL,
plotLineages = TRUE
)
|
models |
Either the |
... |
parameters including: |
nPoints |
The number of points used to extrapolate the fit. Defaults to 100. |
lwd |
Line width of the smoother. Passed to |
size |
Character expansion of the data points. Passed to |
xlab |
x-axis label. Passed to |
ylab |
y-axis label. Passed to |
border |
Logical: should a white border be drawn around the mean smoother. |
alpha |
Numeric between 0 and 1, determines the transparency of data points,
see |
sample |
Numeric between 0 and 1, use to subsample the cells when there are too many so that it can plot faster. |
counts |
The matrix of gene expression counts. |
gene |
Gene name or row in count matrix of gene to plot. |
pointCol |
Plotting colors for each cell. Can be either character vector of
length 1, denoting a variable in the |
plotLineages |
Logical, should the mean smoothers for each lineage be plotted? |
A ggplot
object
1 2 | data(gamList, package = "tradeSeq")
plotSmoothers(gamList[[4]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.