Skip to content

ExportAirr v_sequence_alignment #1605

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

You must be logged in to vote

The mixcr exportAIRR function can take a .vdjca file as input. In the AIRR format, there is no option to export the CDR3 part of the V gene. However, this can easily be done with the standard MiXCR export functions, exportAlignments for .vdjca files or exportClones for .clns/.clna files:

-nFeature {FR3End:VEnd} germline for the germline CDR3 part of the V gene
-nFeature {FR3End:VEndTrimmed} for the V part of the CDR3 in the actual clone

Example:

mixcr exportAlignments \
-nFeature {FR3End:VEnd} germline \
-nFeature {FR3End:VEndTrimmed} \
input.vdjca \
alignments.tsv

Note! It is important to use the latest develop version for this, as it contains an important fix.

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