Skip to content

Mapping MiXCR clones back to fastq reads #1594

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

You must be logged in to vote

Hi, yes.

Suppose you are using mixcr analyze command. Then you should add the following parameters:

mixcr analyze milab-human-rna-ig-umi-multiplex \
-Malign.parameters.saveOriginalReads=true \
-Massemble.clnaOutput=true \
--add-step exportAlignments \
--prepend-export-alignments-field -descrsR1 \
--prepend-export-alignments-field -descrsR2 \
input_R1.fastq.gz \
input_R2.fastq.gz \
results

You will receive a results.alignments.tsv file with descrsR1 and descrsR2 columns. Instead of a results.clns file, you'll get a results.clna file containing information on both alignments and clones.

Furthermore, by using:

mixcr exportAlignments \
    -cloneId \
    results.clna \
    results.alignments…

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 #1592 on March 19, 2024 05:58.