milaboratory / mixcr

MiXCR is an ultimate software platform for analysis of Next-Generation Sequencing (NGS) data for immune profiling.
https://mixcr.com
Other
322 stars 78 forks source link

RNASeq optimized analysis mode #18

Closed dbolotin closed 9 years ago

dbolotin commented 9 years ago

Finally I end up with following modifications to parameters to overcome false-positives in RNASeq as well as other poorly enriched RNA-based samples (not sure about DNA, but this should also work):

All this modifications applied at the same time require final testing.

dbolotin commented 9 years ago

For those who want to use this functionality before 1.5 release. Here is the command line with approximately the same functionality that will be in rnaSeq optimized mode in the next release:

$ mixcr align -OvParameters.parameters.floatingLeftBound=false \
  -OjParameters.parameters.floatingRightBound=false \
  -OvParameters.parameters.absoluteMinScore=80 \
  -OjParameters.parameters.absoluteMinScore=70 \
  -OminSumScore=200 \
  -OvParameters.parameters.scoring.gapPenalty=-21 \
  -OjParameters.parameters.scoring.gapPenalty=-21 \
  -OvParameters.parameters.scoring.subsMatrix=simple(match=5,mismatch=-12) \
  -OjParameters.parameters.scoring.subsMatrix=simple(match=5,mismatch=-12) \
  .....