Skip to content

Question: Does mixcr take sequence stagger into consideration? #1711

Answered by mizraelson
omegahh asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, MiXCR will resolve this structure, but it should be correctly passed using the tag pattern.
For example:

^N{2:4}(UMI:N{12})attgccgatc(R1:*)

The pattern above tells MiXCR that the sequence might start with 2 to 4 random nucleotides, followed by the UMI group of 12 nucleotides. The attgccgatc sequence will be used as an anchor (e.g., SSP sequence), and the rest of the read will be treated as a payload.

Let me know if you need help with creating the correct pattern.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mizraelson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1710 on July 02, 2024 18:06.