-
Notifications
You must be signed in to change notification settings - Fork 56
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
Issue combining single-cell experiment object and combined.BCR screpertoire object despite matching barcodes. #473
Comments
Could you do me a favor and please make a reproducible example for this issue so I can ID the issue? Also with the example, please make sure to include the output of Thanks a lot, |
May I please have your email to send a link to the .rds files (they're small) I am combining with the code I posted above? Here is my sessionInfo() output:
Matrix products: default locale: time zone: America/Los_Angeles attached base packages: other attached packages: loaded via a namespace (and not attached): |
Hey @monikaramos Thanks for the follow up - my email is ncborch @ gmail . com. I am out today with a sick kid, so I will follow up later this week. Apologies for the delay. Nick |
Hey @monikaramos Thank you so much for the follow up and sending the data along - it save me a tone of time. What is going on here is that your sce file already has the columns associated with scRepertoire in the
DataFrame with 5 rows and 6 columns If you just subtract the scRepertoire-associated columns, you should be able to use
Hope that helps and thanks again! Nick |
Hi there,
I am trying to overlay the BCR analysis results onto my single-cell object and am following this vignette: https://www.borch.dev/uploads/screpertoire/articles/attaching_sc . Unfortunately, I am encountering the following error when trying to combine my single cell experiment object and screpertoire combined.bcr object:
sce <- combineExpression(combined.BCR,
sce,
cloneCall="gene",
group.by = NULL,
proportion = TRUE)
ERROR message:
Error in
[.data.frame
(full_data, , combined_col_names) :undefined columns selected
I have ensured that my barcodes match their naming convention in the sce and combined.bcr object as evidenced here:


SCE object:
combined.BCR object:
Can you please help me identify the cause of this error?
Thank you.
The text was updated successfully, but these errors were encountered: