Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试打开一个文件,但似乎遇到了错误。
这是我在 RStudio 中正在做的事情:
file <- readRDS("~/Downloads/file.rds") View(file)
然后我得到这个错误:
eval(call("@", object, slot)) 中的错误:对于“Seurat”类的这个对象,没有名称为“images”的插槽
RDS 文件需要 Seurat,但我已正确安装。我不确定如何解释此错误消息。谢谢
尝试更新 seurat 对象:
pmbc.updated = UpdateSeuratObject(对象 = pmbc)