-
Notifications
You must be signed in to change notification settings - Fork 1
Adding TCRDist3 Functionality to Pipeline #1
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
Comments
Basic functionality requested - a user has a few TCR samples and want to explore the internal distances in each samples. This could be a biomarker of either response or potential to response and could be correlated vs clinical covariates.
|
Title: "Adding TCRdist3 Functionality to Cirro" Introduction: Implementing TCRdist3 to TCRtoolkit will aid analysis when having TCR samples and want to explore the internal distances in each samples. Results could show a biomarker of either response or potential to response and could be correlated vs clinical covariates. Outline of problem to be addressed: Specifically, we would like the user to calculate every pairwise distance in a bulk sample and output it as a matrix. We would also like to be able to visualize distances as a heatplot with or without clustering. Expected inputs:
Commands to be run/implemented:
Expected outputs:
|
Clarifications (meeting with @yuvalel 2025.02.14):
|
Deliverables from this current issue:
|
Moving conversation about dense vs sparse matrix to this issue for easier tracking. While generating the matrices is still computationally possible on the cloud, downstream processes such as clustering may take a much longer time. Possible alternatives:
|
@yuvalel would you have a preference on the above? There's a built in method fot that in tcrdist3, called sparse implementation |
Following our discussion yesterday, I think we should try the sparse implementation of TCRdist. |
This the path to the TCRdist docker: https://tcrdist3.readthedocs.io/en/latest/docker.html (quay.io/kmayerb/tcrdist3:0.1.9) we are planning to base on.
The text was updated successfully, but these errors were encountered: