-
Notifications
You must be signed in to change notification settings - Fork 55
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
combining expression: Metadata NA #55
Comments
Hey Ankush,
Yes this is possible, it might take some front-end work before
The most common error is that produces this result is the seurat object barcodes and the combined_TCR object barcodes do not match. Here was a pretty easy solution that a user came up with to change the barcodes in the combine_TCR object.
I also want to mention that that combineExpression() does not yet use proportion as inputs for cloneTypes, but frequency counts (I know this is not ideal, I am actively testing the inclusion of proportions). Hope that helps and let me know if you have any more questions. Nick |
Hey Ankush, I am going to close this as I haven't heard back in a week. Feel free to respond and open this up again. I would mention, I just added the proportional cloneType option in the refine branch. You can find out more here. Thanks, |
I am getting NA values getting added after using combineTCR to CTgene, ctstrict, ctgene+nt, and the UMAP plot, therefore. I am running it for 4 different samples having four different treatments. For input, I am using the filtered contig annotation file from the cell ranger. The column names are as follows: The code I used is this: combined <- combineTCR( |
Thank you very much for the nice tools.
We have a scRNA seq+Citeseq and TCR seq data. The data contains 3 runs which we are merging and each run contains different disease samples. So we would like to extrapolate clonotype information for the disease samples rather than runs? Is it possible to perform this analysis using scRepertoire?
Apart from this, we are also encountering an error in
Combining expression function is adding NA values to CTgene, ctstrict, ctgene+nt and the UMAP plot therefore only contains NA values.
What could be the potential problem and how can this be rectified?
Hers is how I´m combining the expression
Screen shot of clonotype group
Thanks in advance
The text was updated successfully, but these errors were encountered: