milaboratory/mixcr

Somatic Hypermutation Status of IGHV status

Closed this issue · 2 comments

Hi,

command,
mixcr exportClones -vIdentityPercents -vBestIdentityPercent -dIdentityPercents -dBestIdentityPercent -jIdentityPercents -jBestIdentityPercent test.contigs.clns clones.tsv

clones_IGH.tsv,
cloneId readCount readFraction targetSequences targetQualities allVHitsWithScore allDHitsWithScore allJHitsWithScore allCHitsWithScore allVAlignments allDAlignments allJAlignments allCAlignments nSeqFR1 minQualFR1 nSeqCDR1 minQualCDR1 nSeqFR2 minQualFR2 nSeqCDR2 minQualCDR2 nSeqFR3 minQualFR3 nSeqCDR3 minQualCDR3 nSeqFR4 minQualFR4 aaSeqFR1 aaSeqCDR1 aaSeqFR2 aaSeqCDR2 aaSeqFR3 aaSeqCDR3 aaSeqFR4 refPoints vIdentityPercents vBestIdentityPercent dIdentityPercents dBestIdentityPercent jIdentityPercents jBestIdentityPercent

which of the "vIdentityPercents vBestIdentityPercent dIdentityPercents dBestIdentityPercent jIdentityPercents jBestIdentityPercent" can use to evaluate Somatic Hypermutation Status of IGHV status?

Thanks

IGHV status, Somatic Hypermutation Status of immunoglobulin heavy variable (IGHV) genes

Hi,

I think the best field is -nMutationsRate VRegionTrimmed. This will give you the number of mutations in the V gene divided by its length. It is recommended to first run mixcr findalleles and then exportClones, as in that case you will have less of a chance of confusing mutations (SHMs) with allelic variants.