Skip to content

Missing tsv files in MiXCR 4.7.0 output for 10X GEX pipeline #1779

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

You must be logged in to vote

Hi, yes. Sorry for the delay. The thing is that the behavior of the mixcr assembleCells command has changed. Now it requires all clones to be covered by the same feature, while the 10x-sc-5gex preset returns clones that are covered as much as possible for each individual sequence.

You can generate the grouped clonotype tables by adding --assemble-contigs-by VDJRegion (or another feature) to the analyze command to make sure the clones in the output are equally covered. Additionally, include parameters that add the assembleCells and exportCloneGroups steps to the pipeline:

mixcr analyze 10x-sc-5gex \
-s hsa \
--assemble-contigs-by VDJRegion \
--add-step assembleCells \
--add-step exportClon…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@mizraelson
Comment options

@genome2020
Comment options

@genome2020
Comment options

@mizraelson
Comment options

Answer selected by mizraelson
@genome2020
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
Converted from issue

This discussion was converted from issue #1778 on September 06, 2024 00:14.