Skip to content

[Request] Using smart-seq2-vdj without "cell" substring as cell tag #1506

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

You must be logged in to vote

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.:

Cell ID Clone
44_p05c01r01_8_01_N19_ACGTACGTACGT_ACGTACGTACGT CloneA
46_p05c01r01_8_01_N19_GTCAGTCAGTCA_GTCAGTCAGTCA CloneB
47_p05c01r01_8_01_N19_TGACTGACTGAC_TGACTGACTGAC CloneC
48_p05c01r01_8_01_N19_CAGTCAGTCAGT_CAGTCAGTCAGT CloneD

Just run the command bellow and check the output:

mixcr analyze smart-seq2-vdj \
    --species hsa \
    /usr/directory/{{CELL:a}}-trimmed-pair…

Replies: 5 comments 1 reply

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
Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by mizraelson
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 #1502 on January 14, 2024 22:52.