How to Add a Tag to UMIs to Process Libraries from a Single Individual Together? #1885
Unanswered
marcoschinas
asked this question in
Q&A
Replies: 1 comment 2 replies
-
By default, MiXCR allows and resolves cases where several clones are marked with the same UMI. Could you try running it without adding an extra tag and share the assembly report? From the report, we’ll be able to determine if there’s an issue or not. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am processing multiple libraries from a single individual. My goal is to prevent conflicts where the same UMI might appear in different libraries. I want to add a unique tag to the UMIs for each library before processing them together.
Will the following example code handle the issue?
`filename=BE01_{{UMI:n}}EKDL240033176-1A_22FNKJLT4_L{{n}}{{R}}.fq.gz
mixcr analyze takara-human-rna-tcr-umi-smarter-v2
--species hsa
$filename
"~/mixcr/BE01_results"
--assemble-clonotypes-by CDR3
`
Beta Was this translation helpful? Give feedback.
All reactions