Question about UMI information in the output files vdjca and clns #1470
-
Hello, for the alignment, I ran this code:
for the clonotype: and to export:
In my clonotype table there is no "UMI count" column, and when I want to check the barcode coverage statistics with: My question is: is there any parameter i forgot to put in the mixcr align code to get this information? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 24 replies
-
Hi, The commands you used do not include UMI parsing and processing, which is why that information is not appearing in the output. Could you please share the library structure and the protocol used for your data so I can assist you with the appropriate set of commands. Sincerely, |
Beta Was this translation helpful? Give feedback.
-
Hi, I pre-processed the sequences with pRESTO (Immcantation tool) and to do the alignment and assembly I used MiXCR with the commands I shared above. I also tried to do the complete analysis with MiXCR using the raw sequences, and I used this code:
For this case (after do the whole analysis with MiXCR), when I want to run this code:
Could you help me please? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
-
After reviewing the library, it would be beneficial if you could share the initial FASTA files. Additionally, could you clarify which portion of the V genes is included? I noticed the use of |
Beta Was this translation helpful? Give feedback.
Hi,
If your data has already been preprocessed and collapsed by UMI using other tools, MiXCR unfortunately cannot provide UMI statistics, as UMIs are no longer present in the data. To obtain these statistics, the data must be processed with MiXCR from the start. Additionally, MiXCR has more advanced barcode processing algorithms compared to other tools, including pRESTO.
Regarding the issue in the assembly step in your reports:
A significant portion of reads (36%) does not cover the CDR3 region. This could be an issue with the identification of …