Closed andreas-wilm closed 3 years ago
Tcrdist3 only requires 3 input columns for single chain analysis (i.e., for beta chain cdr3_b_aa and v_b_gene, j_b_gene) and 6 columns for paired chain analysis (i.e., cdr3_b_aa, v_b_gene, j_b_gene, cdr3_a_aa, v_a_gene, and j_a_gene). More columns can be included depending on the application.
Thank you. That makes sense. It might be useful to add this to https://tcrdist3.readthedocs.io/en/latest/inputs.html which currently lists the nucseqs as requirement (under "One or more of the following columns are required and are case-sensitive"). Best
Done. Thanks.
On Thu, Nov 4, 2021 at 7:29 PM Andreas Wilm @.***> wrote:
Thank you. That makes sense. It might be useful to add this to https://tcrdist3.readthedocs.io/en/latest/inputs.html which currently lists the nucseqs as requirement. Best
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kmayerb/tcrdist3/issues/61#issuecomment-961579495, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALD2PVZQ2T6FJIUOLJXWC3DUKM6PTANCNFSM5HIL275Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hi Koshlan,
According to the documentation on input requirements, one or more of the following columns are required and are case-sensitive:
However, I've used TCRdist3 to compute distances on dataframes without
cdr3_a_nucseq
andcdr3_b_nucseq
, which seems to have worked fine, but am now wondering whether it did the right thing.Apologies for the paranoid question, Andreas