conga icon indicating copy to clipboard operation
conga copied to clipboard

Plot epitope specificity on GEX umap

Open cr2106 opened this issue 3 years ago • 1 comments

Hello,

would it be possible to plot TCR matching to database on GEX umap?

Thank you for your help!

cr2106 avatar Aug 21 '22 15:08 cr2106

Hi there, Thanks for trying conga! The function conga.plotting.make_tcr_db_match_plot does just that. It gets called here

https://github.com/phbradley/conga/blob/master/scripts/run_conga.py#L800

in the run_conga.py script, and it's defined here:

https://github.com/phbradley/conga/blob/master/conga/plotting.py#L1811

Let me know if that's not what you're looking for. Take care, Phil

phbradley avatar Aug 21 '22 19:08 phbradley