Merging clns files #1584
-
Hello! Apologies if this is a basic question, but I've been unable to locate an answer in the documentation. I'm trying to combine two .clns files that were generated by running the analyze command. These files are from two separate single-cell sequencing experiments of the same sample. I'm unable to merge the original fastq files due to the potential for barcode overlap. How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
mizraelson
Mar 13, 2024
Replies: 1 comment 3 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Then, the command would be:
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.