Skip to content

Error in x$consistency : $ operator is invalid for atomic vectors #133

@yfei-w

Description

@yfei-w

Hi there!
I am running VISION using Seurat object and it was working fine before but I am now encountering error:

sig <- c("gene_sets/GO_ALPHA_BETA_T_CELL_ACTIVATION.gmt")
vis <- Vision(Seurat_obj, dimRed ="umap", signatures = sig, projection_methods = NULL)
vis <- analyze(vis)
  |=======================================================================================| 100%, Elapsed 00:00
  |=======================================================================================| 100%, Elapsed 00:00
  sigSize sigBalance
1      43          1
  |=======================================================================================| 100%, Elapsed 00:00
  |=======================================================================================| 100%, Elapsed 00:16
  |=======================================================================================| 100%, Elapsed 01:56
  |========================                                                                   |  26%, ETA 00:01
Warning: all scheduled cores encountered errors in user codeError in x$consistency : $ operator is invalid for atomic vectors

I believe this might because of the input Seurat object but I compared the ones that worked and the ones don't work and I could not find out what is causing the error. Would it be possible that you could point me to the right direction in how to fix the input or anything that would fix this issue?
Thanks!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions