-
Notifications
You must be signed in to change notification settings - Fork 16
Description
When I tried to use my own data, I got the bug information. I tested using the sample data, it worked. But my data was failed to run.
fit <- bseqsc_proportions(bulk, B, verbose = TRUE)
- Data features: 'TSPAN6', 'TNMD', ..., 'AC022726.2' (53,145 total)
- Basis features: 'GZMA', 'NKG7', ..., 'MYH11' (37 total)
- Common features: 'CD79B', 'CD22', ..., 'LTB' (37 total)
- Converting to linear scale
- Writing input files ... OK
- Running CIBERSORT ...
Show Traceback
Rerun with Debug
Error in predict.svm(ret, xhold, decision.values = TRUE) :
Model is empty!
Traceback:
12.
stop("Model is empty!")
11.
predict.svm(ret, xhold, decision.values = TRUE)
10.
predict(ret, xhold, decision.values = TRUE)
9.
na.action(predict(ret, xhold, decision.values = TRUE))
8.
svm.default(X, y, type = "nu-regression", kernel = "linear",
nu = nus, scale = F)
7.
svm(X, y, type = "nu-regression", kernel = "linear", nu = nus,
scale = F) at CIBERSORT.R#58
6.
FUN(X[[i]], ...)
5.
lapply(X, FUN, ...)
4.
mclapply(1:svn_itor, res, mc.cores = 1) at CIBERSORT.R#62
3.
CoreAlg(X, y, absolute, abs_method) at CIBERSORT.R#200
2.
CIBERSORT(xf, yf, ...)
1.
bseqsc_proportions(bulk, B, verbose = TRUE)