Loss FR and CDR regions after assemble clones. #1253
Answered
by
mizraelson
Angieiscute
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
mizraelson
Aug 31, 2023
Replies: 1 comment 2 replies
-
Hi,
This command will extract the necessary fields from the
If your protocol is indeed amplicon-based (e.g., 5'RACE) i recommend running the command above and see if the issue is still there. Best regards, |
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
By default, MiXCR discards alignments, if for some nucleotides sequencing quality is lower than 15. In the table you provided, I noticed that many alignments have a
minQual
of 0 for certain regions. To preserve these low-quality alignments, you can add the following parameter to themixcr analyze
command:-Massemble.cloneAssemblerParameters.badQualityThreshold=0
.