This function is used to view or return the matrix of p-values for each term and the full model from the provided scMaSigPro object.

showSol(scmpObj, view = FALSE, return = TRUE, includeInflu = TRUE)

Arguments

scmpObj

An object of class ScMaSigPro.

view

Whether to view the data in the explorer. (Default: FALSE)

return

Whether to return the data. (Default: TRUE)

includeInflu

Whether to include genes with influential observations.

Value

The computed p-values for each term and full model as a dataframe.

Author

Priyansh Srivastava spriyansh29@gmail.com