I'm trying to perform SpatialDecon on GeoMX DSP data prior filtered following the NanoString R guide .
For runspatialdeconI'm using code from here:
res = runspatialdecon(object = target_demoData, # My S4 obj
norm_elt = "q_norm", # Referring to Q3 norm for WTA/CTA w/ or w/o custom spike-ins. As suggested by the above mentioned guide
raw_elt = "exprs", # Raw exprs
X = safeTME,
align_genes = TRUE)
I get this:

In addition, I tried spatialdecon following the code from here :
res = spatialdecon(norm = norm,
bg = bg,
X = safeTME,
align_genes = TRUE)
Output:

head(bg)

Can someone help?
I'm trying to perform
SpatialDeconon GeoMX DSP data prior filtered following the NanoString R guide .For
runspatialdeconI'm using code from here:I get this:

In addition, I tried
spatialdeconfollowing the code from here :Output:

head(bg)Can someone help?