Skip to content

Downsampling output missing #1731

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

You must be logged in to vote

I think the best approach is to use mixcr postanalysis function, which includes downsampling:

mixcr postanalysis individual 
  --default-downsampling count-read-auto \
  --default-weight-function read \
  --metadata metadata.tsv \
  *.clns \
   result.json.gz

This will create multiple postanalysis metrics for each chain, including diversity indices. Observed diversity is the number of distinct chains.

Then can also use mixcr exportPlots with the postanalysis output to generate plots comparing the diversity between groups of samples defined by the metadata provided as a table.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by lauratwomey
@lauratwomey
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 #1727 on August 02, 2024 22:37.