You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in CONGA! Right now, the iMHC scores are not written out or explicitly saved in the AnnData (adata) object. They are computed on the fly along with all the other TCR-based scores during the graph-vs-feature analyses and in some of the plotting routines, but it doesn't look like they are saved.
To recompute them, you could do something like this in a notebook
at which point scores would be a numpy array of shape (num_clonotypes,1) with the imhc scores for each clonotype.
or you could hack the run_conga.py script by inserting a line like this somewhere before line 1072 where the final adata is written out and the final adata.obs spreadsheet is saved to tsv file:
Hi there, thanks for developing CONGA!
I wonder where the iMHC scores are stored in the data model or individual output file(s).
Thanks!
-Mark
The text was updated successfully, but these errors were encountered: