Skip to content

How to set the clustering parameters to 0 mismatch in assemble? #1501

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

You must be logged in to vote

I see, so I would recommend using the command bellow for a start:

mixcr analyze generic-amplicon \
    --species hsa \
    --rna \
    --floating-left-alignment-boundary \
    --floating-right-alignment-boundary C \
    --assemble-clonotypes-by "{CDR1Begin:FR4End}" \
      input_R1.fastq.gz \
      input_R2.fastq.gz \
      result

The command above will align and assemble clones by the sequence covered by your reads (starting from CDR1 to the end of FR4).
The resulting clns files can be used for findAlleles and findShmTrees.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@fookloy
Comment options

@mizraelson
Comment options

@fookloy
Comment options

@mizraelson
Comment options

Answer selected by fookloy
@fookloy
Comment options

@mizraelson
Comment options

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