Closed JHYSiu closed 1 year ago
The same problem occurs when using AIRR data generated by TRUST4 (from bulk RNA-seq). I assume the problem is caused by the fact that the TRUST4 report contains consensus_count whereas Immunarch expects only duplicate_count.
thanks! replaced my umi_count column with duplicate_count, and it works.
I am unable to calculate clones when loading AIRR data. The data is 10x TCR data that I have QC'd and saved as AIRR file (see sample attached) for loading.
Code used: combined_immdata <- repLoad(file_path, .mode = "paired")
What columns of data are being used to calculate the clones? test_TCR_airr.csv
Thanks!