phbradley / conga

Clonotype Neighbor Graph Analysis
MIT License
79 stars 18 forks source link

Merging Multiple TCR Files #46

Closed kkearns13 closed 1 year ago

kkearns13 commented 1 year ago

Hi,

Thank you for developing CoNGA! I have an integrated RDS object and 11 TCR contig files generated from TRUST4 in a 10x format, but I wasn't sure how to compile them into one file so that I could run CoNGA. I looked at issue #28 which referenced a function called make_10x_clones_file_batch but I couldn't find this script? I made a .csv file with two columns for the file path and suffix (-1, -2, etc.). I also saw that there is some documentation for merging multiple datasets https://github.com/phbradley/conga/blob/master/README.md#merging-multiple-datasets-into-a-single-object-for-conga-analysis but am not sure how to amend it to add the suffix to the barcodes etc. Any help would be much appreciated! Thank you!

kkearns13 commented 1 year ago

Oh never mind! I was looking in the wrong place - I didn't realize it wasn't its own script. For future reference you can import it with: from conga.tcrdist.make_10x_clones_file import make_10x_clones_file_batch

phbradley commented 1 year ago

OK, glad you figured it out; and sorry it wasn't more clear to begin with! Take care, Phil


From: Kendall @.> Sent: Monday, July 25, 2022 2:44 PM To: phbradley/conga @.> Cc: Subscribed @.***> Subject: Re: [phbradley/conga] Merging Multiple TCR Files (Issue #46)

Oh never mind! I was looking in the wrong place - I didn't realize it wasn't its own script. For future reference you can import it with: from conga.tcrdist.make_10x_clones_file import make_10x_clones_file_batch

— Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_phbradley_conga_issues_46-23issuecomment-2D1194669390&d=DwMCaQ&c=eRAMFD45gAfqt84VtBcfhfEazhEXT91ASHynm_9f1N0&r=OoOdU4GyDM4g0P0UJHufcJpPOVmpY9zfZYFqEZ7QEzw&m=7gTItuGSypSfeuR3xcLF5Jf4vsvE0DZ1zEciKprHt0Q0VhF6Mt8IRAiXCu6xb9A8&s=hURb6IrPNzM6OTYbeRYa6NAu8hUiKhtcCX4__OUfspo&e=, or unsubscribehttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ABBNCHYYNTZKSDMD2BW4UFDVV4DCLANCNFSM54TI42QA&d=DwMCaQ&c=eRAMFD45gAfqt84VtBcfhfEazhEXT91ASHynm_9f1N0&r=OoOdU4GyDM4g0P0UJHufcJpPOVmpY9zfZYFqEZ7QEzw&m=7gTItuGSypSfeuR3xcLF5Jf4vsvE0DZ1zEciKprHt0Q0VhF6Mt8IRAiXCu6xb9A8&s=Mm-aZO2Mi3hPORmRvUST91ZiTpOYQkEzhYCSBxAkEGs&e=. You are receiving this because you are subscribed to this thread.Message ID: @.***>

kkearns13 commented 1 year ago

No worries! I'm not used to python so it's a bit of a learning curve for me!