getSmootherPvalues {tradeSeq} | 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)