View source: R/getSmootherPvalues.R
getSmootherPvalues | R Documentation |
mgcv
.Return smoother p-values from the mgcv
package.
getSmootherPvalues(models)
models |
the GAM models, typically the output from |
a matrix with the p-value associated with each lineage's smoother. The matrix has one row per gene where the fitting procedure converged.
data(gamList, package = "tradeSeq")
getSmootherPvalues(gamList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.