Skip to content

Merging clns files #1584

Answered by mizraelson
ig005bvr asked this question in Q&A
Mar 12, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I see, so the correct approach would be as follows. Suppose you have several pairs of FASTQ files from different experiments or replicates for the same biological sample, and the barcodes might overlap:

sample1_experiment1_R1.fastq.gz
sample1_experiment1_R2.fastq.gz
sample1_experiment2_R1.fastq.gz
sample1_experiment2_R2.fastq.gz

Then, the command would be:

mixcr analyze 10x-sc-xcr-vdj \
--species hsa \
--pattern "^(CELL2:N{16})(UMI:N{10})\^(R2:*)" \
sample1_{{CELL1:a}}_{{R}}.fastq.gz
output

This way, MiXCR will use part of the input file name as a barcode too, resolving the case of two identical barcodes in different samples.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ig005bvr
Comment options

@mizraelson
Comment options

Answer selected by mizraelson
@ig005bvr
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