partis-bcr 1.0.11__cp312-cp312-macosx_10_13_universal2.whl → 1.0.11.post1.dev7__cp312-cp312-macosx_10_13_universal2.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bin/partis +1 -1
- bin/partis-test.py +6 -0
- bin/partis.py +1 -1
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/partis-test.py +6 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/METADATA +1 -1
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/RECORD +644 -126
- python/recombinator.py +2 -0
- python/treegenerator.py +1 -1
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
- test/new-results/annotate-new-simu.yaml +1 -0
- test/new-results/cache-new-partition.csv +59 -0
- test/new-results/get-selection-metrics-new-simu.yaml +1 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/multi-annotate-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
- test/new-results/multi-annotate-new-simu.yaml +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-0/fasttree.out +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-0/input-seqs.fa +24 -0
- test/new-results/partition-new-simu/fasttree/iclust-0/log +23 -0
- test/new-results/partition-new-simu/fasttree/iclust-1/fasttree.out +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-1/input-seqs.fa +16 -0
- test/new-results/partition-new-simu/fasttree/iclust-1/log +23 -0
- test/new-results/partition-new-simu/fasttree/iclust-2/fasttree.out +1 -0
- test/new-results/partition-new-simu/fasttree/iclust-2/input-seqs.fa +16 -0
- test/new-results/partition-new-simu/fasttree/iclust-2/log +22 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_3p_del.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/d_5p_del.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/dj_insertion.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/fv_insertion.csv +10 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/j_5p_del.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/jf_insertion.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/shm_indel_length.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/v_5p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/boundaries/vd_insertion.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/d_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/j_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_allele_fraction_correct_vs_per_gene_support.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/gene-call/v_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_hamming_to_true_naive.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/cdr3_muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/d_muted_bases.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/hamming_to_true_naive.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/j_muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/mute_freqs.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/hmm/mutation/v_muted_bases.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_3p_del.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/d_5p_del.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/dj_insertion.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/fv_insertion.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/j_5p_del.csv +9 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/jf_insertion.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/shm_indel_length.csv +8 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_3p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/v_5p_del.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/boundaries/vd_insertion.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/d_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/j_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_fraction_correct_vs_mute_freq.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/gene-call/v_gene.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_hamming_to_true_naive.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/cdr3_muted_bases.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_hamming_to_true_naive.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/d_muted_bases.csv +5 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/hamming_to_true_naive.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/j_muted_bases.csv +6 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/mute_freqs.csv +28 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/muted_bases.csv +7 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_hamming_to_true_naive.csv +4 -0
- test/new-results/partition-new-simu-annotation-performance/sw/mutation/v_muted_bases.csv +4 -0
- test/new-results/partition-new-simu.yaml +1 -0
- test/new-results/run-times.csv +9 -0
- test/new-results/seed-partition-new-simu.yaml +1 -0
- test/new-results/test/parameters/data/hmm/all-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/all-mean-n-muted.csv +155 -0
- test/new-results/test/parameters/data/hmm/all-probs.csv +44 -0
- test/new-results/test/parameters/data/hmm/cluster_size.csv +2 -0
- test/new-results/test/parameters/data/hmm/d-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/d-mean-n-muted.csv +14 -0
- test/new-results/test/parameters/data/hmm/d_gene-d_3p_del-probs.csv +34 -0
- test/new-results/test/parameters/data/hmm/d_gene-d_5p_del-probs.csv +42 -0
- test/new-results/test/parameters/data/hmm/d_gene-probs.csv +20 -0
- test/new-results/test/parameters/data/hmm/d_gene-vd_insertion-probs.csv +39 -0
- test/new-results/test/parameters/data/hmm/dj_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/hmm/fv_insertion-probs.csv +4 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/extras.csv +23 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/ighd.fasta +38 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/ighj.fasta +14 -0
- test/new-results/test/parameters/data/hmm/germline-sets/igh/ighv.fasta +30 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD1-26_star_01.yaml +512 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-15_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_01.yaml +681 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-21_star_02.yaml +681 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-2_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_01.yaml +744 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD2-8_star_02.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-10_star_03.yaml +744 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-16_star_02.yaml +870 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-22_star_01.yaml +743 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD3-3_star_01.yaml +744 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD4-17_star_01.yaml +429 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD4-4_star_01.yaml +428 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD5-5_star_01.yaml +513 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD6-13_star_01.yaml +533 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD6-19_star_01.yaml +534 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHD6-6_star_01.yaml +470 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ2_star_01.yaml +1006 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ3_star_02.yaml +946 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ4_star_02.yaml +906 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ5_star_02.yaml +966 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_02.yaml +1206 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHJ6_star_03.yaml +1206 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV1-2_star_02.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV2-5_star_02.yaml +4560 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV2-70D_star_04.yaml +4561 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-11_star_04.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-66_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-69-1_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-7_star_05.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV3-9_star_02.yaml +4516 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-34_star_01.yaml +4439 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-39_star_09.yaml +4529 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/data/hmm/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/hmm/j-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/j-mean-n-muted.csv +25 -0
- test/new-results/test/parameters/data/hmm/j_gene-dj_insertion-probs.csv +31 -0
- test/new-results/test/parameters/data/hmm/j_gene-j_3p_del-probs.csv +8 -0
- test/new-results/test/parameters/data/hmm/j_gene-j_5p_del-probs.csv +31 -0
- test/new-results/test/parameters/data/hmm/j_gene-probs.csv +8 -0
- test/new-results/test/parameters/data/hmm/jf_insertion-probs.csv +3 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-20_star_01.csv +8 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD1-26_star_01.csv +8 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-15_star_01.csv +32 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_01.csv +17 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-21_star_02.csv +29 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-2_star_01.csv +10 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_01.csv +32 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD2-8_star_02.csv +9 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_01.csv +27 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-10_star_03.csv +14 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-16_star_02.csv +35 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD3-3_star_01.csv +21 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-17_star_01.csv +12 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD4-4_star_01.csv +12 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD5-5_star_01.csv +13 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-13_star_01.csv +22 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-19_star_01.csv +22 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHD6-6_star_01.csv +19 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ1_star_01.csv +52 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ2_star_01.csv +54 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ3_star_02.csv +51 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ4_star_02.csv +49 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ5_star_02.csv +50 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_02.csv +33 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHJ6_star_03.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV1-2_star_02.csv +296 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-5_star_02.csv +66 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV2-70D_star_04.csv +89 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-11_star_04.csv +73 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-66_star_02.csv +294 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-69-1_star_02.csv +38 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-7_star_05.csv +70 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV3-9_star_02.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-34_star_01.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-39_star_09.csv +40 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-4_star_09.csv +59 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/data/hmm/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/data/hmm/seq_content.csv +5 -0
- test/new-results/test/parameters/data/hmm/v-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/hmm/v-mean-n-muted.csv +122 -0
- test/new-results/test/parameters/data/hmm/v_gene-probs.csv +16 -0
- test/new-results/test/parameters/data/hmm/v_gene-v_3p_del-probs.csv +24 -0
- test/new-results/test/parameters/data/hmm/v_gene-v_5p_del-probs.csv +16 -0
- test/new-results/test/parameters/data/hmm/vd_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/sw/all-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/all-mean-n-muted.csv +155 -0
- test/new-results/test/parameters/data/sw/all-probs.csv +44 -0
- test/new-results/test/parameters/data/sw/cluster_size.csv +2 -0
- test/new-results/test/parameters/data/sw/d-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/d-mean-n-muted.csv +14 -0
- test/new-results/test/parameters/data/sw/d_gene-d_3p_del-probs.csv +40 -0
- test/new-results/test/parameters/data/sw/d_gene-d_5p_del-probs.csv +42 -0
- test/new-results/test/parameters/data/sw/d_gene-probs.csv +23 -0
- test/new-results/test/parameters/data/sw/d_gene-vd_insertion-probs.csv +40 -0
- test/new-results/test/parameters/data/sw/dj_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/sw/fv_insertion-probs.csv +3 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/extras.csv +26 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/ighd.fasta +44 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/ighj.fasta +14 -0
- test/new-results/test/parameters/data/sw/germline-sets/igh/ighv.fasta +36 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD1-1_star_01.yaml +450 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD1-26_star_01.yaml +512 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-15_star_01.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_01.yaml +681 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-21_star_02.yaml +681 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-2_star_01.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_01.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD2-8_star_02.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_01.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-10_star_03.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_02.yaml +869 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-16_star_03.yaml +869 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-22_star_01.yaml +743 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD3-3_star_01.yaml +744 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD4-17_star_01.yaml +429 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD4-4_star_01.yaml +428 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD5-5_star_01.yaml +513 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-13_star_01.yaml +533 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-19_star_01.yaml +533 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-25_star_01.yaml +470 -0
- test/new-results/test/parameters/data/sw/hmms/IGHD6-6_star_01.yaml +470 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ2_star_01.yaml +1006 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ3_star_02.yaml +946 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ4_star_02.yaml +906 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ5_star_02.yaml +966 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_02.yaml +1206 -0
- test/new-results/test/parameters/data/sw/hmms/IGHJ6_star_03.yaml +1206 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV1-2_star_02.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV2-5_star_02.yaml +4560 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV2-70D_star_04.yaml +4561 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-11_star_04.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-23_star_03.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-30_star_04.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-48_star_03.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-66_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-69-1_star_02.yaml +4439 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-7_star_05.yaml +4484 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV3-9_star_02.yaml +4516 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-34_star_01.yaml +4439 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-39_star_09.yaml +4529 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/data/sw/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/data/sw/j-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/j-mean-n-muted.csv +25 -0
- test/new-results/test/parameters/data/sw/j_gene-dj_insertion-probs.csv +32 -0
- test/new-results/test/parameters/data/sw/j_gene-j_3p_del-probs.csv +11 -0
- test/new-results/test/parameters/data/sw/j_gene-j_5p_del-probs.csv +31 -0
- test/new-results/test/parameters/data/sw/j_gene-probs.csv +8 -0
- test/new-results/test/parameters/data/sw/jf_insertion-probs.csv +3 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-1_star_01.csv +4 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-20_star_01.csv +8 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD1-26_star_01.csv +8 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-15_star_01.csv +32 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_01.csv +28 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-21_star_02.csv +27 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-2_star_01.csv +27 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_01.csv +32 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD2-8_star_02.csv +12 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_01.csv +29 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-10_star_03.csv +14 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_02.csv +34 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-16_star_03.csv +20 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-22_star_01.csv +30 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD3-3_star_01.csv +21 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-17_star_01.csv +12 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD4-4_star_01.csv +9 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD5-5_star_01.csv +9 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-13_star_01.csv +20 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-19_star_01.csv +21 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-25_star_01.csv +12 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHD6-6_star_01.csv +19 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ1_star_01.csv +52 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ2_star_01.csv +54 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ3_star_02.csv +51 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ4_star_02.csv +49 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ5_star_02.csv +51 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_02.csv +33 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHJ6_star_03.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV1-2_star_02.csv +296 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-5_star_02.csv +66 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV2-70D_star_04.csv +89 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-11_star_04.csv +73 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-23_star_03.csv +32 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-30_star_04.csv +38 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-48_star_03.csv +38 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-66_star_02.csv +292 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-69-1_star_02.csv +38 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-7_star_05.csv +70 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV3-9_star_02.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-34_star_01.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-39_star_09.csv +40 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-4_star_09.csv +59 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/data/sw/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/data/sw/seq_content.csv +5 -0
- test/new-results/test/parameters/data/sw/v-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/data/sw/v-mean-n-muted.csv +122 -0
- test/new-results/test/parameters/data/sw/v_gene-probs.csv +19 -0
- test/new-results/test/parameters/data/sw/v_gene-v_3p_del-probs.csv +25 -0
- test/new-results/test/parameters/data/sw/v_gene-v_5p_del-probs.csv +29 -0
- test/new-results/test/parameters/data/sw/vd_insertion_content.csv +5 -0
- test/new-results/test/parameters/data/sw-cache.yaml +1 -0
- test/new-results/test/parameters/simu/hmm/all-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/hmm/all-mean-n-muted.csv +11 -11
- test/new-results/test/parameters/simu/hmm/all-probs.csv +13 -3
- test/new-results/test/parameters/simu/hmm/cluster_size.csv +1 -1
- test/new-results/test/parameters/simu/hmm/d-mean-mute-freqs.csv +6 -6
- test/new-results/test/parameters/simu/hmm/d-mean-n-muted.csv +3 -3
- test/new-results/test/parameters/simu/hmm/d_gene-d_3p_del-probs.csv +6 -1
- test/new-results/test/parameters/simu/hmm/d_gene-d_5p_del-probs.csv +9 -2
- test/new-results/test/parameters/simu/hmm/d_gene-probs.csv +5 -1
- test/new-results/test/parameters/simu/hmm/d_gene-vd_insertion-probs.csv +10 -2
- test/new-results/test/parameters/simu/hmm/dj_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/hmm/fv_insertion-probs.csv +3 -2
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/extras.csv +6 -0
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighd.fasta +8 -0
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighj.fasta +2 -0
- test/new-results/test/parameters/simu/hmm/germline-sets/igh/ighv.fasta +10 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD3-16_star_02.yaml +870 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD3-22_star_01.yaml +744 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHD6-13_star_01.yaml +267 -268
- test/new-results/test/parameters/simu/hmm/hmms/IGHD6-19_star_01.yaml +534 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHJ4_star_02.yaml +306 -306
- test/new-results/test/parameters/simu/hmm/hmms/IGHJ6_star_02.yaml +284 -284
- test/new-results/test/parameters/simu/hmm/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV3-66_star_02.yaml +1191 -1191
- test/new-results/test/parameters/simu/hmm/hmms/IGHV3-7_star_05.yaml +2 -2
- test/new-results/test/parameters/simu/hmm/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/simu/hmm/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/hmm/j-mean-mute-freqs.csv +5 -5
- test/new-results/test/parameters/simu/hmm/j-mean-n-muted.csv +4 -4
- test/new-results/test/parameters/simu/hmm/j_gene-dj_insertion-probs.csv +9 -2
- test/new-results/test/parameters/simu/hmm/j_gene-j_3p_del-probs.csv +2 -1
- test/new-results/test/parameters/simu/hmm/j_gene-j_5p_del-probs.csv +7 -2
- test/new-results/test/parameters/simu/hmm/j_gene-probs.csv +2 -1
- test/new-results/test/parameters/simu/hmm/jf_insertion-probs.csv +1 -1
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD1-20_star_01.csv +9 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-16_star_02.csv +30 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-13_star_01.csv +16 -13
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHD6-19_star_01.csv +22 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ1_star_01.csv +50 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ4_star_02.csv +44 -40
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHJ6_star_02.csv +2 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV3-66_star_02.csv +293 -291
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-4_star_09.csv +291 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/simu/hmm/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/simu/hmm/seq_content.csv +4 -4
- test/new-results/test/parameters/simu/hmm/v-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/hmm/v-mean-n-muted.csv +7 -7
- test/new-results/test/parameters/simu/hmm/v_gene-probs.csv +6 -1
- test/new-results/test/parameters/simu/hmm/v_gene-v_3p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/hmm/v_gene-v_5p_del-probs.csv +6 -1
- test/new-results/test/parameters/simu/hmm/vd_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/sw/all-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/sw/all-mean-n-muted.csv +8 -8
- test/new-results/test/parameters/simu/sw/all-probs.csv +9 -1
- test/new-results/test/parameters/simu/sw/cluster_size.csv +1 -1
- test/new-results/test/parameters/simu/sw/d-mean-mute-freqs.csv +5 -5
- test/new-results/test/parameters/simu/sw/d-mean-n-muted.csv +3 -3
- test/new-results/test/parameters/simu/sw/d_gene-d_3p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/d_gene-d_5p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/d_gene-probs.csv +5 -1
- test/new-results/test/parameters/simu/sw/d_gene-vd_insertion-probs.csv +8 -1
- test/new-results/test/parameters/simu/sw/dj_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/sw/fv_insertion-probs.csv +1 -1
- test/new-results/test/parameters/simu/sw/germline-sets/igh/extras.csv +6 -0
- test/new-results/test/parameters/simu/sw/germline-sets/igh/ighd.fasta +8 -0
- test/new-results/test/parameters/simu/sw/germline-sets/igh/ighj.fasta +2 -0
- test/new-results/test/parameters/simu/sw/germline-sets/igh/ighv.fasta +10 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD1-20_star_01.yaml +449 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD3-16_star_02.yaml +870 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD3-22_star_01.yaml +744 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHD6-13_star_01.yaml +267 -268
- test/new-results/test/parameters/simu/sw/hmms/IGHD6-19_star_01.yaml +534 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHJ1_star_01.yaml +986 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHJ4_star_02.yaml +306 -306
- test/new-results/test/parameters/simu/sw/hmms/IGHJ6_star_02.yaml +22 -22
- test/new-results/test/parameters/simu/sw/hmms/IGHV1-18_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV3-23_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV3-66_star_02.yaml +1191 -1191
- test/new-results/test/parameters/simu/sw/hmms/IGHV3-7_star_05.yaml +2 -2
- test/new-results/test/parameters/simu/sw/hmms/IGHV4-4_star_09.yaml +4438 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV4-61_star_01.yaml +4529 -0
- test/new-results/test/parameters/simu/sw/hmms/IGHV5-51_star_01.yaml +4484 -0
- test/new-results/test/parameters/simu/sw/j-mean-mute-freqs.csv +4 -4
- test/new-results/test/parameters/simu/sw/j-mean-n-muted.csv +3 -3
- test/new-results/test/parameters/simu/sw/j_gene-dj_insertion-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/j_gene-j_3p_del-probs.csv +2 -1
- test/new-results/test/parameters/simu/sw/j_gene-j_5p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/j_gene-probs.csv +2 -1
- test/new-results/test/parameters/simu/sw/jf_insertion-probs.csv +1 -1
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD1-20_star_01.csv +9 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-16_star_02.csv +30 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-13_star_01.csv +16 -13
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHD6-19_star_01.csv +20 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ1_star_01.csv +50 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHJ4_star_02.csv +48 -40
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV3-66_star_02.csv +293 -291
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-4_star_09.csv +291 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/simu/sw/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/simu/sw/seq_content.csv +4 -4
- test/new-results/test/parameters/simu/sw/v-mean-mute-freqs.csv +3 -3
- test/new-results/test/parameters/simu/sw/v-mean-n-muted.csv +7 -7
- test/new-results/test/parameters/simu/sw/v_gene-probs.csv +6 -1
- test/new-results/test/parameters/simu/sw/v_gene-v_3p_del-probs.csv +7 -1
- test/new-results/test/parameters/simu/sw/v_gene-v_5p_del-probs.csv +6 -1
- test/new-results/test/parameters/simu/sw/vd_insertion_content.csv +4 -4
- test/new-results/test/parameters/simu/sw-cache.yaml +1 -1
- test/new-results/test/parameters/simu/true/all-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/all-mean-n-muted.csv +155 -0
- test/new-results/test/parameters/simu/true/all-probs.csv +10 -0
- test/new-results/test/parameters/simu/true/cluster_size.csv +7 -0
- test/new-results/test/parameters/simu/true/d-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/d-mean-n-muted.csv +14 -0
- test/new-results/test/parameters/simu/true/d_gene-d_3p_del-probs.csv +9 -0
- test/new-results/test/parameters/simu/true/d_gene-d_5p_del-probs.csv +10 -0
- test/new-results/test/parameters/simu/true/d_gene-probs.csv +7 -0
- test/new-results/test/parameters/simu/true/d_gene-vd_insertion-probs.csv +10 -0
- test/new-results/test/parameters/simu/true/dj_insertion_content.csv +5 -0
- test/new-results/test/parameters/simu/true/fv_insertion-probs.csv +2 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/extras.csv +11 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/ighd.fasta +12 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/ighj.fasta +6 -0
- test/new-results/test/parameters/simu/true/germline-sets/igh/ighv.fasta +14 -0
- test/new-results/test/parameters/simu/true/j-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/j-mean-n-muted.csv +25 -0
- test/new-results/test/parameters/simu/true/j_gene-dj_insertion-probs.csv +7 -0
- test/new-results/test/parameters/simu/true/j_gene-j_3p_del-probs.csv +4 -0
- test/new-results/test/parameters/simu/true/j_gene-j_5p_del-probs.csv +9 -0
- test/new-results/test/parameters/simu/true/j_gene-probs.csv +4 -0
- test/new-results/test/parameters/simu/true/jf_insertion-probs.csv +2 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD1-20_star_01.csv +8 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-16_star_02.csv +30 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD3-22_star_01.csv +32 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-13_star_01.csv +22 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-19_star_01.csv +22 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHD6-6_star_01.csv +13 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHJ1_star_01.csv +50 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHJ4_star_02.csv +45 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHJ6_star_02.csv +47 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV1-18_star_01.csv +297 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-23_star_01.csv +297 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-66_star_02.csv +294 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV3-7_star_05.csv +297 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-4_star_09.csv +291 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV4-61_star_01.csv +300 -0
- test/new-results/test/parameters/simu/true/mute-freqs/IGHV5-51_star_01.csv +296 -0
- test/new-results/test/parameters/simu/true/seq_content.csv +5 -0
- test/new-results/test/parameters/simu/true/v-mean-mute-freqs.csv +43 -0
- test/new-results/test/parameters/simu/true/v-mean-n-muted.csv +122 -0
- test/new-results/test/parameters/simu/true/v_gene-probs.csv +8 -0
- test/new-results/test/parameters/simu/true/v_gene-v_3p_del-probs.csv +9 -0
- test/new-results/test/parameters/simu/true/v_gene-v_5p_del-probs.csv +8 -0
- test/new-results/test/parameters/simu/true/vd_insertion_content.csv +5 -0
- test/new-results/test.log +202 -23
- test/new-results/vsearch-partition-new-simu.yaml +1 -0
- test/paired/new-results/partition-new-simu/fasttree/iclust-0/log +1 -1
- test/paired/new-results/partition-new-simu/igh+igk/partition-igh/fasttree/iclust-1/log +1 -1
- test/paired/new-results/partition-new-simu/igh+igl/partition-igl/fasttree/iclust-0/log +1 -1
- test/paired/new-results/partition-new-simu-annotation-performance/plots/flcount-matrix.svg +107 -107
- test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop-log.svg +83 -83
- test/paired/new-results/partition-new-simu-annotation-performance/plots/func-non-func-per-drop.svg +61 -61
- test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-after.svg +18 -18
- test/paired/new-results/partition-new-simu-annotation-performance/plots/paired-seqs-per-seq-before.svg +24 -24
- test/paired/new-results/partition-new-simu-annotation-performance/plots/pseq-matrix.svg +35 -35
- test/paired/new-results/partition-new-simu-annotation-performance/plots/seqs-per-droplet.svg +22 -22
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct-family.svg +45 -45
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-correct.svg +45 -45
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-mispaired.svg +45 -45
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-multiple.svg +15 -15
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-near-family.svg +15 -15
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-total.svg +47 -47
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance-unpaired.svg +48 -48
- test/paired/new-results/partition-new-simu-annotation-performance/plots/true-pair-clean-performance.svg +27 -27
- test/paired/new-results/run-times.csv +6 -6
- test/paired/new-results/subset-partition-new-simu/isub-0/partition.log +52 -56
- test/paired/new-results/subset-partition-new-simu/isub-1/partition.log +47 -51
- test/paired/new-results/subset-partition-new-simu/merged-partition.log +28 -32
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igh/sw-cache.yaml +1 -1
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igk/sw-cache.yaml +1 -1
- test/paired/new-results/subset-partition-new-simu/merged-subsets/parameters/igl/sw-cache.yaml +1 -1
- test/paired/new-results/test.log +132 -141
- test/test.py +6 -0
- test/trees.nwk +100 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/cf-alleles.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/cf-germlines.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/compare-plotdirs.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/extract-pairing-info.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/gctree-run.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/get-naive-probabilities.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/parse-output.py +0 -0
- {partis_bcr-1.0.11.data → partis_bcr-1.0.11.post1.dev7.data}/scripts/split-loci.py +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/WHEEL +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/entry_points.txt +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/licenses/COPYING +0 -0
- {partis_bcr-1.0.11.dist-info → partis_bcr-1.0.11.post1.dev7.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1206 @@
|
|
1
|
+
!!python/object:python.hmmwriter.HMM
|
2
|
+
extras:
|
3
|
+
gene_prob: 0.08695652173913043
|
4
|
+
overall_mute_freq: 0.08760869565217394
|
5
|
+
per_gene_mute_freq: 0.10800473535343766
|
6
|
+
name: IGHJ6_star_02
|
7
|
+
states:
|
8
|
+
- !!python/object:python.hmmwriter.State
|
9
|
+
emissions: null
|
10
|
+
extras: {}
|
11
|
+
name: init
|
12
|
+
transitions:
|
13
|
+
IGHJ6_star_02_0: 0.001941747572815534
|
14
|
+
IGHJ6_star_02_1: 0.001941747572815534
|
15
|
+
IGHJ6_star_02_10: 0.001941747572815534
|
16
|
+
IGHJ6_star_02_11: 0.001941747572815534
|
17
|
+
IGHJ6_star_02_12: 0.001941747572815534
|
18
|
+
IGHJ6_star_02_13: 0.001941747572815534
|
19
|
+
IGHJ6_star_02_14: 0.001941747572815534
|
20
|
+
IGHJ6_star_02_15: 0.001941747572815534
|
21
|
+
IGHJ6_star_02_16: 0.001941747572815534
|
22
|
+
IGHJ6_star_02_17: 0.001941747572815534
|
23
|
+
IGHJ6_star_02_18: 0.001941747572815534
|
24
|
+
IGHJ6_star_02_19: 0.001941747572815534
|
25
|
+
IGHJ6_star_02_2: 0.001941747572815534
|
26
|
+
IGHJ6_star_02_20: 0.0018395503321410323
|
27
|
+
IGHJ6_star_02_21: 0.0017373530914665304
|
28
|
+
IGHJ6_star_02_22: 0.0016351558507920287
|
29
|
+
IGHJ6_star_02_23: 0.0015329586101175269
|
30
|
+
IGHJ6_star_02_24: 0.0014307613694430252
|
31
|
+
IGHJ6_star_02_25: 0.0013285641287685236
|
32
|
+
IGHJ6_star_02_26: 0.001226366888094022
|
33
|
+
IGHJ6_star_02_27: 0.0011241696474195203
|
34
|
+
IGHJ6_star_02_28: 0.0010219724067450186
|
35
|
+
IGHJ6_star_02_29: 0.000919775166070517
|
36
|
+
IGHJ6_star_02_3: 0.001941747572815534
|
37
|
+
IGHJ6_star_02_4: 0.001941747572815534
|
38
|
+
IGHJ6_star_02_5: 0.001941747572815534
|
39
|
+
IGHJ6_star_02_6: 0.001941747572815534
|
40
|
+
IGHJ6_star_02_7: 0.001941747572815534
|
41
|
+
IGHJ6_star_02_8: 0.001941747572815534
|
42
|
+
IGHJ6_star_02_9: 0.001941747572815534
|
43
|
+
insert_left_A: 0.1907453196750265
|
44
|
+
insert_left_C: 0.2956552454962911
|
45
|
+
insert_left_G: 0.2193571176262805
|
46
|
+
insert_left_T: 0.2416107382550336
|
47
|
+
- !!python/object:python.hmmwriter.State
|
48
|
+
emissions:
|
49
|
+
probs:
|
50
|
+
A: 0.8919952646465623
|
51
|
+
C: 0.036001578451145884
|
52
|
+
G: 0.036001578451145884
|
53
|
+
T: 0.036001578451145884
|
54
|
+
track: nukes
|
55
|
+
extras:
|
56
|
+
ambiguous_char: N
|
57
|
+
ambiguous_emission_prob: 0.25
|
58
|
+
germline: A
|
59
|
+
name: insert_left_A
|
60
|
+
transitions:
|
61
|
+
IGHJ6_star_02_0: 0.003708840602044483
|
62
|
+
IGHJ6_star_02_1: 0.003708840602044483
|
63
|
+
IGHJ6_star_02_10: 0.003708840602044483
|
64
|
+
IGHJ6_star_02_11: 0.003708840602044483
|
65
|
+
IGHJ6_star_02_12: 0.003708840602044483
|
66
|
+
IGHJ6_star_02_13: 0.003708840602044483
|
67
|
+
IGHJ6_star_02_14: 0.003708840602044483
|
68
|
+
IGHJ6_star_02_15: 0.003708840602044483
|
69
|
+
IGHJ6_star_02_16: 0.003708840602044483
|
70
|
+
IGHJ6_star_02_17: 0.003708840602044483
|
71
|
+
IGHJ6_star_02_18: 0.003708840602044483
|
72
|
+
IGHJ6_star_02_19: 0.003708840602044483
|
73
|
+
IGHJ6_star_02_2: 0.003708840602044483
|
74
|
+
IGHJ6_star_02_20: 0.003513638465094774
|
75
|
+
IGHJ6_star_02_21: 0.003318436328145064
|
76
|
+
IGHJ6_star_02_22: 0.0031232341911953546
|
77
|
+
IGHJ6_star_02_23: 0.002928032054245645
|
78
|
+
IGHJ6_star_02_24: 0.002732829917295936
|
79
|
+
IGHJ6_star_02_25: 0.002537627780346226
|
80
|
+
IGHJ6_star_02_26: 0.002342425643396517
|
81
|
+
IGHJ6_star_02_27: 0.0021472235064468074
|
82
|
+
IGHJ6_star_02_28: 0.001952021369497098
|
83
|
+
IGHJ6_star_02_29: 0.0017568192325473886
|
84
|
+
IGHJ6_star_02_3: 0.003708840602044483
|
85
|
+
IGHJ6_star_02_4: 0.003708840602044483
|
86
|
+
IGHJ6_star_02_5: 0.003708840602044483
|
87
|
+
IGHJ6_star_02_6: 0.003708840602044483
|
88
|
+
IGHJ6_star_02_7: 0.003708840602044483
|
89
|
+
IGHJ6_star_02_8: 0.003708840602044483
|
90
|
+
IGHJ6_star_02_9: 0.003708840602044483
|
91
|
+
insert_left_A: 0.18110152338340257
|
92
|
+
insert_left_C: 0.28070736124427403
|
93
|
+
insert_left_G: 0.20826675189091298
|
94
|
+
insert_left_T: 0.22939526295230997
|
95
|
+
- !!python/object:python.hmmwriter.State
|
96
|
+
emissions:
|
97
|
+
probs:
|
98
|
+
A: 0.036001578451145884
|
99
|
+
C: 0.8919952646465623
|
100
|
+
G: 0.036001578451145884
|
101
|
+
T: 0.036001578451145884
|
102
|
+
track: nukes
|
103
|
+
extras:
|
104
|
+
ambiguous_char: N
|
105
|
+
ambiguous_emission_prob: 0.25
|
106
|
+
germline: C
|
107
|
+
name: insert_left_C
|
108
|
+
transitions:
|
109
|
+
IGHJ6_star_02_0: 0.003708840602044483
|
110
|
+
IGHJ6_star_02_1: 0.003708840602044483
|
111
|
+
IGHJ6_star_02_10: 0.003708840602044483
|
112
|
+
IGHJ6_star_02_11: 0.003708840602044483
|
113
|
+
IGHJ6_star_02_12: 0.003708840602044483
|
114
|
+
IGHJ6_star_02_13: 0.003708840602044483
|
115
|
+
IGHJ6_star_02_14: 0.003708840602044483
|
116
|
+
IGHJ6_star_02_15: 0.003708840602044483
|
117
|
+
IGHJ6_star_02_16: 0.003708840602044483
|
118
|
+
IGHJ6_star_02_17: 0.003708840602044483
|
119
|
+
IGHJ6_star_02_18: 0.003708840602044483
|
120
|
+
IGHJ6_star_02_19: 0.003708840602044483
|
121
|
+
IGHJ6_star_02_2: 0.003708840602044483
|
122
|
+
IGHJ6_star_02_20: 0.003513638465094774
|
123
|
+
IGHJ6_star_02_21: 0.003318436328145064
|
124
|
+
IGHJ6_star_02_22: 0.0031232341911953546
|
125
|
+
IGHJ6_star_02_23: 0.002928032054245645
|
126
|
+
IGHJ6_star_02_24: 0.002732829917295936
|
127
|
+
IGHJ6_star_02_25: 0.002537627780346226
|
128
|
+
IGHJ6_star_02_26: 0.002342425643396517
|
129
|
+
IGHJ6_star_02_27: 0.0021472235064468074
|
130
|
+
IGHJ6_star_02_28: 0.001952021369497098
|
131
|
+
IGHJ6_star_02_29: 0.0017568192325473886
|
132
|
+
IGHJ6_star_02_3: 0.003708840602044483
|
133
|
+
IGHJ6_star_02_4: 0.003708840602044483
|
134
|
+
IGHJ6_star_02_5: 0.003708840602044483
|
135
|
+
IGHJ6_star_02_6: 0.003708840602044483
|
136
|
+
IGHJ6_star_02_7: 0.003708840602044483
|
137
|
+
IGHJ6_star_02_8: 0.003708840602044483
|
138
|
+
IGHJ6_star_02_9: 0.003708840602044483
|
139
|
+
insert_left_A: 0.18110152338340257
|
140
|
+
insert_left_C: 0.28070736124427403
|
141
|
+
insert_left_G: 0.20826675189091298
|
142
|
+
insert_left_T: 0.22939526295230997
|
143
|
+
- !!python/object:python.hmmwriter.State
|
144
|
+
emissions:
|
145
|
+
probs:
|
146
|
+
A: 0.036001578451145884
|
147
|
+
C: 0.036001578451145884
|
148
|
+
G: 0.8919952646465623
|
149
|
+
T: 0.036001578451145884
|
150
|
+
track: nukes
|
151
|
+
extras:
|
152
|
+
ambiguous_char: N
|
153
|
+
ambiguous_emission_prob: 0.25
|
154
|
+
germline: G
|
155
|
+
name: insert_left_G
|
156
|
+
transitions:
|
157
|
+
IGHJ6_star_02_0: 0.003708840602044483
|
158
|
+
IGHJ6_star_02_1: 0.003708840602044483
|
159
|
+
IGHJ6_star_02_10: 0.003708840602044483
|
160
|
+
IGHJ6_star_02_11: 0.003708840602044483
|
161
|
+
IGHJ6_star_02_12: 0.003708840602044483
|
162
|
+
IGHJ6_star_02_13: 0.003708840602044483
|
163
|
+
IGHJ6_star_02_14: 0.003708840602044483
|
164
|
+
IGHJ6_star_02_15: 0.003708840602044483
|
165
|
+
IGHJ6_star_02_16: 0.003708840602044483
|
166
|
+
IGHJ6_star_02_17: 0.003708840602044483
|
167
|
+
IGHJ6_star_02_18: 0.003708840602044483
|
168
|
+
IGHJ6_star_02_19: 0.003708840602044483
|
169
|
+
IGHJ6_star_02_2: 0.003708840602044483
|
170
|
+
IGHJ6_star_02_20: 0.003513638465094774
|
171
|
+
IGHJ6_star_02_21: 0.003318436328145064
|
172
|
+
IGHJ6_star_02_22: 0.0031232341911953546
|
173
|
+
IGHJ6_star_02_23: 0.002928032054245645
|
174
|
+
IGHJ6_star_02_24: 0.002732829917295936
|
175
|
+
IGHJ6_star_02_25: 0.002537627780346226
|
176
|
+
IGHJ6_star_02_26: 0.002342425643396517
|
177
|
+
IGHJ6_star_02_27: 0.0021472235064468074
|
178
|
+
IGHJ6_star_02_28: 0.001952021369497098
|
179
|
+
IGHJ6_star_02_29: 0.0017568192325473886
|
180
|
+
IGHJ6_star_02_3: 0.003708840602044483
|
181
|
+
IGHJ6_star_02_4: 0.003708840602044483
|
182
|
+
IGHJ6_star_02_5: 0.003708840602044483
|
183
|
+
IGHJ6_star_02_6: 0.003708840602044483
|
184
|
+
IGHJ6_star_02_7: 0.003708840602044483
|
185
|
+
IGHJ6_star_02_8: 0.003708840602044483
|
186
|
+
IGHJ6_star_02_9: 0.003708840602044483
|
187
|
+
insert_left_A: 0.18110152338340257
|
188
|
+
insert_left_C: 0.28070736124427403
|
189
|
+
insert_left_G: 0.20826675189091298
|
190
|
+
insert_left_T: 0.22939526295230997
|
191
|
+
- !!python/object:python.hmmwriter.State
|
192
|
+
emissions:
|
193
|
+
probs:
|
194
|
+
A: 0.036001578451145884
|
195
|
+
C: 0.036001578451145884
|
196
|
+
G: 0.036001578451145884
|
197
|
+
T: 0.8919952646465623
|
198
|
+
track: nukes
|
199
|
+
extras:
|
200
|
+
ambiguous_char: N
|
201
|
+
ambiguous_emission_prob: 0.25
|
202
|
+
germline: T
|
203
|
+
name: insert_left_T
|
204
|
+
transitions:
|
205
|
+
IGHJ6_star_02_0: 0.003708840602044483
|
206
|
+
IGHJ6_star_02_1: 0.003708840602044483
|
207
|
+
IGHJ6_star_02_10: 0.003708840602044483
|
208
|
+
IGHJ6_star_02_11: 0.003708840602044483
|
209
|
+
IGHJ6_star_02_12: 0.003708840602044483
|
210
|
+
IGHJ6_star_02_13: 0.003708840602044483
|
211
|
+
IGHJ6_star_02_14: 0.003708840602044483
|
212
|
+
IGHJ6_star_02_15: 0.003708840602044483
|
213
|
+
IGHJ6_star_02_16: 0.003708840602044483
|
214
|
+
IGHJ6_star_02_17: 0.003708840602044483
|
215
|
+
IGHJ6_star_02_18: 0.003708840602044483
|
216
|
+
IGHJ6_star_02_19: 0.003708840602044483
|
217
|
+
IGHJ6_star_02_2: 0.003708840602044483
|
218
|
+
IGHJ6_star_02_20: 0.003513638465094774
|
219
|
+
IGHJ6_star_02_21: 0.003318436328145064
|
220
|
+
IGHJ6_star_02_22: 0.0031232341911953546
|
221
|
+
IGHJ6_star_02_23: 0.002928032054245645
|
222
|
+
IGHJ6_star_02_24: 0.002732829917295936
|
223
|
+
IGHJ6_star_02_25: 0.002537627780346226
|
224
|
+
IGHJ6_star_02_26: 0.002342425643396517
|
225
|
+
IGHJ6_star_02_27: 0.0021472235064468074
|
226
|
+
IGHJ6_star_02_28: 0.001952021369497098
|
227
|
+
IGHJ6_star_02_29: 0.0017568192325473886
|
228
|
+
IGHJ6_star_02_3: 0.003708840602044483
|
229
|
+
IGHJ6_star_02_4: 0.003708840602044483
|
230
|
+
IGHJ6_star_02_5: 0.003708840602044483
|
231
|
+
IGHJ6_star_02_6: 0.003708840602044483
|
232
|
+
IGHJ6_star_02_7: 0.003708840602044483
|
233
|
+
IGHJ6_star_02_8: 0.003708840602044483
|
234
|
+
IGHJ6_star_02_9: 0.003708840602044483
|
235
|
+
insert_left_A: 0.18110152338340257
|
236
|
+
insert_left_C: 0.28070736124427403
|
237
|
+
insert_left_G: 0.20826675189091298
|
238
|
+
insert_left_T: 0.22939526295230997
|
239
|
+
- !!python/object:python.hmmwriter.State
|
240
|
+
emissions:
|
241
|
+
probs:
|
242
|
+
A: 0.8919952646465623
|
243
|
+
C: 0.036001578451145884
|
244
|
+
G: 0.036001578451145884
|
245
|
+
T: 0.036001578451145884
|
246
|
+
track: nukes
|
247
|
+
extras:
|
248
|
+
ambiguous_char: N
|
249
|
+
ambiguous_emission_prob: 0.25
|
250
|
+
germline: A
|
251
|
+
name: IGHJ6_star_02_0
|
252
|
+
transitions:
|
253
|
+
IGHJ6_star_02_1: 1.0
|
254
|
+
- !!python/object:python.hmmwriter.State
|
255
|
+
emissions:
|
256
|
+
probs:
|
257
|
+
A: 0.035868166195255256
|
258
|
+
C: 0.035868166195255256
|
259
|
+
G: 0.035868166195255256
|
260
|
+
T: 0.8923955014142342
|
261
|
+
track: nukes
|
262
|
+
extras:
|
263
|
+
ambiguous_char: N
|
264
|
+
ambiguous_emission_prob: 0.25
|
265
|
+
germline: T
|
266
|
+
name: IGHJ6_star_02_1
|
267
|
+
transitions:
|
268
|
+
IGHJ6_star_02_2: 1.0
|
269
|
+
- !!python/object:python.hmmwriter.State
|
270
|
+
emissions:
|
271
|
+
probs:
|
272
|
+
A: 0.035734753939364636
|
273
|
+
C: 0.035734753939364636
|
274
|
+
G: 0.035734753939364636
|
275
|
+
T: 0.892795738181906
|
276
|
+
track: nukes
|
277
|
+
extras:
|
278
|
+
ambiguous_char: N
|
279
|
+
ambiguous_emission_prob: 0.25
|
280
|
+
germline: T
|
281
|
+
name: IGHJ6_star_02_2
|
282
|
+
transitions:
|
283
|
+
IGHJ6_star_02_3: 1.0
|
284
|
+
- !!python/object:python.hmmwriter.State
|
285
|
+
emissions:
|
286
|
+
probs:
|
287
|
+
A: 0.893195974949578
|
288
|
+
C: 0.035601341683474
|
289
|
+
G: 0.035601341683474
|
290
|
+
T: 0.035601341683474
|
291
|
+
track: nukes
|
292
|
+
extras:
|
293
|
+
ambiguous_char: N
|
294
|
+
ambiguous_emission_prob: 0.25
|
295
|
+
germline: A
|
296
|
+
name: IGHJ6_star_02_3
|
297
|
+
transitions:
|
298
|
+
IGHJ6_star_02_4: 1.0
|
299
|
+
- !!python/object:python.hmmwriter.State
|
300
|
+
emissions:
|
301
|
+
probs:
|
302
|
+
A: 0.035467929427583374
|
303
|
+
C: 0.8935962117172499
|
304
|
+
G: 0.035467929427583374
|
305
|
+
T: 0.035467929427583374
|
306
|
+
track: nukes
|
307
|
+
extras:
|
308
|
+
ambiguous_char: N
|
309
|
+
ambiguous_emission_prob: 0.25
|
310
|
+
germline: C
|
311
|
+
name: IGHJ6_star_02_4
|
312
|
+
transitions:
|
313
|
+
IGHJ6_star_02_5: 1.0
|
314
|
+
- !!python/object:python.hmmwriter.State
|
315
|
+
emissions:
|
316
|
+
probs:
|
317
|
+
A: 0.03533451717169275
|
318
|
+
C: 0.03533451717169275
|
319
|
+
G: 0.03533451717169275
|
320
|
+
T: 0.8939964484849218
|
321
|
+
track: nukes
|
322
|
+
extras:
|
323
|
+
ambiguous_char: N
|
324
|
+
ambiguous_emission_prob: 0.25
|
325
|
+
germline: T
|
326
|
+
name: IGHJ6_star_02_5
|
327
|
+
transitions:
|
328
|
+
IGHJ6_star_02_6: 1.0
|
329
|
+
- !!python/object:python.hmmwriter.State
|
330
|
+
emissions:
|
331
|
+
probs:
|
332
|
+
A: 0.8943966852525936
|
333
|
+
C: 0.03520110491580212
|
334
|
+
G: 0.03520110491580212
|
335
|
+
T: 0.03520110491580212
|
336
|
+
track: nukes
|
337
|
+
extras:
|
338
|
+
ambiguous_char: N
|
339
|
+
ambiguous_emission_prob: 0.25
|
340
|
+
germline: A
|
341
|
+
name: IGHJ6_star_02_6
|
342
|
+
transitions:
|
343
|
+
IGHJ6_star_02_7: 1.0
|
344
|
+
- !!python/object:python.hmmwriter.State
|
345
|
+
emissions:
|
346
|
+
probs:
|
347
|
+
A: 0.035067692659911484
|
348
|
+
C: 0.8947969220202655
|
349
|
+
G: 0.035067692659911484
|
350
|
+
T: 0.035067692659911484
|
351
|
+
track: nukes
|
352
|
+
extras:
|
353
|
+
ambiguous_char: N
|
354
|
+
ambiguous_emission_prob: 0.25
|
355
|
+
germline: C
|
356
|
+
name: IGHJ6_star_02_7
|
357
|
+
transitions:
|
358
|
+
IGHJ6_star_02_8: 1.0
|
359
|
+
- !!python/object:python.hmmwriter.State
|
360
|
+
emissions:
|
361
|
+
probs:
|
362
|
+
A: 0.034934280404020863
|
363
|
+
C: 0.034934280404020863
|
364
|
+
G: 0.034934280404020863
|
365
|
+
T: 0.8951971587879374
|
366
|
+
track: nukes
|
367
|
+
extras:
|
368
|
+
ambiguous_char: N
|
369
|
+
ambiguous_emission_prob: 0.25
|
370
|
+
germline: T
|
371
|
+
name: IGHJ6_star_02_8
|
372
|
+
transitions:
|
373
|
+
IGHJ6_star_02_9: 1.0
|
374
|
+
- !!python/object:python.hmmwriter.State
|
375
|
+
emissions:
|
376
|
+
probs:
|
377
|
+
A: 0.8921703908701105
|
378
|
+
C: 0.03594320304329649
|
379
|
+
G: 0.03594320304329649
|
380
|
+
T: 0.03594320304329649
|
381
|
+
track: nukes
|
382
|
+
extras:
|
383
|
+
ambiguous_char: N
|
384
|
+
ambiguous_emission_prob: 0.25
|
385
|
+
germline: A
|
386
|
+
name: IGHJ6_star_02_9
|
387
|
+
transitions:
|
388
|
+
IGHJ6_star_02_10: 1.0
|
389
|
+
- !!python/object:python.hmmwriter.State
|
390
|
+
emissions:
|
391
|
+
probs:
|
392
|
+
A: 0.03593671688686878
|
393
|
+
C: 0.8921898493393936
|
394
|
+
G: 0.03593671688686878
|
395
|
+
T: 0.03593671688686878
|
396
|
+
track: nukes
|
397
|
+
extras:
|
398
|
+
ambiguous_char: N
|
399
|
+
ambiguous_emission_prob: 0.25
|
400
|
+
germline: C
|
401
|
+
name: IGHJ6_star_02_10
|
402
|
+
transitions:
|
403
|
+
IGHJ6_star_02_11: 1.0
|
404
|
+
- !!python/object:python.hmmwriter.State
|
405
|
+
emissions:
|
406
|
+
probs:
|
407
|
+
A: 0.03593023073044106
|
408
|
+
C: 0.03593023073044106
|
409
|
+
G: 0.03593023073044106
|
410
|
+
T: 0.8922093078086768
|
411
|
+
track: nukes
|
412
|
+
extras:
|
413
|
+
ambiguous_char: N
|
414
|
+
ambiguous_emission_prob: 0.25
|
415
|
+
germline: T
|
416
|
+
name: IGHJ6_star_02_11
|
417
|
+
transitions:
|
418
|
+
IGHJ6_star_02_12: 1.0
|
419
|
+
- !!python/object:python.hmmwriter.State
|
420
|
+
emissions:
|
421
|
+
probs:
|
422
|
+
A: 0.8922287662779599
|
423
|
+
C: 0.03592374457401336
|
424
|
+
G: 0.03592374457401336
|
425
|
+
T: 0.03592374457401336
|
426
|
+
track: nukes
|
427
|
+
extras:
|
428
|
+
ambiguous_char: N
|
429
|
+
ambiguous_emission_prob: 0.25
|
430
|
+
germline: A
|
431
|
+
name: IGHJ6_star_02_12
|
432
|
+
transitions:
|
433
|
+
IGHJ6_star_02_13: 1.0
|
434
|
+
- !!python/object:python.hmmwriter.State
|
435
|
+
emissions:
|
436
|
+
probs:
|
437
|
+
A: 0.03697555245790106
|
438
|
+
C: 0.8890733426262968
|
439
|
+
G: 0.03697555245790106
|
440
|
+
T: 0.03697555245790106
|
441
|
+
track: nukes
|
442
|
+
extras:
|
443
|
+
ambiguous_char: N
|
444
|
+
ambiguous_emission_prob: 0.25
|
445
|
+
germline: C
|
446
|
+
name: IGHJ6_star_02_13
|
447
|
+
transitions:
|
448
|
+
IGHJ6_star_02_14: 1.0
|
449
|
+
- !!python/object:python.hmmwriter.State
|
450
|
+
emissions:
|
451
|
+
probs:
|
452
|
+
A: 0.035910772261157936
|
453
|
+
C: 0.035910772261157936
|
454
|
+
G: 0.035910772261157936
|
455
|
+
T: 0.8922676832165262
|
456
|
+
track: nukes
|
457
|
+
extras:
|
458
|
+
ambiguous_char: N
|
459
|
+
ambiguous_emission_prob: 0.25
|
460
|
+
germline: T
|
461
|
+
name: IGHJ6_star_02_14
|
462
|
+
transitions:
|
463
|
+
IGHJ6_star_02_15: 1.0
|
464
|
+
- !!python/object:python.hmmwriter.State
|
465
|
+
emissions:
|
466
|
+
probs:
|
467
|
+
A: 0.8874349922674781
|
468
|
+
C: 0.037521669244173966
|
469
|
+
G: 0.037521669244173966
|
470
|
+
T: 0.037521669244173966
|
471
|
+
track: nukes
|
472
|
+
extras:
|
473
|
+
ambiguous_char: N
|
474
|
+
ambiguous_emission_prob: 0.25
|
475
|
+
germline: A
|
476
|
+
name: IGHJ6_star_02_15
|
477
|
+
transitions:
|
478
|
+
IGHJ6_star_02_16: 1.0
|
479
|
+
- !!python/object:python.hmmwriter.State
|
480
|
+
emissions:
|
481
|
+
probs:
|
482
|
+
A: 0.03762300863037584
|
483
|
+
C: 0.8871309741088724
|
484
|
+
G: 0.03762300863037584
|
485
|
+
T: 0.03762300863037584
|
486
|
+
track: nukes
|
487
|
+
extras:
|
488
|
+
ambiguous_char: N
|
489
|
+
ambiguous_emission_prob: 0.25
|
490
|
+
germline: C
|
491
|
+
name: IGHJ6_star_02_16
|
492
|
+
transitions:
|
493
|
+
IGHJ6_star_02_17: 1.0
|
494
|
+
- !!python/object:python.hmmwriter.State
|
495
|
+
emissions:
|
496
|
+
probs:
|
497
|
+
A: 0.03841702976689021
|
498
|
+
C: 0.03841702976689021
|
499
|
+
G: 0.8847489106993294
|
500
|
+
T: 0.03841702976689021
|
501
|
+
track: nukes
|
502
|
+
extras:
|
503
|
+
ambiguous_char: N
|
504
|
+
ambiguous_emission_prob: 0.25
|
505
|
+
germline: G
|
506
|
+
name: IGHJ6_star_02_17
|
507
|
+
transitions:
|
508
|
+
IGHJ6_star_02_18: 1.0
|
509
|
+
- !!python/object:python.hmmwriter.State
|
510
|
+
emissions:
|
511
|
+
probs:
|
512
|
+
A: 0.038559115138404584
|
513
|
+
C: 0.038559115138404584
|
514
|
+
G: 0.8843226545847862
|
515
|
+
T: 0.038559115138404584
|
516
|
+
track: nukes
|
517
|
+
extras:
|
518
|
+
ambiguous_char: N
|
519
|
+
ambiguous_emission_prob: 0.25
|
520
|
+
germline: G
|
521
|
+
name: IGHJ6_star_02_18
|
522
|
+
transitions:
|
523
|
+
IGHJ6_star_02_19: 1.0
|
524
|
+
- !!python/object:python.hmmwriter.State
|
525
|
+
emissions:
|
526
|
+
probs:
|
527
|
+
A: 0.03873117985311729
|
528
|
+
C: 0.03873117985311729
|
529
|
+
G: 0.03873117985311729
|
530
|
+
T: 0.8838064604406481
|
531
|
+
track: nukes
|
532
|
+
extras:
|
533
|
+
ambiguous_char: N
|
534
|
+
ambiguous_emission_prob: 0.25
|
535
|
+
germline: T
|
536
|
+
name: IGHJ6_star_02_19
|
537
|
+
transitions:
|
538
|
+
IGHJ6_star_02_20: 1.0
|
539
|
+
- !!python/object:python.hmmwriter.State
|
540
|
+
emissions:
|
541
|
+
probs:
|
542
|
+
A: 0.87
|
543
|
+
C: 0.043333333333333335
|
544
|
+
G: 0.043333333333333335
|
545
|
+
T: 0.043333333333333335
|
546
|
+
track: nukes
|
547
|
+
extras:
|
548
|
+
ambiguous_char: N
|
549
|
+
ambiguous_emission_prob: 0.25
|
550
|
+
germline: A
|
551
|
+
name: IGHJ6_star_02_20
|
552
|
+
transitions:
|
553
|
+
IGHJ6_star_02_21: 1.0
|
554
|
+
- !!python/object:python.hmmwriter.State
|
555
|
+
emissions:
|
556
|
+
probs:
|
557
|
+
A: 0.0388748430848
|
558
|
+
C: 0.0388748430848
|
559
|
+
G: 0.0388748430848
|
560
|
+
T: 0.8833754707456
|
561
|
+
track: nukes
|
562
|
+
extras:
|
563
|
+
ambiguous_char: N
|
564
|
+
ambiguous_emission_prob: 0.25
|
565
|
+
germline: T
|
566
|
+
name: IGHJ6_star_02_21
|
567
|
+
transitions:
|
568
|
+
IGHJ6_star_02_22: 1.0
|
569
|
+
- !!python/object:python.hmmwriter.State
|
570
|
+
emissions:
|
571
|
+
probs:
|
572
|
+
A: 0.0388748430848
|
573
|
+
C: 0.0388748430848
|
574
|
+
G: 0.8833754707456
|
575
|
+
T: 0.0388748430848
|
576
|
+
track: nukes
|
577
|
+
extras:
|
578
|
+
ambiguous_char: N
|
579
|
+
ambiguous_emission_prob: 0.25
|
580
|
+
germline: G
|
581
|
+
name: IGHJ6_star_02_22
|
582
|
+
transitions:
|
583
|
+
IGHJ6_star_02_23: 1.0
|
584
|
+
- !!python/object:python.hmmwriter.State
|
585
|
+
emissions:
|
586
|
+
probs:
|
587
|
+
A: 0.0388748430848
|
588
|
+
C: 0.0388748430848
|
589
|
+
G: 0.8833754707456
|
590
|
+
T: 0.0388748430848
|
591
|
+
track: nukes
|
592
|
+
extras:
|
593
|
+
ambiguous_char: N
|
594
|
+
ambiguous_emission_prob: 0.25
|
595
|
+
germline: G
|
596
|
+
name: IGHJ6_star_02_23
|
597
|
+
transitions:
|
598
|
+
IGHJ6_star_02_24: 1.0
|
599
|
+
- !!python/object:python.hmmwriter.State
|
600
|
+
emissions:
|
601
|
+
probs:
|
602
|
+
A: 0.8833754707456
|
603
|
+
C: 0.0388748430848
|
604
|
+
G: 0.0388748430848
|
605
|
+
T: 0.0388748430848
|
606
|
+
track: nukes
|
607
|
+
extras:
|
608
|
+
ambiguous_char: N
|
609
|
+
ambiguous_emission_prob: 0.25
|
610
|
+
germline: A
|
611
|
+
name: IGHJ6_star_02_24
|
612
|
+
transitions:
|
613
|
+
IGHJ6_star_02_25: 1.0
|
614
|
+
- !!python/object:python.hmmwriter.State
|
615
|
+
emissions:
|
616
|
+
probs:
|
617
|
+
A: 0.0388748430848
|
618
|
+
C: 0.8833754707456
|
619
|
+
G: 0.0388748430848
|
620
|
+
T: 0.0388748430848
|
621
|
+
track: nukes
|
622
|
+
extras:
|
623
|
+
ambiguous_char: N
|
624
|
+
ambiguous_emission_prob: 0.25
|
625
|
+
germline: C
|
626
|
+
name: IGHJ6_star_02_25
|
627
|
+
transitions:
|
628
|
+
IGHJ6_star_02_26: 1.0
|
629
|
+
- !!python/object:python.hmmwriter.State
|
630
|
+
emissions:
|
631
|
+
probs:
|
632
|
+
A: 0.0388748430848
|
633
|
+
C: 0.0388748430848
|
634
|
+
G: 0.8833754707456
|
635
|
+
T: 0.0388748430848
|
636
|
+
track: nukes
|
637
|
+
extras:
|
638
|
+
ambiguous_char: N
|
639
|
+
ambiguous_emission_prob: 0.25
|
640
|
+
germline: G
|
641
|
+
name: IGHJ6_star_02_26
|
642
|
+
transitions:
|
643
|
+
IGHJ6_star_02_27: 1.0
|
644
|
+
- !!python/object:python.hmmwriter.State
|
645
|
+
emissions:
|
646
|
+
probs:
|
647
|
+
A: 0.043333333333333335
|
648
|
+
C: 0.043333333333333335
|
649
|
+
G: 0.043333333333333335
|
650
|
+
T: 0.87
|
651
|
+
track: nukes
|
652
|
+
extras:
|
653
|
+
ambiguous_char: N
|
654
|
+
ambiguous_emission_prob: 0.25
|
655
|
+
germline: T
|
656
|
+
name: IGHJ6_star_02_27
|
657
|
+
transitions:
|
658
|
+
IGHJ6_star_02_28: 1.0
|
659
|
+
- !!python/object:python.hmmwriter.State
|
660
|
+
emissions:
|
661
|
+
probs:
|
662
|
+
A: 0.0388748430848
|
663
|
+
C: 0.8833754707456
|
664
|
+
G: 0.0388748430848
|
665
|
+
T: 0.0388748430848
|
666
|
+
track: nukes
|
667
|
+
extras:
|
668
|
+
ambiguous_char: N
|
669
|
+
ambiguous_emission_prob: 0.25
|
670
|
+
germline: C
|
671
|
+
name: IGHJ6_star_02_28
|
672
|
+
transitions:
|
673
|
+
IGHJ6_star_02_29: 1.0
|
674
|
+
- !!python/object:python.hmmwriter.State
|
675
|
+
emissions:
|
676
|
+
probs:
|
677
|
+
A: 0.0388748430848
|
678
|
+
C: 0.0388748430848
|
679
|
+
G: 0.0388748430848
|
680
|
+
T: 0.8833754707456
|
681
|
+
track: nukes
|
682
|
+
extras:
|
683
|
+
ambiguous_char: N
|
684
|
+
ambiguous_emission_prob: 0.25
|
685
|
+
germline: T
|
686
|
+
name: IGHJ6_star_02_29
|
687
|
+
transitions:
|
688
|
+
IGHJ6_star_02_30: 1.0
|
689
|
+
- !!python/object:python.hmmwriter.State
|
690
|
+
emissions:
|
691
|
+
probs:
|
692
|
+
A: 0.0388748430848
|
693
|
+
C: 0.0388748430848
|
694
|
+
G: 0.8833754707456
|
695
|
+
T: 0.0388748430848
|
696
|
+
track: nukes
|
697
|
+
extras:
|
698
|
+
ambiguous_char: N
|
699
|
+
ambiguous_emission_prob: 0.25
|
700
|
+
germline: G
|
701
|
+
name: IGHJ6_star_02_30
|
702
|
+
transitions:
|
703
|
+
IGHJ6_star_02_31: 1.0
|
704
|
+
- !!python/object:python.hmmwriter.State
|
705
|
+
emissions:
|
706
|
+
probs:
|
707
|
+
A: 0.0388748430848
|
708
|
+
C: 0.0388748430848
|
709
|
+
G: 0.8833754707456
|
710
|
+
T: 0.0388748430848
|
711
|
+
track: nukes
|
712
|
+
extras:
|
713
|
+
ambiguous_char: N
|
714
|
+
ambiguous_emission_prob: 0.25
|
715
|
+
germline: G
|
716
|
+
name: IGHJ6_star_02_31
|
717
|
+
transitions:
|
718
|
+
IGHJ6_star_02_32: 1.0
|
719
|
+
- !!python/object:python.hmmwriter.State
|
720
|
+
emissions:
|
721
|
+
probs:
|
722
|
+
A: 0.0388748430848
|
723
|
+
C: 0.0388748430848
|
724
|
+
G: 0.8833754707456
|
725
|
+
T: 0.0388748430848
|
726
|
+
track: nukes
|
727
|
+
extras:
|
728
|
+
ambiguous_char: N
|
729
|
+
ambiguous_emission_prob: 0.25
|
730
|
+
germline: G
|
731
|
+
name: IGHJ6_star_02_32
|
732
|
+
transitions:
|
733
|
+
IGHJ6_star_02_33: 1.0
|
734
|
+
- !!python/object:python.hmmwriter.State
|
735
|
+
emissions:
|
736
|
+
probs:
|
737
|
+
A: 0.0388748430848
|
738
|
+
C: 0.0388748430848
|
739
|
+
G: 0.8833754707456
|
740
|
+
T: 0.0388748430848
|
741
|
+
track: nukes
|
742
|
+
extras:
|
743
|
+
ambiguous_char: N
|
744
|
+
ambiguous_emission_prob: 0.25
|
745
|
+
germline: G
|
746
|
+
name: IGHJ6_star_02_33
|
747
|
+
transitions:
|
748
|
+
IGHJ6_star_02_34: 1.0
|
749
|
+
- !!python/object:python.hmmwriter.State
|
750
|
+
emissions:
|
751
|
+
probs:
|
752
|
+
A: 0.0388748430848
|
753
|
+
C: 0.8833754707456
|
754
|
+
G: 0.0388748430848
|
755
|
+
T: 0.0388748430848
|
756
|
+
track: nukes
|
757
|
+
extras:
|
758
|
+
ambiguous_char: N
|
759
|
+
ambiguous_emission_prob: 0.25
|
760
|
+
germline: C
|
761
|
+
name: IGHJ6_star_02_34
|
762
|
+
transitions:
|
763
|
+
IGHJ6_star_02_35: 1.0
|
764
|
+
- !!python/object:python.hmmwriter.State
|
765
|
+
emissions:
|
766
|
+
probs:
|
767
|
+
A: 0.0388748430848
|
768
|
+
C: 0.8833754707456
|
769
|
+
G: 0.0388748430848
|
770
|
+
T: 0.0388748430848
|
771
|
+
track: nukes
|
772
|
+
extras:
|
773
|
+
ambiguous_char: N
|
774
|
+
ambiguous_emission_prob: 0.25
|
775
|
+
germline: C
|
776
|
+
name: IGHJ6_star_02_35
|
777
|
+
transitions:
|
778
|
+
IGHJ6_star_02_36: 1.0
|
779
|
+
- !!python/object:python.hmmwriter.State
|
780
|
+
emissions:
|
781
|
+
probs:
|
782
|
+
A: 0.8833754707456
|
783
|
+
C: 0.0388748430848
|
784
|
+
G: 0.0388748430848
|
785
|
+
T: 0.0388748430848
|
786
|
+
track: nukes
|
787
|
+
extras:
|
788
|
+
ambiguous_char: N
|
789
|
+
ambiguous_emission_prob: 0.25
|
790
|
+
germline: A
|
791
|
+
name: IGHJ6_star_02_36
|
792
|
+
transitions:
|
793
|
+
IGHJ6_star_02_37: 1.0
|
794
|
+
- !!python/object:python.hmmwriter.State
|
795
|
+
emissions:
|
796
|
+
probs:
|
797
|
+
A: 0.8833754707456
|
798
|
+
C: 0.0388748430848
|
799
|
+
G: 0.0388748430848
|
800
|
+
T: 0.0388748430848
|
801
|
+
track: nukes
|
802
|
+
extras:
|
803
|
+
ambiguous_char: N
|
804
|
+
ambiguous_emission_prob: 0.25
|
805
|
+
germline: A
|
806
|
+
name: IGHJ6_star_02_37
|
807
|
+
transitions:
|
808
|
+
IGHJ6_star_02_38: 1.0
|
809
|
+
- !!python/object:python.hmmwriter.State
|
810
|
+
emissions:
|
811
|
+
probs:
|
812
|
+
A: 0.0388748430848
|
813
|
+
C: 0.0388748430848
|
814
|
+
G: 0.8833754707456
|
815
|
+
T: 0.0388748430848
|
816
|
+
track: nukes
|
817
|
+
extras:
|
818
|
+
ambiguous_char: N
|
819
|
+
ambiguous_emission_prob: 0.25
|
820
|
+
germline: G
|
821
|
+
name: IGHJ6_star_02_38
|
822
|
+
transitions:
|
823
|
+
IGHJ6_star_02_39: 1.0
|
824
|
+
- !!python/object:python.hmmwriter.State
|
825
|
+
emissions:
|
826
|
+
probs:
|
827
|
+
A: 0.0388748430848
|
828
|
+
C: 0.0388748430848
|
829
|
+
G: 0.8833754707456
|
830
|
+
T: 0.0388748430848
|
831
|
+
track: nukes
|
832
|
+
extras:
|
833
|
+
ambiguous_char: N
|
834
|
+
ambiguous_emission_prob: 0.25
|
835
|
+
germline: G
|
836
|
+
name: IGHJ6_star_02_39
|
837
|
+
transitions:
|
838
|
+
IGHJ6_star_02_40: 1.0
|
839
|
+
- !!python/object:python.hmmwriter.State
|
840
|
+
emissions:
|
841
|
+
probs:
|
842
|
+
A: 0.0388748430848
|
843
|
+
C: 0.0388748430848
|
844
|
+
G: 0.8833754707456
|
845
|
+
T: 0.0388748430848
|
846
|
+
track: nukes
|
847
|
+
extras:
|
848
|
+
ambiguous_char: N
|
849
|
+
ambiguous_emission_prob: 0.25
|
850
|
+
germline: G
|
851
|
+
name: IGHJ6_star_02_40
|
852
|
+
transitions:
|
853
|
+
IGHJ6_star_02_41: 1.0
|
854
|
+
- !!python/object:python.hmmwriter.State
|
855
|
+
emissions:
|
856
|
+
probs:
|
857
|
+
A: 0.9
|
858
|
+
C: 0.03333333333333333
|
859
|
+
G: 0.03333333333333333
|
860
|
+
T: 0.03333333333333333
|
861
|
+
track: nukes
|
862
|
+
extras:
|
863
|
+
ambiguous_char: N
|
864
|
+
ambiguous_emission_prob: 0.25
|
865
|
+
germline: A
|
866
|
+
name: IGHJ6_star_02_41
|
867
|
+
transitions:
|
868
|
+
IGHJ6_star_02_42: 1.0
|
869
|
+
- !!python/object:python.hmmwriter.State
|
870
|
+
emissions:
|
871
|
+
probs:
|
872
|
+
A: 0.03333333333333333
|
873
|
+
C: 0.9
|
874
|
+
G: 0.03333333333333333
|
875
|
+
T: 0.03333333333333333
|
876
|
+
track: nukes
|
877
|
+
extras:
|
878
|
+
ambiguous_char: N
|
879
|
+
ambiguous_emission_prob: 0.25
|
880
|
+
germline: C
|
881
|
+
name: IGHJ6_star_02_42
|
882
|
+
transitions:
|
883
|
+
IGHJ6_star_02_43: 1.0
|
884
|
+
- !!python/object:python.hmmwriter.State
|
885
|
+
emissions:
|
886
|
+
probs:
|
887
|
+
A: 0.03333333333333333
|
888
|
+
C: 0.9
|
889
|
+
G: 0.03333333333333333
|
890
|
+
T: 0.03333333333333333
|
891
|
+
track: nukes
|
892
|
+
extras:
|
893
|
+
ambiguous_char: N
|
894
|
+
ambiguous_emission_prob: 0.25
|
895
|
+
germline: C
|
896
|
+
name: IGHJ6_star_02_43
|
897
|
+
transitions:
|
898
|
+
IGHJ6_star_02_44: 1.0
|
899
|
+
- !!python/object:python.hmmwriter.State
|
900
|
+
emissions:
|
901
|
+
probs:
|
902
|
+
A: 0.9
|
903
|
+
C: 0.03333333333333333
|
904
|
+
G: 0.03333333333333333
|
905
|
+
T: 0.03333333333333333
|
906
|
+
track: nukes
|
907
|
+
extras:
|
908
|
+
ambiguous_char: N
|
909
|
+
ambiguous_emission_prob: 0.25
|
910
|
+
germline: A
|
911
|
+
name: IGHJ6_star_02_44
|
912
|
+
transitions:
|
913
|
+
IGHJ6_star_02_45: 1.0
|
914
|
+
- !!python/object:python.hmmwriter.State
|
915
|
+
emissions:
|
916
|
+
probs:
|
917
|
+
A: 0.03333333333333333
|
918
|
+
C: 0.9
|
919
|
+
G: 0.03333333333333333
|
920
|
+
T: 0.03333333333333333
|
921
|
+
track: nukes
|
922
|
+
extras:
|
923
|
+
ambiguous_char: N
|
924
|
+
ambiguous_emission_prob: 0.25
|
925
|
+
germline: C
|
926
|
+
name: IGHJ6_star_02_45
|
927
|
+
transitions:
|
928
|
+
IGHJ6_star_02_46: 1.0
|
929
|
+
- !!python/object:python.hmmwriter.State
|
930
|
+
emissions:
|
931
|
+
probs:
|
932
|
+
A: 0.03333333333333333
|
933
|
+
C: 0.03333333333333333
|
934
|
+
G: 0.9
|
935
|
+
T: 0.03333333333333333
|
936
|
+
track: nukes
|
937
|
+
extras:
|
938
|
+
ambiguous_char: N
|
939
|
+
ambiguous_emission_prob: 0.25
|
940
|
+
germline: G
|
941
|
+
name: IGHJ6_star_02_46
|
942
|
+
transitions:
|
943
|
+
IGHJ6_star_02_47: 1.0
|
944
|
+
- !!python/object:python.hmmwriter.State
|
945
|
+
emissions:
|
946
|
+
probs:
|
947
|
+
A: 0.03333333333333333
|
948
|
+
C: 0.03333333333333333
|
949
|
+
G: 0.9
|
950
|
+
T: 0.03333333333333333
|
951
|
+
track: nukes
|
952
|
+
extras:
|
953
|
+
ambiguous_char: N
|
954
|
+
ambiguous_emission_prob: 0.25
|
955
|
+
germline: G
|
956
|
+
name: IGHJ6_star_02_47
|
957
|
+
transitions:
|
958
|
+
IGHJ6_star_02_48: 1.0
|
959
|
+
- !!python/object:python.hmmwriter.State
|
960
|
+
emissions:
|
961
|
+
probs:
|
962
|
+
A: 0.03333333333333333
|
963
|
+
C: 0.03333333333333333
|
964
|
+
G: 0.03333333333333333
|
965
|
+
T: 0.9
|
966
|
+
track: nukes
|
967
|
+
extras:
|
968
|
+
ambiguous_char: N
|
969
|
+
ambiguous_emission_prob: 0.25
|
970
|
+
germline: T
|
971
|
+
name: IGHJ6_star_02_48
|
972
|
+
transitions:
|
973
|
+
IGHJ6_star_02_49: 1.0
|
974
|
+
- !!python/object:python.hmmwriter.State
|
975
|
+
emissions:
|
976
|
+
probs:
|
977
|
+
A: 0.03333333333333333
|
978
|
+
C: 0.9
|
979
|
+
G: 0.03333333333333333
|
980
|
+
T: 0.03333333333333333
|
981
|
+
track: nukes
|
982
|
+
extras:
|
983
|
+
ambiguous_char: N
|
984
|
+
ambiguous_emission_prob: 0.25
|
985
|
+
germline: C
|
986
|
+
name: IGHJ6_star_02_49
|
987
|
+
transitions:
|
988
|
+
IGHJ6_star_02_50: 1.0
|
989
|
+
- !!python/object:python.hmmwriter.State
|
990
|
+
emissions:
|
991
|
+
probs:
|
992
|
+
A: 0.9
|
993
|
+
C: 0.03333333333333333
|
994
|
+
G: 0.03333333333333333
|
995
|
+
T: 0.03333333333333333
|
996
|
+
track: nukes
|
997
|
+
extras:
|
998
|
+
ambiguous_char: N
|
999
|
+
ambiguous_emission_prob: 0.25
|
1000
|
+
germline: A
|
1001
|
+
name: IGHJ6_star_02_50
|
1002
|
+
transitions:
|
1003
|
+
IGHJ6_star_02_51: 1.0
|
1004
|
+
- !!python/object:python.hmmwriter.State
|
1005
|
+
emissions:
|
1006
|
+
probs:
|
1007
|
+
A: 0.03333333333333333
|
1008
|
+
C: 0.9
|
1009
|
+
G: 0.03333333333333333
|
1010
|
+
T: 0.03333333333333333
|
1011
|
+
track: nukes
|
1012
|
+
extras:
|
1013
|
+
ambiguous_char: N
|
1014
|
+
ambiguous_emission_prob: 0.25
|
1015
|
+
germline: C
|
1016
|
+
name: IGHJ6_star_02_51
|
1017
|
+
transitions:
|
1018
|
+
IGHJ6_star_02_52: 1.0
|
1019
|
+
- !!python/object:python.hmmwriter.State
|
1020
|
+
emissions:
|
1021
|
+
probs:
|
1022
|
+
A: 0.03333333333333333
|
1023
|
+
C: 0.9
|
1024
|
+
G: 0.03333333333333333
|
1025
|
+
T: 0.03333333333333333
|
1026
|
+
track: nukes
|
1027
|
+
extras:
|
1028
|
+
ambiguous_char: N
|
1029
|
+
ambiguous_emission_prob: 0.25
|
1030
|
+
germline: C
|
1031
|
+
name: IGHJ6_star_02_52
|
1032
|
+
transitions:
|
1033
|
+
IGHJ6_star_02_53: 1.0
|
1034
|
+
- !!python/object:python.hmmwriter.State
|
1035
|
+
emissions:
|
1036
|
+
probs:
|
1037
|
+
A: 0.03333333333333333
|
1038
|
+
C: 0.03333333333333333
|
1039
|
+
G: 0.9
|
1040
|
+
T: 0.03333333333333333
|
1041
|
+
track: nukes
|
1042
|
+
extras:
|
1043
|
+
ambiguous_char: N
|
1044
|
+
ambiguous_emission_prob: 0.25
|
1045
|
+
germline: G
|
1046
|
+
name: IGHJ6_star_02_53
|
1047
|
+
transitions:
|
1048
|
+
IGHJ6_star_02_54: 1.0
|
1049
|
+
- !!python/object:python.hmmwriter.State
|
1050
|
+
emissions:
|
1051
|
+
probs:
|
1052
|
+
A: 0.03333333333333333
|
1053
|
+
C: 0.03333333333333333
|
1054
|
+
G: 0.03333333333333333
|
1055
|
+
T: 0.9
|
1056
|
+
track: nukes
|
1057
|
+
extras:
|
1058
|
+
ambiguous_char: N
|
1059
|
+
ambiguous_emission_prob: 0.25
|
1060
|
+
germline: T
|
1061
|
+
name: IGHJ6_star_02_54
|
1062
|
+
transitions:
|
1063
|
+
IGHJ6_star_02_55: 1.0
|
1064
|
+
- !!python/object:python.hmmwriter.State
|
1065
|
+
emissions:
|
1066
|
+
probs:
|
1067
|
+
A: 0.03333333333333333
|
1068
|
+
C: 0.9
|
1069
|
+
G: 0.03333333333333333
|
1070
|
+
T: 0.03333333333333333
|
1071
|
+
track: nukes
|
1072
|
+
extras:
|
1073
|
+
ambiguous_char: N
|
1074
|
+
ambiguous_emission_prob: 0.25
|
1075
|
+
germline: C
|
1076
|
+
name: IGHJ6_star_02_55
|
1077
|
+
transitions:
|
1078
|
+
IGHJ6_star_02_56: 1.0
|
1079
|
+
- !!python/object:python.hmmwriter.State
|
1080
|
+
emissions:
|
1081
|
+
probs:
|
1082
|
+
A: 0.03333333333333333
|
1083
|
+
C: 0.03333333333333333
|
1084
|
+
G: 0.03333333333333333
|
1085
|
+
T: 0.9
|
1086
|
+
track: nukes
|
1087
|
+
extras:
|
1088
|
+
ambiguous_char: N
|
1089
|
+
ambiguous_emission_prob: 0.25
|
1090
|
+
germline: T
|
1091
|
+
name: IGHJ6_star_02_56
|
1092
|
+
transitions:
|
1093
|
+
IGHJ6_star_02_57: 1.0
|
1094
|
+
- !!python/object:python.hmmwriter.State
|
1095
|
+
emissions:
|
1096
|
+
probs:
|
1097
|
+
A: 0.03333333333333333
|
1098
|
+
C: 0.9
|
1099
|
+
G: 0.03333333333333333
|
1100
|
+
T: 0.03333333333333333
|
1101
|
+
track: nukes
|
1102
|
+
extras:
|
1103
|
+
ambiguous_char: N
|
1104
|
+
ambiguous_emission_prob: 0.25
|
1105
|
+
germline: C
|
1106
|
+
name: IGHJ6_star_02_57
|
1107
|
+
transitions:
|
1108
|
+
IGHJ6_star_02_58: 1.0
|
1109
|
+
- !!python/object:python.hmmwriter.State
|
1110
|
+
emissions:
|
1111
|
+
probs:
|
1112
|
+
A: 0.03333333333333333
|
1113
|
+
C: 0.9
|
1114
|
+
G: 0.03333333333333333
|
1115
|
+
T: 0.03333333333333333
|
1116
|
+
track: nukes
|
1117
|
+
extras:
|
1118
|
+
ambiguous_char: N
|
1119
|
+
ambiguous_emission_prob: 0.25
|
1120
|
+
germline: C
|
1121
|
+
name: IGHJ6_star_02_58
|
1122
|
+
transitions:
|
1123
|
+
IGHJ6_star_02_59: 1.0
|
1124
|
+
- !!python/object:python.hmmwriter.State
|
1125
|
+
emissions:
|
1126
|
+
probs:
|
1127
|
+
A: 0.03333333333333333
|
1128
|
+
C: 0.03333333333333333
|
1129
|
+
G: 0.03333333333333333
|
1130
|
+
T: 0.9
|
1131
|
+
track: nukes
|
1132
|
+
extras:
|
1133
|
+
ambiguous_char: N
|
1134
|
+
ambiguous_emission_prob: 0.25
|
1135
|
+
germline: T
|
1136
|
+
name: IGHJ6_star_02_59
|
1137
|
+
transitions:
|
1138
|
+
IGHJ6_star_02_60: 1.0
|
1139
|
+
- !!python/object:python.hmmwriter.State
|
1140
|
+
emissions:
|
1141
|
+
probs:
|
1142
|
+
A: 0.03333333333333333
|
1143
|
+
C: 0.9
|
1144
|
+
G: 0.03333333333333333
|
1145
|
+
T: 0.03333333333333333
|
1146
|
+
track: nukes
|
1147
|
+
extras:
|
1148
|
+
ambiguous_char: N
|
1149
|
+
ambiguous_emission_prob: 0.25
|
1150
|
+
germline: C
|
1151
|
+
name: IGHJ6_star_02_60
|
1152
|
+
transitions:
|
1153
|
+
IGHJ6_star_02_61: 1.0
|
1154
|
+
- !!python/object:python.hmmwriter.State
|
1155
|
+
emissions:
|
1156
|
+
probs:
|
1157
|
+
A: 0.9
|
1158
|
+
C: 0.03333333333333333
|
1159
|
+
G: 0.03333333333333333
|
1160
|
+
T: 0.03333333333333333
|
1161
|
+
track: nukes
|
1162
|
+
extras:
|
1163
|
+
ambiguous_char: N
|
1164
|
+
ambiguous_emission_prob: 0.25
|
1165
|
+
germline: A
|
1166
|
+
name: IGHJ6_star_02_61
|
1167
|
+
transitions:
|
1168
|
+
IGHJ6_star_02_62: 1.0
|
1169
|
+
- !!python/object:python.hmmwriter.State
|
1170
|
+
emissions:
|
1171
|
+
probs:
|
1172
|
+
A: 0.03333333333333333
|
1173
|
+
C: 0.03333333333333333
|
1174
|
+
G: 0.9
|
1175
|
+
T: 0.03333333333333333
|
1176
|
+
track: nukes
|
1177
|
+
extras:
|
1178
|
+
ambiguous_char: N
|
1179
|
+
ambiguous_emission_prob: 0.25
|
1180
|
+
germline: G
|
1181
|
+
name: IGHJ6_star_02_62
|
1182
|
+
transitions:
|
1183
|
+
end: 0.04
|
1184
|
+
insert_right_N: 0.96
|
1185
|
+
- !!python/object:python.hmmwriter.State
|
1186
|
+
emissions:
|
1187
|
+
probs:
|
1188
|
+
A: 0.25
|
1189
|
+
C: 0.25
|
1190
|
+
G: 0.25
|
1191
|
+
T: 0.25
|
1192
|
+
track: nukes
|
1193
|
+
extras:
|
1194
|
+
ambiguous_char: N
|
1195
|
+
ambiguous_emission_prob: 0.25
|
1196
|
+
germline: N
|
1197
|
+
name: insert_right_N
|
1198
|
+
transitions:
|
1199
|
+
end: 0.040000000000000036
|
1200
|
+
insert_right_N: 0.96
|
1201
|
+
tracks:
|
1202
|
+
nukes:
|
1203
|
+
- A
|
1204
|
+
- C
|
1205
|
+
- G
|
1206
|
+
- T
|