Skip to content
Discussion options

You must be logged in to vote

Hi,

BD full-length protocol is fragmented, so MiXCR uses contig assembly to reconstruct the longest-possible contig sequence (VDJRegion plus L1,L2+UTR in V part in the best case). As it is not know a priori which region will be fully covered for each cell, the length of the resulting clonotype will be varying, which is not acceptable for allelic variant inference.

That said, you can do the following:

mixcr analyze bd-rhapsody-mouse-tcr-full-length \
        --assemble-contigs-by VDJRegion \
        20220923-Mm023B-BCR_R1.fastq.gz \
        20220923-Mm023B-BCR_R2.fastq.gz \
       mouse_vdj/result

Here the option --assemble-contigs-by VDJRegion will drop all clones which do not cover VDJR…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by analeigh-gui
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