Description Usage Arguments Value Examples
View source: R/getSmootherPvalues.R
Return smoother p-values from the mgcv
package.
1 | 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.
1 2 | data(gamList, package = "tradeSeq")
getSmootherPvalues(gamList)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.