Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrepareSpatialDecon error message #33

Open
emiliasiukola opened this issue Apr 9, 2024 · 1 comment
Open

PrepareSpatialDecon error message #33

emiliasiukola opened this issue Apr 9, 2024 · 1 comment

Comments

@emiliasiukola
Copy link

When using the code:
spd <- prepareSpatialDecon(spe_tmm)

we are getting error message:
"NegProbe-WTXmust be included in the dataset. Perhaps specify rmNegProbe=TRUE when using readGeoMx"
when using prepareSpatialDecon.
We are using WTA so there are several negative probes, however we do not understand what the pool= variable in the command should look like. We have already specified rmNegProbe=TRUE when using readGeoMx.

Regards,
Emilia

@ningbioinfo
Copy link
Member

Hi @emiliasiukola , the input for the pool argument is a vector with length of the genes, i.e. nrow(spe). It should be something like c("negprob1","negprob1","negprob1","negprob2","negprob2","negprob2"..., "negprobx"), so it tells the function with negative probes is governing which genes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants