当前位置: 首页 > 工具软件 > Dr Geo > 使用案例 >

GEO数据库下载的RDS格式打开后报错

吴高峰
2023-12-01

全英文路径正常打开

data <- readRDS("D:/SINGLE/PVAT/GSE166355_annotatedPVAT.Integrated.rds")

点击查看数据报错

报错Error in eval(call("@", object, slot)) : 
  no slot of name "images" for this object of class "Seurat"

解决:data = UpdateSeuratObject(object = data)

 类似资料: