Entering edit mode
4.2 years ago
roberts
▴
60
Hello, I have merged my VDJ data into my Seurat object by adding it as metadata. Now is there a way to for example pull out of the CD8 TCR data and look at those clonotypes vs. CD4 TCR. How would you go about looking at different clonotypes in Seurat. Thank you!
I can't give any specific advice because of how broad the question is, but many plotting and analysis functions will have
group.by
andsplit.by
arguments that let you work with different columns in your meta-data. You can also use thesubset
function to return a seurat object that contains only cells matching your logical condition, such as clonotype.