-
Notifications
You must be signed in to change notification settings - Fork 914
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
None of the requested features were found in slot data of predicted_ADT Assay #4240
Comments
Hi, Can you try specifying the assay for which you want to compute missing residuals? This error suggests that you are trying to compute residuals for a list of features that are present in multiple assays, so you need to be explicit about which one you intend. |
Thank you @andrewwbutler for your response. I did the following
But it says: And, when I run:
The same error persits in the slot data (not scale.data slot): |
Sorry for the slow response back. Just to clarify, you imputed protein levels using our published CITE-seq PBMC reference in your query object and now you want to visualize those results in You don't want to use |
Hi @andrewwbutler, Yes, that is correct. I followed this tutorial: https://satijalab.org/seurat/articles/multimodal_reference_mapping.html Below are the codes I ran (modified the name for clarity). Would you mind helping me to troubleshoot it, when you have a chance? Thank you so much for your help!
Should I switch to SCT Assay here before doing FindTransferAnchors()? Currently the object cxcr5posnegcd8 still has active assay as RNA because I was doing DEG analysis
|
HI, @denvercal1234GitHub
You can find markers in the
|
@yuhanH in #4018 informed we can use GetResiduals to obtain residuals for genes that are not found in scale.data for SCransform().
Here, I was following the "multimodal reference mapping" vignette to "visualize the imputed levels of surface protein, which were inferred based on the CITE-seq reference" using my query data which was SCTransform()-ed.
But, I encountered the error below, yet the genes are computed as markers based onMapQuery() onto the ref, so these genes are present.
Would anyone mind helping me to solve this error?
Thank you for your help!
Found the following features in more than one assay, excluding the default. We will not include these in the final data frame: [a list of different gene names]
The following requested variables were not found: [a list of different gene names]
Error: None of the requested features were found: [a list of different gene names] in slot data
The text was updated successfully, but these errors were encountered: