Skip to content

Error on runspatialdecon and spatialdecon - Only 3 genes are shared between norm and X - this may not be enough to support accurate deconvolution #17

Description

@borexino

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:
Schermata 2023-04-25 alle 10 10 18

In addition, I tried spatialdecon following the code from here :

res = spatialdecon(norm = norm,
                   bg = bg,
                   X = safeTME,
                   align_genes = TRUE)

Output:
Schermata 2023-04-25 alle 10 18 48

head(bg)

Schermata 2023-04-25 alle 10 20 28

Can someone help?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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