This function extracts features from an object of class `scMaSigPro` based on a specified query. The function query the coefficients matrix.
queryCoeff(
scmpObj,
rsq = 0.7,
p_value = scmpObj@Parameters@p_value,
includeInflu = TRUE,
query = "pseudotime_path",
change = NULL,
strictly = FALSE,
verbose = TRUE
)
An object of class ScMaSigPro
.
Coefficient of determination or R-squared value threshold.
Overall model significance.
Whether to include genes with influential observations.
A string specifying the type of query.
The effective change at the end of the pseudotime. (Default is NULL)
If `change != NULL`, selects features if all coefficients have similar change.
Print detailed output in the console. (Default is TRUE)
A subset of matrix of coefficients.
`scMaSigPro::sc.filter()`