提问人:Haifeng 提问时间:10/6/2023 最后编辑:user16217248Haifeng 更新时间:10/11/2023 访问量:18
sva:as.vector(x, mode) 中的错误:无法强制类型“closure”为类型为“any”的向量
sva:Error in as.vector(x, mode) : cannot coerce type 'closure' to vector of type 'any'
问:
我正在使用 sva 函数来删除绑定目标中的批处理效果
绑定了两个目标,批处理效果为 GSE 编号:
batch <- GSE2_targets$GSE
library(sva)
mod <- model.matrix(~ as.factor(group), data= GSE2_targets)
GSE2_combat <- ComBat(dat = expr,
batch = batch,
par.prior = TRUE,
prior.plots = FALSE)
Error in as.vector(x, mode) : cannot coerce type 'closure' to vector of type 'any'
答: 暂无答案
评论