Skip to content

error with SpatialEnhance #129

@laetitiacollet

Description

@laetitiacollet

Dear Edward,

I am trying to run bayes space version ‘1.8.2’ with visium ST data (from Cytassist). When I run
spatialCluster(se_filtered, q=8, platform="Visium", d=7, nit.method="mclust", model="t", gamma=3, nrep=1000, burn.in=100, save.chain=TRUE) it is working.
However with spatialEnhance I have an error message :
se_filtered.enhanced <- spatialEnhance(se_filtered, q=8, d=7, platform="Visium",

  •                                 model="t", gamma=3,
    
  •                                 jitter_prior=0.3, jitter_scale=3.5,
    
  •                                 nrep=1000, #suggest running with at least 10,000 iterations 
    
  •                                 burn.in=100,
    
  •                                 save.chain=TRUE)
    

Error: subscript contains invalid names

However when I run the same command with platform = "ST" it does work.

Have you already encounter this specific problem ?

Thank you in advance for your reply.

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions