Skip to content

Issue with runEscape() and counts Layer #114

@monikaramos

Description

@monikaramos

Hi there,

I'm encountering the following error when running runEscape() but not when I run escape.matrix()

pbmc_small <- runEscape(pbmc_small,

  •                     method = "ssGSEA",
    
  •                     gene.sets = gene.sets, 
    
  •                     groups = 1000, 
    
  •                     min.size = 5,
    
  •                     new.assay.name = "escape.ssGSEA")
    

[1] "Using sets of 1000 cells. Running 1 times."
Warning: Layer counts isn't present in the assay object; returning NULL

I am working with a seurat v5 object and it will successfully run when I use the escape.matrix function. Unfortunately, I would like to be able to use the runEscape function so I can have more ease with and more plotting functions. Please advise, thank you!

I've updated the escape package too.

Version R 4.4

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