immunarch icon indicating copy to clipboard operation
immunarch copied to clipboard

Incorrect parsing of AIRR files

Open DoaneAS opened this issue 2 years ago • 1 comments

🐛 Bug

Using repLoad with AIRR format files (e.g. output from Change-O] does not retain clone IDs (clone_id column) and incorrectly assigns a value of 1 to the Clones variable.

To Reproduce

Steps to reproduce the behavior:

  1. repLoad("sample_db-pass_parse-select_clone-pass_germ-pass.tsv") or other AIRR rearrangement file.

Expected behavior

Either retain the clone_id variable from the AIRR formatted file to allow for counting, or summarize clone counts into a different table.

DoaneAS avatar Nov 14 '23 03:11 DoaneAS

Hello,

I am also facing an issue with repLoad(). I have BD Rhapsody full length TCR data. Downloaded AIRR format files and I tried loading them to Immunarch. The column 'Barcode' is missing from the object$data. This doesn't allow me to do any analysis on my object. Is this something that can be fixed by manipulation, or is it a bug? Thanks!

martuskaR avatar Apr 04 '24 15:04 martuskaR