Skip to content

Only upto 8 % clonotype exported #1782

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

You must be logged in to vote

Hi,
The barcode you specify (^*CTTCCGATCT(UMI:N{12})N{5}(R1:)\^(R2:*)) is not present in the reads. Based on the scheme you shared, it's unclear why you expect sequence "CTTCCGATCT" to be at the beginning of R1. Shouldn’t R1 start from the UMI?

It seems like you should run:

mixcr analyze generic-amplicon-with-umi \
    --species alpaca \
    --rna \
    --tag-pattern "^(UMI:N{12})N{5}(R1:*)\^(R2:*)" \
    --rigid-left-alignment-boundary \
    --floating-right-alignment-boundary C \
    --assemble-clonotypes-by VDJRegion \
     AL121122BovineIgG_S1_L001_R1_001.fastq.gz \
     AL121122BovineIgG_S1_L001_R2_001.fastq.gz \
     results/AL121122BovineIgG

Replies: 7 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by mizraelson
Comment options

You must be logged in to vote
1 reply
@mizraelson
Comment options

Comment options

You must be logged in to vote
1 reply
@mizraelson
Comment options

Comment options

You must be logged in to vote
1 reply
@mizraelson
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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 #1780 on September 06, 2024 20:29.