Performs nu-regression using support vector machines (SVM) to estimate cell type proportions. This is the core computational engine of CIBERSORT, using nu-SVR with linear kernel to decompose mixed gene expression signals.
Arguments
- X
Matrix or data frame containing signature matrix (predictor variables). Rows are genes, columns are cell types.
- y
Numeric vector containing the mixture sample expression (response variable).
- absolute
Logical indicating whether to use absolute space for weights. Default is FALSE (relative proportions).
- abs_method
String specifying the method for absolute space weights: `"sig.score"` or `"no.sumto1"`.