[Request] Using smart-seq2-vdj without "cell" substring as cell tag #1506
-
Checklist before submitting the issue:
Expected ResultI have generated data using Smart-Seq-2 and am trying to run "mixcr analyze" with the "smart-seq2-vdj" preset. Actual ResultThe command returned the following error: This is occurring because I do not have the actual substring "cell" in my fastq name as is required. Instead, I use a combination of DNA barcode sequence and other identify information to label each cell. Request: Would it be possible to edit the preset so it can be used without having the substring "cell" in the fastq name? Exact MiXCR commands
MiXCR report filesNone |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Do you have a pair of FASTQ files for each cell? |
Beta Was this translation helpful? Give feedback.
-
Yes, I do. |
Beta Was this translation helpful? Give feedback.
-
Then, in the command you should replace a part of input file name that marks each well with E.g.:
If you run the command above, |
Beta Was this translation helpful? Give feedback.
-
Hi, yes I understand. But unfortunately, since the FASTQ files for all cells are in a single directory, this may not be possible. The input between the different cells would be indistinguishable for mixcr. I ran |
Beta Was this translation helpful? Give feedback.
-
All files should be in the same directory. That is the whole point. MiXCR will aggregate all files for all cells and process them all together, assigning a part of file name marked by
Just run the command bellow and check the output:
|
Beta Was this translation helpful? Give feedback.
All files should be in the same directory. That is the whole point. MiXCR will aggregate all files for all cells and process them all together, assigning a part of file name marked by
{{CELL:a}}
to each cell. In the end you will have a clonotype table where you will see a cell id for every clone.E.g.:
Just run the command bellow and check the output: