-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
Hi @emiliasiukola , the input for the |
I wonder if the current !all("NegProbe-WTX" %in% rownames(spe))
[1] TRUE
table(grepl("NegProbe-WTX", rownames(spe)))
FALSE TRUE
18676 139
bg <- derive_GeoMx_background(norm = assay(spe, "logcounts"),
probepool = rep(1, nrow(assay(spe, "logcounts"))),
negnames = paste0("NegProbe-WTX_", c(1:139))) Here, more than one name for negative probes can be set, which I found here. Then I used |
Hi @kimsjune , yes you're correct, both functions serve the similar purpose. Perhaps I should update it in the next version for automatically do this if multi-probs are detected... |
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
The text was updated successfully, but these errors were encountered: