SigProfilerAssignment 1.0.4__tar.gz → 1.1.1__tar.gz
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.
- {sigprofilerassignment-1.0.4/SigProfilerAssignment.egg-info → sigprofilerassignment-1.1.1}/PKG-INFO +8 -8
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/README.md +7 -7
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/Analyzer.py +3 -3
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition.py +3 -3
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/controllers/cli_controller.py +2 -2
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.5_CN_GRCh37.txt +49 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.5_DBS_GRCh37.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.5_DBS_GRCh37_exome.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.5_ID_GRCh37.txt +84 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.5_RNA-SBS_GRCh37.txt +193 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.5_SBS_GRCh37.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.5_SBS_GRCh37_exome.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.5_DBS_GRCh38.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.5_DBS_GRCh38_exome.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.5_SBS_GRCh38.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.5_SBS_GRCh38_exome.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.5_SV_GRCh38.txt +33 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.5_DBS_mm10.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.5_DBS_mm10_exome.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.5_SBS_mm10.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.5_SBS_mm10_exome.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.5_DBS_mm39.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.5_DBS_mm39_exome.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.5_SBS_mm39.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.5_SBS_mm39_exome.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.5_DBS_mm9.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.5_DBS_mm9_exome.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.5_SBS_mm9.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.5_SBS_mm9_exome.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.5_DBS_rn6.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.5_SBS_rn6.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.5_SBS_rn6_exome.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.5_DBS_rn7.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.5_DBS_rn7_exome.txt +79 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.5_SBS_rn7.txt +97 -0
- sigprofilerassignment-1.1.1/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.5_SBS_rn7_exome.txt +97 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/decompose_subroutines.py +2 -2
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/decomposition.py +2 -2
- sigprofilerassignment-1.1.1/SigProfilerAssignment/version.py +7 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1/SigProfilerAssignment.egg-info}/PKG-INFO +8 -8
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment.egg-info/SOURCES.txt +31 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/setup.py +2 -2
- sigprofilerassignment-1.0.4/SigProfilerAssignment/version.py +0 -7
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/LICENSE.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/MANIFEST.in +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_CNV48.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_DBS78.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_ID83.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_SBS1536.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_SBS288.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_SBS96.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/PlotDecomposition_SV32.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/ReferenceFiles/Accolade_fermante.png +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/ReferenceFiles/CREDIT.md +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/ReferenceFiles/Fonts/Arial Bold.ttf +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/DecompositionPlots/SigProfilerPlottingMatrix.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/SigProfilerAssignment_CLI.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/__init__.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/21_breast_WGS_substitutions.mat +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/CNV_features.tsv +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/CNV_signatures.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/CN_classes_dictionary.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/DBS_signatures_genome_builds.xlsx +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v1_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v1_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v2_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v2_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.1_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_SBS288_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.2_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_CN_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.3_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_CN_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3.4_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_DBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_DBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_ID_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_SBS_GRCh37.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh37/COSMIC_v3_SBS_GRCh37_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v1_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v1_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v2_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v2_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.1_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.1_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.1_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.1_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.2_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.2_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.2_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.2_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.3_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.3_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.3_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.3_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3.4_SV_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3_DBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3_DBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3_SBS_GRCh38.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/GRCh38/COSMIC_v3_SBS_GRCh38_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v1_SBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v1_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v2_SBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v2_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.1_DBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.1_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.1_SBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.1_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.2_DBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.2_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.2_SBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.2_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.3_DBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.3_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.3_SBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.3_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.4_DBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.4_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.4_SBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3.4_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3_DBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3_DBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3_SBS_mm10.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm10/COSMIC_v3_SBS_mm10_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v1_SBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v1_SBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v2_SBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v2_SBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.1_DBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.1_DBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.1_SBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.1_SBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.2_DBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.2_DBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.2_SBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.2_SBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.3.1_SBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.3_DBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.3_DBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.3_SBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.4_DBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.4_DBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.4_SBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3.4_SBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3_DBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3_DBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3_SBS_mm39.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm39/COSMIC_v3_SBS_mm39_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v1_SBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v1_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v2_SBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v2_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.1_DBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.1_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.1_SBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.1_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.2_DBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.2_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.2_SBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.2_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.3_DBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.3_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.3_SBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.3_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.4_DBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.4_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.4_SBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3.4_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3_DBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3_DBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3_SBS_mm9.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/mm9/COSMIC_v3_SBS_mm9_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v1_SBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v1_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v2_SBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v2_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.1_DBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.1_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.1_SBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.1_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.2_DBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.2_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.2_SBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.2_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.3_DBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.3_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.3_SBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.3_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.4_DBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.4_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.4_SBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3.4_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3_DBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3_DBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3_SBS_rn6.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn6/COSMIC_v3_SBS_rn6_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v1_SBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v1_SBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v2_SBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v2_SBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.1_DBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.1_DBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.1_SBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.1_SBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.2_DBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.2_DBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.2_SBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.2_SBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.3.1_SBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.3_DBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.3_DBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.3_SBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.4_DBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.4_DBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.4_SBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3.4_SBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3_DBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3_DBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3_SBS_rn7.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Reference_Signatures/rn7/COSMIC_v3_SBS_rn7_exome.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/SBS_signatures_genome_builds.xlsx +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/Samples.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/csvexample.csv +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/sigProfiler_DBS_signatures.csv +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/sigProfiler_ID_signatures.csv +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/sigProfiler_SBS_signatures_2018_03_28.csv +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/cnv_input/all.breast.ascat.summary.sample.tsv +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/CNV48_S3_Signatures.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/DBS78_S3_Signatures.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/ID83_S3_Signatures.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/SBS96_S3_Signatures.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/SV32_S3_Signatures.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/custom-SBS-list.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_CNV48.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_DBS.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_ID.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_SBS.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/txt_input/sample_matrix_SV32.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/vcf_input/PD3851a.vcf +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/vcf_input/PD3890a.vcf +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/vcf_input/PD3904a.vcf +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/vcf_input/PD3945a.vcf +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/data/tests/vcf_input/PD4005a.vcf +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/single_sample.py +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment.egg-info/dependency_links.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment.egg-info/entry_points.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment.egg-info/not-zip-safe +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment.egg-info/requires.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment.egg-info/top_level.txt +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/pyproject.toml +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/setup.cfg +0 -0
- {sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/tests/test_cli.py +0 -0
{sigprofilerassignment-1.0.4/SigProfilerAssignment.egg-info → sigprofilerassignment-1.1.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: SigProfilerAssignment
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1.1
|
|
4
4
|
Summary: Mutational signatures attribution and decomposition tool
|
|
5
5
|
Home-page: https://github.com/AlexandrovLab/SigProfilerAssignment.git
|
|
6
6
|
Author: Raviteja Vangara
|
|
@@ -76,12 +76,12 @@ If you plan to use `sample_reconstruction_plots='png'` or `'both'`, the external
|
|
|
76
76
|
|
|
77
77
|
## <a name="running"></a> Running
|
|
78
78
|
|
|
79
|
-
Assignment of known mutational signatures to individual samples is performed using the `cosmic_fit` function. Input samples are provided using the `samples` parameter in the form of mutation calling files (VCFs, MAFs, or simple text files), segmentation files or mutational matrices. COSMIC mutational signatures v3.
|
|
79
|
+
Assignment of known mutational signatures to individual samples is performed using the `cosmic_fit` function. Input samples are provided using the `samples` parameter in the form of mutation calling files (VCFs, MAFs, or simple text files), segmentation files or mutational matrices. COSMIC mutational signatures v3.5 are used as the default reference signatures, although previous COSMIC versions and custom signature databases are also supported using the `cosmic_version` and `signature_database` parameters. Results will be found in the folder specified in the `output` parameter.
|
|
80
80
|
|
|
81
81
|
```python
|
|
82
82
|
from SigProfilerAssignment import Analyzer as Analyze
|
|
83
83
|
Analyze.cosmic_fit(samples, output, input_type="matrix", context_type="96",
|
|
84
|
-
collapse_to_SBS96=True, cosmic_version=3.
|
|
84
|
+
collapse_to_SBS96=True, cosmic_version=3.5, exome=False,
|
|
85
85
|
genome_build="GRCh37", signature_database=None,
|
|
86
86
|
exclude_signature_subgroups=None, export_probabilities=False,
|
|
87
87
|
export_probabilities_per_mutation=False, make_plots=False,
|
|
@@ -98,7 +98,7 @@ Analyze.cosmic_fit(samples, output, input_type="matrix", context_type="96",
|
|
|
98
98
|
| output | String | Path to the output folder. |
|
|
99
99
|
| input_type | String | Three accepted input types:<ul><li> "vcf": if using mutation calling file/s (VCF, MAF, simple text file) as input</li><li>"seg:TYPE": if using a segmentation file as input. Please check the required format at https://github.com/AlexandrovLab/SigProfilerMatrixGenerator#copy-number-matrix-generation. The accepted callers for TYPE are the following {"ASCAT", "ASCAT_NGS", "SEQUENZA", "ABSOLUTE", "BATTENBERG", "FACETS", "PURPLE", "TCGA"}. For example:"seg:BATTENBERG"</li><li>"matrix": if using a mutational matrix as input</li></ul>The default value is "matrix". |
|
|
100
100
|
| context_type | String | Required context type if `input_type` is "vcf". `context_type` takes which context type of the input data is considered for assignment. Valid options include "96", "288", "1536", "DINUC", and "ID". The default value is "96". |
|
|
101
|
-
| cosmic_version | Float | Defines the version of the COSMIC reference signatures. Takes a positive float among 1, 2, 3, 3.1, 3.2, 3.3, and 3.
|
|
101
|
+
| cosmic_version | Float | Defines the version of the COSMIC reference signatures. Takes a positive float among 1, 2, 3, 3.1, 3.2, 3.3, 3.4, and 3.5. The default value is 3.5. |
|
|
102
102
|
| exome | Boolean | Defines if the exome renormalized COSMIC signatures will be used. The default value is False. |
|
|
103
103
|
| genome_build | String | The reference genome build, used for select the appropriate version of the COSMIC reference signatures, as well as processing the mutation calling file/s. Supported genomes include "GRCh37", "GRCh38", "mm9", "mm10" and "rn6". The default value is "GRCh37". If the selected genome is not in the supported list, the default genome will be used. |
|
|
104
104
|
| signature_database | String | Path to the input set of known mutational signatures (only in case that COSMIC reference signatures are not used), a tab delimited file that contains the signature matrix where the rows are mutation types and columns are signature IDs. |
|
|
@@ -147,7 +147,7 @@ The full list of signature subgroups is included in the following table:
|
|
|
147
147
|
|Immunosuppressants_signatures| 32| -| -|
|
|
148
148
|
|Treatment_signatures| 11, 25, 31, 32, 35, 86, 87, 90, 99| 5| -|
|
|
149
149
|
|APOBEC_signatures| 2, 13| -| -|
|
|
150
|
-
|Tobacco_signatures | 4, 29, 92| 2| 3|
|
|
150
|
+
|Tobacco_signatures | 4, 29, 92, 100, 109| 2| 3|
|
|
151
151
|
|UV_signatures| 7a, 7b, 7c, 7d, 38| 1| 13|
|
|
152
152
|
|AA_signatures| 22a, 22b| 20| 23|
|
|
153
153
|
|Colibactin_signatures| 88| -| 18|
|
|
@@ -169,7 +169,7 @@ Analyze.cosmic_fit(samples=spa.__path__[0]+"/data/tests/vcf_input",
|
|
|
169
169
|
input_type="vcf",
|
|
170
170
|
context_type="96",
|
|
171
171
|
genome_build="GRCh37",
|
|
172
|
-
cosmic_version=3.
|
|
172
|
+
cosmic_version=3.5)
|
|
173
173
|
```
|
|
174
174
|
|
|
175
175
|
|
|
@@ -182,7 +182,7 @@ from SigProfilerAssignment import Analyzer as Analyze
|
|
|
182
182
|
Analyze.cosmic_fit(samples=spa.__path__[0]+"/data/tests/cnv_input/all.breast.ascat.summary.sample.tsv",
|
|
183
183
|
output="example_sf",
|
|
184
184
|
input_type="seg:ASCAT_NGS",
|
|
185
|
-
cosmic_version=3.
|
|
185
|
+
cosmic_version=3.5,
|
|
186
186
|
collapse_to_SBS96=False)
|
|
187
187
|
```
|
|
188
188
|
|
|
@@ -196,7 +196,7 @@ Analyze.cosmic_fit(samples=spa.__path__[0]+"/data/tests/txt_input/sample_matrix_
|
|
|
196
196
|
output="example_mm",
|
|
197
197
|
input_type="matrix",
|
|
198
198
|
genome_build="GRCh37",
|
|
199
|
-
cosmic_version=3.
|
|
199
|
+
cosmic_version=3.5)
|
|
200
200
|
```
|
|
201
201
|
|
|
202
202
|
## <a name="denovo"></a> _De novo_ extraction of mutational signatures downstream analysis
|
|
@@ -42,12 +42,12 @@ If you plan to use `sample_reconstruction_plots='png'` or `'both'`, the external
|
|
|
42
42
|
|
|
43
43
|
## <a name="running"></a> Running
|
|
44
44
|
|
|
45
|
-
Assignment of known mutational signatures to individual samples is performed using the `cosmic_fit` function. Input samples are provided using the `samples` parameter in the form of mutation calling files (VCFs, MAFs, or simple text files), segmentation files or mutational matrices. COSMIC mutational signatures v3.
|
|
45
|
+
Assignment of known mutational signatures to individual samples is performed using the `cosmic_fit` function. Input samples are provided using the `samples` parameter in the form of mutation calling files (VCFs, MAFs, or simple text files), segmentation files or mutational matrices. COSMIC mutational signatures v3.5 are used as the default reference signatures, although previous COSMIC versions and custom signature databases are also supported using the `cosmic_version` and `signature_database` parameters. Results will be found in the folder specified in the `output` parameter.
|
|
46
46
|
|
|
47
47
|
```python
|
|
48
48
|
from SigProfilerAssignment import Analyzer as Analyze
|
|
49
49
|
Analyze.cosmic_fit(samples, output, input_type="matrix", context_type="96",
|
|
50
|
-
collapse_to_SBS96=True, cosmic_version=3.
|
|
50
|
+
collapse_to_SBS96=True, cosmic_version=3.5, exome=False,
|
|
51
51
|
genome_build="GRCh37", signature_database=None,
|
|
52
52
|
exclude_signature_subgroups=None, export_probabilities=False,
|
|
53
53
|
export_probabilities_per_mutation=False, make_plots=False,
|
|
@@ -64,7 +64,7 @@ Analyze.cosmic_fit(samples, output, input_type="matrix", context_type="96",
|
|
|
64
64
|
| output | String | Path to the output folder. |
|
|
65
65
|
| input_type | String | Three accepted input types:<ul><li> "vcf": if using mutation calling file/s (VCF, MAF, simple text file) as input</li><li>"seg:TYPE": if using a segmentation file as input. Please check the required format at https://github.com/AlexandrovLab/SigProfilerMatrixGenerator#copy-number-matrix-generation. The accepted callers for TYPE are the following {"ASCAT", "ASCAT_NGS", "SEQUENZA", "ABSOLUTE", "BATTENBERG", "FACETS", "PURPLE", "TCGA"}. For example:"seg:BATTENBERG"</li><li>"matrix": if using a mutational matrix as input</li></ul>The default value is "matrix". |
|
|
66
66
|
| context_type | String | Required context type if `input_type` is "vcf". `context_type` takes which context type of the input data is considered for assignment. Valid options include "96", "288", "1536", "DINUC", and "ID". The default value is "96". |
|
|
67
|
-
| cosmic_version | Float | Defines the version of the COSMIC reference signatures. Takes a positive float among 1, 2, 3, 3.1, 3.2, 3.3, and 3.
|
|
67
|
+
| cosmic_version | Float | Defines the version of the COSMIC reference signatures. Takes a positive float among 1, 2, 3, 3.1, 3.2, 3.3, 3.4, and 3.5. The default value is 3.5. |
|
|
68
68
|
| exome | Boolean | Defines if the exome renormalized COSMIC signatures will be used. The default value is False. |
|
|
69
69
|
| genome_build | String | The reference genome build, used for select the appropriate version of the COSMIC reference signatures, as well as processing the mutation calling file/s. Supported genomes include "GRCh37", "GRCh38", "mm9", "mm10" and "rn6". The default value is "GRCh37". If the selected genome is not in the supported list, the default genome will be used. |
|
|
70
70
|
| signature_database | String | Path to the input set of known mutational signatures (only in case that COSMIC reference signatures are not used), a tab delimited file that contains the signature matrix where the rows are mutation types and columns are signature IDs. |
|
|
@@ -113,7 +113,7 @@ The full list of signature subgroups is included in the following table:
|
|
|
113
113
|
|Immunosuppressants_signatures| 32| -| -|
|
|
114
114
|
|Treatment_signatures| 11, 25, 31, 32, 35, 86, 87, 90, 99| 5| -|
|
|
115
115
|
|APOBEC_signatures| 2, 13| -| -|
|
|
116
|
-
|Tobacco_signatures | 4, 29, 92| 2| 3|
|
|
116
|
+
|Tobacco_signatures | 4, 29, 92, 100, 109| 2| 3|
|
|
117
117
|
|UV_signatures| 7a, 7b, 7c, 7d, 38| 1| 13|
|
|
118
118
|
|AA_signatures| 22a, 22b| 20| 23|
|
|
119
119
|
|Colibactin_signatures| 88| -| 18|
|
|
@@ -135,7 +135,7 @@ Analyze.cosmic_fit(samples=spa.__path__[0]+"/data/tests/vcf_input",
|
|
|
135
135
|
input_type="vcf",
|
|
136
136
|
context_type="96",
|
|
137
137
|
genome_build="GRCh37",
|
|
138
|
-
cosmic_version=3.
|
|
138
|
+
cosmic_version=3.5)
|
|
139
139
|
```
|
|
140
140
|
|
|
141
141
|
|
|
@@ -148,7 +148,7 @@ from SigProfilerAssignment import Analyzer as Analyze
|
|
|
148
148
|
Analyze.cosmic_fit(samples=spa.__path__[0]+"/data/tests/cnv_input/all.breast.ascat.summary.sample.tsv",
|
|
149
149
|
output="example_sf",
|
|
150
150
|
input_type="seg:ASCAT_NGS",
|
|
151
|
-
cosmic_version=3.
|
|
151
|
+
cosmic_version=3.5,
|
|
152
152
|
collapse_to_SBS96=False)
|
|
153
153
|
```
|
|
154
154
|
|
|
@@ -162,7 +162,7 @@ Analyze.cosmic_fit(samples=spa.__path__[0]+"/data/tests/txt_input/sample_matrix_
|
|
|
162
162
|
output="example_mm",
|
|
163
163
|
input_type="matrix",
|
|
164
164
|
genome_build="GRCh37",
|
|
165
|
-
cosmic_version=3.
|
|
165
|
+
cosmic_version=3.5)
|
|
166
166
|
```
|
|
167
167
|
|
|
168
168
|
## <a name="denovo"></a> _De novo_ extraction of mutational signatures downstream analysis
|
{sigprofilerassignment-1.0.4 → sigprofilerassignment-1.1.1}/SigProfilerAssignment/Analyzer.py
RENAMED
|
@@ -10,7 +10,7 @@ def decompose_fit(
|
|
|
10
10
|
nnls_remove_penalty=0.01,
|
|
11
11
|
initial_remove_penalty=0.05,
|
|
12
12
|
genome_build="GRCh37",
|
|
13
|
-
cosmic_version=3.
|
|
13
|
+
cosmic_version=3.5,
|
|
14
14
|
make_plots=True,
|
|
15
15
|
collapse_to_SBS96=True,
|
|
16
16
|
connected_sigs=True,
|
|
@@ -67,7 +67,7 @@ def denovo_fit(
|
|
|
67
67
|
nnls_remove_penalty=0.01,
|
|
68
68
|
initial_remove_penalty=0.05,
|
|
69
69
|
genome_build="GRCh37",
|
|
70
|
-
cosmic_version=3.
|
|
70
|
+
cosmic_version=3.5,
|
|
71
71
|
make_plots=True,
|
|
72
72
|
collapse_to_SBS96=True,
|
|
73
73
|
connected_sigs=True,
|
|
@@ -122,7 +122,7 @@ def cosmic_fit(
|
|
|
122
122
|
nnls_remove_penalty=0.01,
|
|
123
123
|
initial_remove_penalty=0.05,
|
|
124
124
|
genome_build="GRCh37",
|
|
125
|
-
cosmic_version=3.
|
|
125
|
+
cosmic_version=3.5,
|
|
126
126
|
make_plots=True,
|
|
127
127
|
collapse_to_SBS96=True,
|
|
128
128
|
connected_sigs=True,
|
|
@@ -77,7 +77,7 @@ cosmic_template_path = os.path.join(DECOMPOSITION_PATH, "CosmicTemplates")
|
|
|
77
77
|
def install_cosmic_plots(
|
|
78
78
|
context_type="96",
|
|
79
79
|
genome_build="GRCh37",
|
|
80
|
-
cosmic_version="3.
|
|
80
|
+
cosmic_version="3.5",
|
|
81
81
|
exome=False,
|
|
82
82
|
volume=None,
|
|
83
83
|
):
|
|
@@ -898,7 +898,7 @@ def run_PlotDecomposition(
|
|
|
898
898
|
output_path,
|
|
899
899
|
project,
|
|
900
900
|
mtype,
|
|
901
|
-
cosmic_version="3.
|
|
901
|
+
cosmic_version="3.5",
|
|
902
902
|
genome_build="GRCh37",
|
|
903
903
|
exome=False,
|
|
904
904
|
custom_text=None,
|
|
@@ -1042,7 +1042,7 @@ def run_PlotSSDecomposition(
|
|
|
1042
1042
|
project,
|
|
1043
1043
|
context_type,
|
|
1044
1044
|
genome_build="GRCh37",
|
|
1045
|
-
cosmic_version="3.
|
|
1045
|
+
cosmic_version="3.5",
|
|
1046
1046
|
custom_text=None,
|
|
1047
1047
|
exome=False,
|
|
1048
1048
|
volume=None,
|
|
@@ -50,8 +50,8 @@ def parse_arguments_common(args: List[str], description: str) -> argparse.Namesp
|
|
|
50
50
|
parser.add_argument(
|
|
51
51
|
"--cosmic_version",
|
|
52
52
|
type=float,
|
|
53
|
-
default=3.
|
|
54
|
-
help="COSMIC version (default: 3.
|
|
53
|
+
default=3.5,
|
|
54
|
+
help="COSMIC version (default: 3.5). Valid options: {1, 2, 3, 3.1, 3.2, 3.3, 3.4, 3.5}.",
|
|
55
55
|
)
|
|
56
56
|
parser.add_argument(
|
|
57
57
|
"--make_plots",
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Type CN1 CN2 CN3 CN4 CN5 CN6 CN7 CN8 CN9 CN10 CN11 CN12 CN13 CN14 CN15 CN16 CN17 CN18 CN19 CN20 CN21 CN22 CN23 CN24 CN25 CN26
|
|
2
|
+
0:homdel:0-100kb 0.001795054 0.002237674 0.064044243 0.00096628 0.02582249 0.0034925 0.0 0.00021626 0.008181842 0.00779524 0.00161374 0.02309338 0.00224368 0.0121477 0.0067438 0.0036673 0.00136668 0.00110894 0.00591472 4.08e-05 5.5e-07 0.266866171 0.24410253 0.000371716 0.006074244 0.00922234
|
|
3
|
+
0:homdel:100kb-1Mb 0.003807104 0.007195788 0.00640384 0.00021955 0.02499357 0.007550309 0.0 0.000720975 0.020999189 0.03122532 0.0059027 0.052724771 0.03467842 0.03389276 0.02652628 0.00109281 0.00143123 0.00303045 0.00677398 0.00017845 0.00022928 0.02038467 0.02413956 0.000760546 0.009107288 0.01269433
|
|
4
|
+
0:homdel:>1Mb 0.002436746 0.003837108 0.013033431 6.12e-05 0.0038887 0.00133617 0.0 0.00026934 0.009009219 0.00455881 0.00313081 0.0068661 0.01814564 4.4e-07 0.00524487 0.04053983 0.0014533 0.0007584 0.0041105 0.00011722 0.00135207 0.001282235 0.00355824 0.000575594 0.004061581 0.00522882
|
|
5
|
+
1:LOH:0-100kb 0.002840449 0.002826536 0.062213582 0.056150771 0.015829115 0.00595583 0.00011082 0.000950405 0.018583652 0.00879753 0.0027543 0.02182354 0.00284705 0.00129939 0.00763888 0.00142666 0.00211427 0.0015556 0.01041569 0.00050182 0.0002482 0.02147356 0.13028998 0.000635022 0.142313643 0.00718471
|
|
6
|
+
1:LOH:100kb-1Mb 0.012263057 0.006323915 0.012614821 0.247798925 0.02654494 0.010520759 0.0050408 0.00728363 0.130807872 0.03974523 0.0062317 0.065977011 0.02886982 0.01293743 0.00252662 0.00580905 0.00507205 0.00141876 0.064293751 0.00081924 0.0123588 0.034899515 0.0768859 0.004601138 0.310351003 0.02106504
|
|
7
|
+
1:LOH:1Mb-10Mb 0.019163418 0.001023764 0.019283461 0.083369342 0.00135803 0.00099151 7.44e-05 0.002204905 0.159949199 0.01091525 0.01775071 0.00423455 0.12860718 2.02e-05 1e-07 0.00343106 0.0186884 0.00028103 0.03777062 0.00624116 0.05642821 0.024426895 0.03485188 0.004307654 0.026957401 0.01530544
|
|
8
|
+
1:LOH:10Mb-40Mb 0.047297757 0.000483364 0.0087199 0.00010096 0.000573685 0.00040994 2e-08 0.00366415 0.076229355 0.00290428 0.00184154 4.03e-05 0.1541978 1.4e-07 4.4e-07 0.00204512 0.00550295 8e-08 0.02105378 0.00283775 0.04607252 0.003555775 0.02090447 0.002622552 0.002556706 0.01289555
|
|
9
|
+
1:LOH:>40Mb 0.073645999 0.000124322 0.00409212 0.00230378 8.1e-05 0.00017917 0.0 0.006089315 0.027000693 0.00148398 5.75e-05 4.64e-06 0.21568204 1.87e-06 0.0003073 0.00064424 1.34e-06 1.65e-06 0.00174097 1.2e-05 0.01887089 0.002450425 0.00226301 0.00227007 0.000974623 0.00805582
|
|
10
|
+
2:LOH:0-100kb 0.001187984 0.002488917 0.00138849 0.0141463 0.0133515 0.019251449 0.00277607 0.01111584 0.004119057 0.00635726 0.00148901 0.00590696 5.69e-05 0.00762253 0.00228469 0.00067984 0.00055893 0.00273632 0.00566334 0.00060974 0.00070358 0.00299482 4e-08 0.003253376 0.010419214 0.0204730999999999
|
|
11
|
+
2:LOH:100kb-1Mb 0.004303102 0.019464869 0.033835141 0.040089381 0.255496412 0.177292158 0.0045434 0.0222829 0.013774233 0.087823539 0.01694496 0.080936481 0.02909678 0.00707926 0.0215107 0.01758306 0.00062269 0.0065518 0.054896441 0.00134094 0.06234918 0.073916265 0.00033402 0.270457816 9.09e-05 0.06078213
|
|
12
|
+
2:LOH:1Mb-10Mb 0.004438013 0.033551543 0.018990581 0.00618009 0.264575824 0.116382852 0.00457336 0.00829832 0.011594393 0.131910499 0.0439202 0.132671041 0.03957572 0.02585003 0.0088679 0.01162738 0.084442329 0.00018517 0.117067141 0.01443458 0.03913487 0.079960515 0.00178993 0.2022044 0.000384815 0.17442198
|
|
13
|
+
2:LOH:10Mb-40Mb 0.00431859 0.052291175 0.00267497 0.00024516 0.067065891 0.00632481 4.11e-05 0.00115938 0.004945152 0.087069829 0.02467614 0.176727892 0.01185966 0.09336807 0.00201416 0.00291477 0.088483279 0.00015695 0.04188772 0.0096627 0.00129894 0.01765472 0.00517329 0.011946964 0.000350439 0.11811706
|
|
14
|
+
2:LOH:>40Mb 0.012215654 0.06737476 8.24e-05 0.00241502 0.01961649 0.00026093 0.0 0.00013197 0.002407305 0.01593395 0.01121149 0.136224511 8.5e-05 0.55221235 3.3e-07 0.00170498 0.0075038 7.26e-05 0.03389879 0.00049936 0.00195567 0.00590559 0.0 0.0050787 0.000750494 0.02060637
|
|
15
|
+
3-4:LOH:0-100kb 0.001379947 0.002717402 0.0027191 0.01402566 0.005480255 0.00505183 0.00420447 0.00956472 0.001833529 0.00743812 0.00158209 0.00930253 0.00057156 0.00141835 0.00197133 0.00093853 0.00267395 0.00226406 0.01388264 0.002561 0.00053506 0.001204125 0.00072698 0.000685112 0.000296679 0.01506038
|
|
16
|
+
3-4:LOH:100kb-1Mb 0.001667853 0.013819445 0.023811221 0.01144021 0.02685577 0.013510279 0.0023279 0.004662895 0.002848605 0.068455299 0.0482419 0.03071852 0.00817896 0.00688559 0.01163685 0.02159759 0.02375527 0.01402709 0.01258572 0.02182453 2.09e-05 0.00824588 0.00079858 0.011435602 8.69e-07 0.03445676
|
|
17
|
+
3-4:LOH:1Mb-10Mb 0.001514284 0.012471389 0.034367671 0.00010785 0.029519046 0.00409704 0.00021573 0.00349215 0.00344351 0.096466639 0.156264722 0.04005227 0.01705423 0.00687404 0.04837325 0.043701 0.094627309 0.05963823 0.00110793 0.02055562 0.00277049 0.010814625 0.00034028 0.005760546 2.04e-05 0.09684851
|
|
18
|
+
3-4:LOH:10Mb-40Mb 0.000102203 0.010631239 0.021891551 1e-07 0.00455209 5.61e-05 7.9e-07 0.002194095 0.001390007 0.04754809 0.055274161 0.02606018 0.00759605 0.00128688 0.16721937 0.0329184 0.051836149 0.07185141 0.00278047 0.0022434 0.00027444 0.00356193 0.0007486 0.00075315 1.85e-05 0.06548568
|
|
19
|
+
3-4:LOH:>40Mb 0.007367609 0.017426922 0.025294791 1.3e-07 0.00073589 0.00032855 6.74e-06 0.003399115 0.001198601 0.01319828 0.03509218 0.01659015 0.00381337 7.35e-05 0.37328855 0.19071235 0.00224311 0.05059881 0.00421117 0.00094554 0.00172068 0.005440365 0.00044828 0.000533794 8.21e-05 0.02410321
|
|
20
|
+
5-8:LOH:0-100kb 0.000351298 0.001689411 5.3e-07 0.025527171 0.00066453 0.00048949 0.00552275 0.010770475 0.000375937 0.00260391 0.00501223 0.00578286 0.00294361 0.00316274 0.00348453 0.0034784 0.00128554 0.00482129 2.59e-05 0.00091844 2.5e-07 0.000741885 1.4e-07 0.000227864 0.0008887 0.0070388799999999
|
|
21
|
+
5-8:LOH:100kb-1Mb 0.000212107 0.003416253 0.00256956 0.00169273 0.000652505 0.00031046 0.00682636 0.009675285 0.000836165 0.02207809 0.04217432 0.00208666 0.00123595 6.47e-06 0.01942632 0.00980644 0.00726579 0.02136849 8.14e-06 0.00241053 5.46e-05 0.000521815 1.6e-06 0.000577402 0.00039106 0.00584006
|
|
22
|
+
5-8:LOH:1Mb-10Mb 0.000207783 0.004495306 0.0055492 1.9e-07 0.000278185 0.00021435 6.78e-05 0.00215584 0.000661617 0.02022345 0.073571791 0.00322838 0.0061044 2.3e-07 0.02016289 0.01073875 0.01836005 0.04681185 1.58e-05 0.00524955 1.67e-05 0.001434025 1.53e-05 0.000810458 0.000206542 0.01292003
|
|
23
|
+
5-8:LOH:10Mb-40Mb 9.97e-05 0.002756042 7.1e-07 1.31e-05 0.000125705 0.00011771 0.0 0.001022835 0.000376486 0.00679665 0.01532663 0.00163617 0.00077852 8.96e-06 0.01347168 0.00622641 0.00502947 0.02208834 0.00068876 0.00029923 3.6e-07 0.000605405 1.4e-07 0.00011455 1.43e-05 0.00371877
|
|
24
|
+
5-8:LOH:>40Mb 0.000331938 0.010089624 0.00535955 1.4e-07 9.88e-05 0.00030406 4.93e-05 0.00145962 0.000382635 0.00017289 0.00347323 0.00110016 0.00162804 0.00572642 0.06422257 0.01067078 1.29e-06 0.00536994 0.00012041 0.00012116 3.9e-05 0.002408955 1.83e-05 8.7e-05 1.1e-07 0.00389208
|
|
25
|
+
9+:LOH:0-100kb 0.000133995 0.000520196 7.1e-07 1.06e-05 0.001312595 0.00493142 0.00632901 0.022043315 0.000759424 0.00018531 0.00062013 0.00048688 4.45e-05 1.46e-06 0.00300605 0.00384194 0.00012468 0.00241473 0.00107168 0.00014531 3.6e-07 0.002498515 1.4e-07 0.00049292 0.000873954 0.0015796
|
|
26
|
+
9+:LOH:100kb-1Mb 0.000411988 0.000668643 0.00216196 2.8e-07 0.00330625 0.00545954 0.02139771 0.028381515 0.001234374 0.0029966 0.01160088 0.00011188 0.00344403 8.5e-07 0.00785032 0.0047163 5.3e-05 0.01211638 0.00117826 0.00085741 3.97e-06 0.00067448 3.28e-05 0.000376804 0.001337021 0.00140594
|
|
27
|
+
9+:LOH:1Mb-10Mb 0.00020077 0.000828997 0.0022066 2.8e-07 0.000649225 0.00086716 0.01464548 0.00809473 0.000574562 0.00365022 0.02224864 0.00012019 0.00163639 1.1e-05 0.00480835 2.35e-06 1.37e-05 0.01534961 1.6e-07 0.00046208 8.48e-05 0.0010781 1.4e-07 0.000121946 5.59e-05 0.00128556
|
|
28
|
+
9+:LOH:10Mb-40Mb 6.51e-06 0.000350903 0.0021129 2.8e-07 1.51e-05 1.27e-05 6.1e-07 2.53e-05 1.02e-05 0.00044558 0.00252885 6.14e-05 6.1e-07 1.59e-06 0.00234481 2.35e-06 5.29e-05 0.0009794 1.6e-07 0.0001094 1.59e-05 9.02e-05 1.4e-07 5.71e-06 3.14e-05 0.00017789
|
|
29
|
+
9+:LOH:>40Mb 2.76e-06 0.000712768 0.00092755 2.8e-07 1.23e-05 3.4e-05 2e-08 0.00011179 4.55e-06 9e-08 0.00148788 1.65e-05 0.00013687 1.23e-06 0.00380205 0.00333085 2.9e-07 7.7e-07 4.66e-05 1.07e-05 5.38e-05 0.00010431 1.5e-07 2.68e-06 4.97e-08 3.2e-07
|
|
30
|
+
2:het:0-100kb 0.000126855 0.001077283 0.020851501 0.00018321 0.00173387 0.0035614 0.00021658 0.0010385 0.002813763 0.00213926 0.0 0.00068448 0.00242738 0.00144658 1.04e-05 0.00266672 0.00038608 0.00029759 0.0031181 0.00053199 0.00030646 0.00313745 0.00205934 0.000280432 0.059739079 0.03686276
|
|
31
|
+
2:het:100kb-1Mb 0.002392692 0.001448575 0.01137198 0.0009306 0.00835966 0.00180746 0.00209292 0.0008892 0.057456734 0.00460283 1e-08 0.00313133 0.00710641 0.0003872 6.6e-05 0.00197375 0.0001888 3.02e-05 0.0312283 0.00464189 0.01868806 0.0309067 0.02112224 0.020441704 0.311415627 0.00281572
|
|
32
|
+
2:het:1Mb-10Mb 0.017226427 0.000571468 0.023632351 0.00124271 0.04798882 0.008628749 0.00016457 0.002329035 0.159920321 0.0006929 0.0 0.00410482 0.06241927 0.00011283 1.17e-06 0.00185384 0.00087384 1.1e-07 0.0164266 0.00278654 0.12630567 0.161346311 0.12925873 0.196033892 0.055182533 0.00334658
|
|
33
|
+
2:het:10Mb-40Mb 0.112043886 0.00040127 0.024327821 0.00653021 0.04018991 0.008931519 0.0 0.00267494 0.129543643 0.00078362 3.93e-06 0.0010782 0.06807839 1.03e-06 0.00020074 0.00136271 0.00061789 3.4e-07 0.00452687 0.0013967 0.20984675 0.108768015 0.26664244 0.179726574 0.02332703 0.00378465
|
|
34
|
+
2:het:>40Mb 0.647548237 1.62e-06 0.022788761 0.047210821 6.15e-07 0.00200753 3.1e-07 0.002161405 0.006767871 6e-08 8e-08 4.3e-07 0.06958505 2.46e-06 6.46e-05 7.5e-07 0.0 3.2e-07 4.6e-07 8.15e-06 0.07227018 0.00087765 0.01902544 0.01829589 0.012052462 5.248e-05
|
|
35
|
+
3-4:het:0-100kb 0.000986437 0.001301613 0.016759401 0.028397721 0.004295095 0.009499469 0.00362014 0.013551545 0.006686778 0.00557084 0.00042229 0.00495 0.00027983 0.00058958 8.1e-05 0.00179605 0.00015917 0.00117086 0.01701046 0.00077956 0.00800623 0.001840025 0.0007458 0.00050524 0.005072116 0.11355659
|
|
36
|
+
3-4:het:100kb-1Mb 0.003623147 0.01521748 0.042647992 0.203288654 0.027386325 0.205503726 0.06003456 0.04139118 0.067471318 0.04177622 6.5e-06 0.00936991 0.01942203 0.00815141 5.51e-06 0.02323495 0.00188043 0.0120089 0.205701382 0.08651517 0.27819348 0.02145428 0.00157867 0.008474694 0.007390987 0.028357
|
|
37
|
+
3-4:het:1Mb-10Mb 0.001734587 0.05815643 0.027620611 0.055675991 0.015401125 0.233334904 0.12143735 0.026193135 0.043510864 0.086956359 0.01763335 0.01812126 0.02082491 0.01439058 3.82e-05 0.01723295 0.185038198 0.0 0.122306121 0.33498798 0.03014244 0.044882975 0.00634558 0.015763968 0.000560018 0.00195127
|
|
38
|
+
3-4:het:10Mb-40Mb 0.003009542 0.135200883 0.018505441 0.00340995 0.02038458 0.062990656 0.00493032 0.00495607 0.007530375 0.067579949 0.00761337 0.100679891 0.01275603 0.03273598 0.00189743 0.00618312 0.188270228 0.00227849 0.075935951 0.16201175 0.0061488 0.020714495 0.00077023 0.009131138 6.73e-05 0.00989549
|
|
39
|
+
3-4:het:>40Mb 0.005373925 0.390284779 1.8e-07 0.00472731 0.002974155 0.00240527 0.00022509 0.02416852 0.002876185 1e-08 6.2e-05 0.00090365 0.00958487 0.16670478 0.00450937 0.00048235 0.000536 0.02652536 0.00256084 0.00119273 2.8e-07 0.00051959 2.1e-07 0.001866582 1.05e-07 0.00309533
|
|
40
|
+
5-8:het:0-100kb 0.000741212 0.001717201 0.00551728 0.068606241 0.003368305 0.00362532 0.01467759 0.032617975 0.001719672 0.00596208 2.95e-05 0.00044794 0.00098094 0.0014848 0.00286475 0.01032126 0.00049621 0.00230818 0.00185133 0.015153 0.00031093 0.00058946 3.53e-05 0.002082402 0.000307891 0.02211369
|
|
41
|
+
5-8:het:100kb-1Mb 0.00011638 0.011630412 0.039523742 0.056865761 0.007209015 0.00454924 0.16196039 0.127337371 0.00135021 0.04005666 0.0438027 0.00783497 0.00090333 0.00011311 0.00878768 0.04438502 0.0124036 0.02222437 0.02780896 0.14454268 0.00022234 0.00175159 0.00091931 0.004128916 0.000567382 0.00622323
|
|
42
|
+
5-8:het:1Mb-10Mb 0.000204002 0.019335548 0.162603387 0.01134511 0.008309545 0.00205142 0.21136197 0.061241481 0.001136105 0.01210908 0.185368842 0.00156351 5.8e-07 3.2e-07 0.00632529 0.08961901 0.129027959 0.14409608 0.02161426 0.10976846 9.72e-06 0.004135055 0.00226165 0.005086422 7.9e-06 2.523e-05
|
|
43
|
+
5-8:het:10Mb-40Mb 1.93e-05 0.025641671 0.122266015 0.00463152 0.00097313 0.00026427 0.0048432 0.008361195 0.000468092 0.00183866 0.057285501 0.00131279 0.00020304 0.00011361 0.0281915 0.08336645 0.055166629 0.18136026 0.00344696 0.01800115 0.00012714 0.001374835 0.00179573 0.002817716 2.11e-08 0.00612999
|
|
44
|
+
5-8:het:>40Mb 0.000525662 0.044174807 0.076936563 1e-08 0.00127684 2.19e-05 0.00032996 0.004528565 0.000413552 0.0 0.01649539 0.00069671 6.82e-05 0.00174446 0.07821007 0.25307107 1e-08 0.09531375 2.3e-07 0.00182344 0.00247148 0.00133954 1.8e-07 0.000780186 9.32e-08 0.00164991
|
|
45
|
+
9+:het:0-100kb 0.000105258 0.000991451 0.00254618 5.16e-05 0.003029025 0.016700899 0.02554054 0.094947456 0.00168183 0.00047103 1e-08 2.48e-05 0.00089424 8.2e-07 0.01505965 0.00338768 5.39e-05 0.0093412 0.00503956 0.0035707 5.99e-05 0.000483875 1.41e-05 0.000621376 0.00193162 7.706999999999999e-05
|
|
46
|
+
9+:het:100kb-1Mb 0.000318177 0.00324101 0.00174383 2.15e-05 0.00738562 0.043428957 0.16018674 0.266746762 0.004252061 0.0002512 8.13e-06 0.00018166 0.00050042 0.00012566 0.00017234 0.0033166 7.49e-05 0.05049958 0.00484797 0.00971177 0.00011614 0.00014049 1.5e-07 0.001350168 0.00202686 3.57e-06
|
|
47
|
+
9+:het:1Mb-10Mb 0.000187035 0.003779865 7.1e-07 2.6e-07 0.00611754 0.00489714 0.14906452 0.110528846 0.000808817 1e-08 0.052794321 0.00016027 0.0027117 9.5e-07 0.00554372 0.00998959 0.00013899 0.08409049 0.01332158 0.00568101 3.6e-07 0.00027061 1.4e-07 0.001385586 0.00173436 2.515e-05
|
|
48
|
+
9+:het:10Mb-40Mb 1.74e-06 0.001908404 0.00197462 2.4e-07 6.79e-05 3.36e-05 0.00053612 0.001809925 3.12e-05 0.00012153 0.00605752 0.00013193 4.29e-05 1.06e-06 0.01155315 0.00316669 0.00012341 0.01848061 1.56e-05 0.00085042 0.00015659 0.000242765 1.4e-07 0.000133182 6.72e-06 0.00012162
|
|
49
|
+
9+:het:>40Mb 1.18e-05 0.00209996 0.00203108 1.47e-05 9.3e-05 2.36e-05 2.25e-05 0.001085855 2.93e-05 0.00030777 0.0003921 3.55e-05 9.77e-05 1.27e-06 0.00768259 0.0067409 1e-08 0.00241512 2.72e-05 3.53e-05 2.31e-05 2.85e-05 1.4e-07 2.28e-05 4.97e-08 4.631e-05
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
Type DBS1 DBS2 DBS3 DBS4 DBS5 DBS6 DBS7 DBS8 DBS9 DBS10 DBS11 DBS12 DBS13 DBS14 DBS15 DBS16 DBS17 DBS18 DBS19 DBS20 DBS21 DBS22
|
|
2
|
+
AC>CA 4.97e-05 0.000374079 0.006347323 0.004141857 0.002139822 0.002660571 0.045880132 0.214923552 0.024591818 0.009630417 0.001369907 0.005055938 0.002155121 0.01993572 0.015497544 0.056543602 0.020714155 0.010322835 0.005019088 0.00503114 0.0307173617513781 0.0146332114459876
|
|
3
|
+
AC>CG 2.64e-05 3.17e-05 4.65e-05 4.96e-05 0.000461962 0.000146031 0.006247295 0.000972654 0.002069312 1.77e-05 0.000193987 0.002412014 5.15e-05 0.000470977 1.23e-05 0.004274165 0.001784735 0.002708308 0.000614834 0.00190918 8.409565388888336e-05 0.0019117573810107
|
|
4
|
+
AC>CT 0.004291091 0.000126027 0.003018727 8.32e-18 0.002019832 0.000240052 0.013594113 0.317886928 0.028490521 0.013500585 0.000755948 0.000465784 0.002853398 0.001475449 0.015137074 0.013859778 0.014488098 0.020157714 0.016252019 0.00237222 5.975532014842494e-08 0.0019032535142969
|
|
5
|
+
AC>GA 0.000127032 0.00023705 0.005847534 0.004401974 0.000557954 0.008581841 0.009725788 0.001159588 0.025291585 0.005350232 0.00044197 0.007284703 0.002762299 0.000788733 0.016256457 0.008476822 0.019191793 0.007339722 0.003369214 0.00158594 0.0066587843046396 0.0086713197689134
|
|
6
|
+
AC>GG 5.71e-05 4.17e-18 0.00044981 7.01e-18 1.11e-17 0.000104022 0.002538901 0.000809712 0.007127629 0.000590026 0.002249847 0.007540177 0.001464314 0.000265703 0.001741257 0.003519902 0.008064512 0.004986928 0.000779431 0.00263499 0.0018152869523489 0.0010654974388171
|
|
7
|
+
AC>GT 0.002960753 0.000280059 0.010095742 1.12e-08 0.000821932 0.000132028 0.004498052 0.000150946 0.012095976 0.028701244 0.005709611 0.002008084 0.004439439 0.003216438 0.09285221 0.003577356 0.030542486 0.012220562 0.011904767 0.0003164 0.0241778490657548 0.0024897899418957
|
|
8
|
+
AC>TA 0.001200305 0.001480313 0.001009574 0.00127057 0.001479877 0.010102168 0.005417654 0.012395591 0.041186297 0.000105005 0.000263982 0.007159833 0.002579913 0.001595998 0.002551332 0.005687769 0.008662643 0.022936838 0.006233218 0.00933111 0.0057468284861944 0.012742879001256
|
|
9
|
+
AC>TG 0.000172044 6.36e-06 1.11e-17 5.31e-05 0.001119907 0.000449096 0.000997568 0.002569086 0.017894047 7.66e-06 0.000238984 0.001606502 0.004284486 7.73e-05 0.000369916 0.001091719 0.008804955 0.01387712 0.001016945 0.0001306 0.0004137358774876 0.0020984818607282
|
|
10
|
+
AC>TT 0.026506737 0.002920618 1.78e-06 0.000161072 0.007469379 0.003180682 0.001179489 0.000267905 0.044385233 0.000710031 0.002819808 0.003363148 0.015739739 0.000762895 0.006943356 0.004182681 0.017468062 0.016842745 0.066818468 0.00251075 0.0050595327530672 0.0097158129574373
|
|
11
|
+
AT>CA 0.000482123 3.78e-05 0.007037032 0.000916411 0.000107991 0.000114024 0.011095195 2.78e-05 0.012695776 0.003530153 0.009479354 0.001949476 0.004208115 0.002339905 0.001157098 0.007864558 0.010150171 0.004560274 0.004322273 0.0022381 0.0056221165538405 0.0051931184813781
|
|
12
|
+
AT>CC 0.000297076 4.17e-18 0.009076172 7e-18 2.13e-05 6.39e-05 0.00625729 0.000142949 0.001779408 0.00116005 0.00189987 0.003491967 0.001008029 0.00037024 0.010013439 0.002090492 0.007050836 0.001818777 0.002047984 0.00123446 0.0003929255149778 0.0009965692749409
|
|
13
|
+
AT>CG 3.98e-06 4.17e-18 0.014593845 9.46e-18 1.05e-17 1.82e-06 0.00110952 0.000265905 9.22e-18 0.002590112 1.74e-05 0.001357392 2.33e-06 4.37e-08 3e-07 0.003649763 0.001416492 0.000742811 0.000297899 0.00155349 3.588725020094043e-07 0.0001481920568702
|
|
14
|
+
AT>GA 0.002120539 0.000168036 0.001809237 0.000324145 0.001109908 0.001620348 0.014393767 0.000161942 0.006367881 8.06e-05 0.011199236 0.006419643 0.00213368 0.0042037 0.007839901 0.004752044 0.014212182 0.002640487 0.010191431 0.00845878 0.010716311719864 0.0028069967738517
|
|
15
|
+
AT>GC 0.000174044 5.85e-06 0.005247787 1.76e-05 1.05e-17 1.72e-05 0.009285979 0.00022592 0.001809398 0.004080177 0.004179715 0.004039874 0.000300299 0.000472354 0.014691143 0.001510302 0.010928285 0.000494586 0.002339553 0.00036851 0.0030102823589385 1.887867147599397e-05
|
|
16
|
+
AT>TA 0.002340595 0.000458097 0.002349009 0.004532032 0.000792934 0.002200472 0.033985283 0.000314888 0.00919694 0.002930127 0.003839738 0.002697639 0.010517294 0.009285173 0.012340007 0.006543192 0.012537799 0.008000102 0.012281658 0.00293144 0.0826480680583893 0.007731031525148
|
|
17
|
+
CC>AA 1.06e-05 0.724153238 0.009086168 7e-18 1.05e-17 8.3e-18 9.04e-18 0.038086453 9.02e-18 0.013700594 7.35e-18 0.016391962 5.13e-07 0.002647122 0.017028409 0.034187122 0.000352387 0.010610342 0.020589808 0.00037896 0.0043832976582385 6.021724812266276e-08
|
|
18
|
+
CC>AG 1.23e-05 0.072615366 1.11e-17 0.005432436 0.024297979 0.06161322 8.3e-05 0.015494489 0.02639122 7.13e-05 0.000971934 0.019745976 0.011679584 0.000109879 8.94e-06 0.010690711 0.001213603 0.047633472 0.006289116 0.00397481 0.0019352239253054 0.0249109020361676
|
|
19
|
+
CC>AT 0.018704754 0.100021165 0.005887517 0.015707044 0.002429798 0.000438094 0.000851631 0.028789759 0.019493515 0.010500455 0.034497648 0.014912009 0.043281394 0.000480437 0.029213271 0.018390883 0.000730958 0.099232424 0.084441241 0.00553983 0.0020035799500996 0.0396550952390015
|
|
20
|
+
CC>GA 0.000134034 0.017703746 0.000634732 0.003551593 6.76e-05 0.035507619 0.000301869 0.000808712 0.010996342 0.003390147 0.000952935 0.012598378 1.04e-05 0.0 8.93e-06 0.002978183 0.000748926 0.015979632 0.003858778 0.00085171 0.0010591391830049 0.0129777302653636
|
|
21
|
+
CC>GG 9.82e-05 0.000450095 7.25e-05 7.3e-05 1.19e-05 0.018103885 0.002049113 5.6e-05 0.003058982 7.41e-18 0.003449765 0.02162396 0.000769436 0.001799943 5.91e-07 0.000175355 0.003299617 0.005213375 0.00106943 0.00268544 0.0027364463467291 0.0009426809469442
|
|
22
|
+
CC>GT 0.006921759 0.001100233 1.14e-17 7.99e-05 2.48e-05 0.003440738 0.000162929 0.000228919 0.017894047 0.001080047 0.069495262 0.007396935 0.02345453 0.000419574 0.000519642 0.002714998 0.009460629 0.019021139 0.012067483 0.00415748 0.0043268166216932 0.0162735507258212
|
|
23
|
+
CC>TA 0.010402644 0.016003386 0.020791232 0.000170076 0.001269894 0.002220476 9.04e-18 0.000715745 0.000686772 0.023901036 0.058795991 0.010815781 0.04135706 0.0 0.051623875 0.007067731 0.000290776 0.022670451 0.036277155 0.00994449 0.0006274783706657 0.0092132690713914
|
|
24
|
+
CC>TG 0.002550648 0.00023705 2.9e-05 8.3e-06 0.0048096 0.006871474 0.000235898 0.004208503 0.015494845 7.41e-18 0.032297798 0.028898566 0.009544726 0.000471886 2.84e-05 0.000419159 0.031639508 0.018068499 0.005603413 0.00199377 0.0068363608820325 0.0053430463172998
|
|
25
|
+
CC>TT 0.858218125 4.17e-18 1.11e-17 7e-18 1.05e-17 8.3e-18 9.04e-18 0.004378443 9.02e-18 0.020600893 0.331977366 0.001413473 9.97e-05 0.005388226 0.086708012 0.016212038 0.000822735 0.032041353 0.077856007 0.00585993 0.0085623355396139 1.1039828822488177e-07
|
|
26
|
+
CG>AT 6.03e-07 0.001150243 0.00028388 0.00029013 0.001639864 0.007541618 6.21e-05 0.000321886 0.000218927 7.41e-18 0.001819876 0.030050354 0.000412789 6.44e-09 0.000185398 0.000129961 0.002510979 0.000826621 0.000254009 0.0014601 0.0007337373734601 0.0004151640472892
|
|
27
|
+
CG>GC 5.42e-06 0.000369078 1.11e-17 5.1e-06 9.92e-05 0.000590127 0.000186919 1.13e-17 1.2e-05 1.9e-05 0.000165989 0.085833786 0.001170693 0.001209911 2.76e-06 0.000188346 0.002335362 3.22e-05 4.54e-05 0.00015095 0.0001876203288585 0.0002716968325788
|
|
28
|
+
CG>GT 1.7e-06 0.001280271 1.11e-17 7e-18 0.006479461 0.003220691 2.07e-05 0.00120957 9.94e-05 1.02e-05 0.00117992 0.096299804 0.00236357 0.000159847 0.000228167 0.001451902 0.00476132 0.001612797 9.18e-05 0.00024229 0.000176758310247 0.00045890159378
|
|
29
|
+
CG>TA 0.000356091 4.17e-18 0.097858731 7e-18 1.05e-17 8.3e-18 9.04e-18 0.00050582 9.02e-18 0.358015516 7.38e-18 0.030507175 0.000655573 6.27e-08 8.7e-05 0.001760233 0.005848084 0.000254724 0.001895043 0.0005112 2.304671845624203e-07 0.0009471496703667
|
|
30
|
+
CG>TC 1.26e-05 0.002150455 0.000721696 7e-18 2.98e-05 0.008911912 4.87e-05 0.000904678 0.000132956 0.002650115 0.000684953 0.119573465 0.00221426 0.000198283 0.000617251 0.001206429 0.005637013 0.001207225 0.000296905 0.00127668 0.0023792430102987 2.2191262067454985e-05
|
|
31
|
+
CG>TT 0.000124032 0.005561177 0.007166978 0.000361162 0.002219815 0.018704013 3.13e-05 0.000328883 8.29e-05 0.007770337 0.000698952 0.110196291 0.00164313 0.000106432 0.002673117 0.003571947 0.012321918 0.00254547 0.001626719 0.00039108 0.0039944672631482 0.0028861943351601
|
|
32
|
+
CT>AA 2.77e-05 0.003210679 0.000102957 7e-18 0.465961237 0.004480961 9.04e-18 0.020592675 9.02e-18 0.00393017 0.0043997 0.008059373 0.061689865 0.000213356 0.003747327 0.06121544 0.01041216 0.026536827 0.010148639 0.00960691 0.0027882020191485 0.0574783215429853
|
|
33
|
+
CT>AC 0.000419107 4.17e-18 0.029087733 7e-18 0.208982615 0.001950419 1.01e-17 0.013995022 9.02e-18 0.013000563 0.00234984 0.007940884 0.025896885 0.008975521 0.076431379 0.08305172 0.014599085 0.026147565 0.006679462 0.00569839 0.0241639832857511 0.0315617895364936
|
|
34
|
+
CT>AG 2.85e-18 0.000587124 0.113951944 0.000363163 0.026697779 0.039508477 0.001259455 0.020392746 0.000581806 0.026501149 0.000495966 0.004231297 0.013288341 0.0 2.94e-06 0.033156692 0.008127513 0.007266997 0.002646422 0.00057029 0.0014012204415147 0.0121170135998203
|
|
35
|
+
CT>GA 8.92e-05 1.81e-05 1.72e-05 0.000673302 0.016098661 0.007341575 0.001869191 0.005568019 0.002839055 7.41e-18 0.011599209 0.001974625 0.001094087 0.000202334 0.000281927 0.001115376 0.005520223 0.003647363 0.003176448 0.00312897 0.0018730632373286 0.0054035053233884
|
|
36
|
+
CT>GC 0.000252064 0.000134028 2.69e-05 7.22e-05 0.004849597 0.001790384 0.015593248 0.000236916 0.003108966 7.41e-18 0.006109583 0.000889745 0.003880389 0.00439828 0.000332526 0.008867382 0.011094593 0.001224537 0.003364375 0.00063377 0.0019889493679607 0.0048914150733956
|
|
37
|
+
CT>GG 1.08e-05 8.98e-05 5.99e-05 0.000926415 0.000569953 0.006811462 0.003998269 0.000305891 0.010396541 7.41e-18 0.004019726 0.011406077 0.002649986 9.47e-05 0.000242249 0.004112066 0.007749222 0.001985281 0.001009744 0.00050315 0.0022435794448278 0.0045564598033311
|
|
38
|
+
CT>TA 0.007811985 0.003380715 0.000183922 7e-18 0.003339722 8.84e-05 9.04e-18 0.010896124 9.02e-18 0.004030175 0.041697157 0.010594002 0.031085796 0.001389264 0.003422208 0.017791431 0.000912168 0.009521994 0.071396106 0.01808698 0.0102011736008668 0.0148420842527412
|
|
39
|
+
CT>TC 0.010502669 3.84e-05 0.006337327 7e-18 0.00023698 8.3e-18 0.063172644 0.017793671 3e-05 0.002750119 0.002989796 0.009083663 0.008510987 0.027589692 0.066518088 0.092975607 0.018732976 0.006320824 0.045766787 0.00065994 0.0510843930852715 0.0043124863594548
|
|
40
|
+
CT>TG 0.002240569 0.000390083 0.052177995 3.08e-05 0.000873927 0.011202404 9.04e-18 0.000965657 9.46e-18 0.045701981 0.001479899 0.003177719 0.003913486 0.000371732 7.22e-06 0.006479737 0.024440751 0.002596032 0.013528268 0.00600496 0.0005903704635977 0.0050264873972797
|
|
41
|
+
GC>AA 0.001580402 0.005081075 2.16e-05 0.328147163 0.000132989 8.3e-18 9.04e-18 0.012895413 9.02e-18 0.004080177 0.000999932 0.026554392 3.19e-08 0.000208559 0.043811196 0.015656868 0.125929493 0.034834999 0.01319082 0.01018321 0.015102110942301 4.152667812666687e-07
|
|
42
|
+
GC>AG 0.000107027 0.000325069 0.00052178 0.01130507 0.002659779 0.003660785 7.3e-05 0.008516971 0.123958759 7.41e-18 0.003289776 0.010307466 0.016969154 0.000477128 0.003924086 0.0075527 0.018904026 0.042296529 0.003964108 0.00971442 0.0035651204798674 0.030611968103183
|
|
43
|
+
GC>AT 4.87e-05 0.000953202 0.003988318 0.009244146 0.001569869 0.001880403 0.000349849 0.005508041 0.125958094 0.007750336 0.027198146 0.006964502 0.017372386 2.47e-07 0.145018301 0.004065 0.046250688 0.050690401 0.003925252 0.01683102 0.0052159609236478 0.0130791919004845
|
|
44
|
+
GC>CA 5.76e-05 0.001060224 0.0002369 0.011905339 0.004579619 0.008691865 0.00066971 0.004828283 0.027390887 0.000105005 0.002109856 0.005267102 0.010399208 0.000156319 0.001191386 0.003761259 0.011349393 0.023420801 0.001043018 0.00996847 0.002997545573227 0.0062416420346834
|
|
45
|
+
GC>CG 5.15e-06 6.69e-05 1.11e-17 9.83e-07 0.000322973 9.04e-18 0.002648853 0.000241914 0.002499169 7.41e-18 0.004039725 0.00101238 0.000864869 0.000572407 0.000351655 0.001254815 0.00036973 0.00193531 0.000184208 0.00098246 8.993140254969854e-06 0.0001913772154154
|
|
46
|
+
GC>TA 8.27e-07 0.000736156 0.004228217 0.017707941 0.000221982 0.000829178 6.24e-06 0.008556956 0.013995344 0.002810122 0.000242983 0.000770159 3.39e-05 6.34e-06 0.001700454 0.000666802 0.008755137 0.019024828 0.000915514 0.00031415 0.0019503130213415 0.0002392037944676
|
|
47
|
+
TA>AT 0.000505128 0.002750582 0.001449389 0.030413639 0.001869844 0.008571839 0.055775847 0.009696551 0.015494845 0.010400451 0.002229848 0.008196571 0.006245895 0.010463586 0.025317628 0.008410253 0.008762457 0.010450043 0.009849565 0.16094933 0.1109733668172908 0.0081801580119266
|
|
48
|
+
TA>CG 7.55e-06 1.89e-05 0.003338592 0.000389175 7.89e-06 0.000259056 0.00304868 2.09e-05 0.001349551 0.004110178 0.00058396 0.00054599 0.000244713 0.00014673 0.015331004 0.001250772 0.007286582 0.001925745 0.000585235 0.00644311 0.0013788709636844 7.142588637786701e-05
|
|
49
|
+
TA>CT 0.000702178 0.000280059 0.000343855 0.008723912 0.002269811 0.026105602 0.029087404 0.004098542 0.014195277 0.00162007 0.00337977 0.003157555 0.016384837 0.003276151 0.00256413 0.010859844 0.016921233 0.011142003 0.009324654 0.11690854 0.0131424321645909 0.0138455009103347
|
|
50
|
+
TA>GC 2.01e-05 8.22e-05 0.001989161 7.02e-05 5.22e-05 0.000264057 0.001509346 0.000788719 0.000578807 7.41e-18 0.00101993 0.001798997 0.000126772 8.18e-05 7.97e-05 0.000900104 0.00070131 0.000262405 0.00025387 0.00286647 0.000631217890745 0.0007065485482902
|
|
51
|
+
TA>GG 7.03e-05 7.89e-05 0.005457698 0.002220996 0.001629864 0.000218047 0.004308134 0.000216923 0.003248919 0.008590372 0.000374974 0.002579796 0.00059345 0.000358303 0.002323631 0.00093403 0.005882048 0.003743955 0.001149146 0.00980494 0.0021094192527044 0.002591030989423
|
|
52
|
+
TA>GT 0.001150292 0.001300275 0.000361847 0.008063616 0.001909841 6.25e-05 0.026288616 0.000152946 0.007777412 0.003610156 0.002669818 0.001542158 0.006147368 0.003566001 0.000822818 0.005843986 0.012383849 0.007031086 0.007717736 0.05618043 0.0094141965837011 0.0070207330206814
|
|
53
|
+
TC>AA 1.09e-05 0.001450307 0.005487686 0.379170045 0.040396639 0.045809829 0.019591516 0.038786204 0.003688773 0.007560328 0.000216985 0.02219116 0.068108944 0.000633091 0.000486878 0.072475827 0.058157842 0.003674987 0.013038923 0.18018691 0.0190801245980388 0.1525726633645017
|
|
54
|
+
TC>AG 3.09e-06 0.000200042 6.14e-06 0.001870839 0.014898761 0.008281777 4e-06 0.011595875 0.046684468 0.000271012 0.047396768 0.007778106 0.067216661 5.73e-09 0.000115018 0.009803143 0.000232577 0.011850575 0.002819328 0.00799556 0.0061613388206616 0.0392522935655481
|
|
55
|
+
TC>AT 0.002460625 4.17e-18 0.001119528 0.008413773 0.000747938 0.000594127 0.002289009 0.018493422 0.051782772 0.003090134 0.084594232 0.019078044 0.157912393 0.001992905 0.008164433 0.025369037 0.001311999 0.073564885 0.089890485 0.0239577 0.0369717918719218 0.1336073675417147
|
|
56
|
+
TC>CA 4.42e-06 0.000682144 0.065472389 0.084637957 0.001429881 0.011802532 0.002708827 0.017593742 0.04878377 0.025201092 0.000281981 0.023730105 0.037507986 0.00474929 0.020503712 0.014005863 0.005348827 0.01880728 0.004528278 0.01512029 0.0225578876784587 0.0547540793038425
|
|
57
|
+
TC>CG 3.3e-05 3.89e-06 0.000115951 0.000400179 1.06e-17 0.000862185 0.001629294 0.010896124 0.007787409 0.000842036 0.003239779 0.006832254 0.007226905 0.000758988 3.4e-06 0.000258731 0.001641628 0.002192277 0.000635175 0.00047311 0.0026132042366973 0.0048943030525639
|
|
58
|
+
TC>CT 0.001900483 0.003350709 0.019391822 8.28e-06 0.001049913 0.009392015 0.009186022 0.008756885 0.051382905 0.026201136 0.02009863 0.006225306 0.032501655 0.029846272 0.048024505 0.007547601 0.020706331 0.025513035 0.018195221 0.01822673 0.0643766611070659 0.0248330333186565
|
|
59
|
+
TC>GA 6.42e-05 0.000885187 0.077767204 0.036416331 2.46e-05 0.007341575 9.04e-18 0.009606583 0.017294246 0.043801898 0.000234984 0.012496645 0.011584332 0.0 2.35e-06 0.004011448 0.006224147 0.001900806 0.003204044 0.00704212 0.0053475808991824 0.0267525258475157
|
|
60
|
+
TC>GG 0.000411104 9.87e-06 0.000176925 1.04e-05 3.48e-05 0.001510324 0.000705694 0.001909321 0.003728759 7.41e-18 0.0073295 0.00170472 0.015384381 9.47e-05 1.15e-09 0.002238811 0.00028347 0.001838723 0.001200299 0.00095776 0.0005000583975486 0.0051012128783676
|
|
61
|
+
TC>GT 0.005101297 8.57e-05 0.043381705 7e-18 3.86e-05 8.3e-18 9.04e-18 0.000275902 9.15e-18 0.045901989 0.015198964 0.001367407 0.033311728 0.000523876 0.000147695 0.004264773 0.000388565 0.008122282 0.025897391 0.00543547 0.005103975179268 0.0188119493997444
|
|
62
|
+
TG>AA 0.001370348 0.002960626 6.68e-05 0.007633423 0.017998503 0.025505473 0.022590218 0.008646924 0.015794745 0.001420062 0.007829466 0.002809632 0.019240879 0.000412255 0.003557839 0.007169951 0.008244438 0.010047845 0.009196022 0.02281667 0.0016556786944816 0.0175001458102004
|
|
63
|
+
TG>AC 0.00023706 0.000220047 8.04e-05 0.000118053 0.001459879 0.010102168 0.002618866 0.003848631 0.007267582 0.000207009 0.000865941 0.000920679 0.004423546 2.78e-05 0.000159038 0.000798883 0.002321386 0.004515355 0.001923671 0.00386415 0.0012906567316382 0.0044697696860336
|
|
64
|
+
TG>AT 0.002410613 0.004290908 0.000957596 7e-18 0.020398303 0.22104743 0.001289442 0.008217077 0.000745752 0.002500108 0.010499284 0.019556754 0.018519707 0.001017406 0.0018636 0.008949356 0.009103068 0.026969591 0.015606709 0.04884615 0.0154890548063693 0.0094361243818459
|
|
65
|
+
TG>CA 0.000279071 0.00014403 0.015893297 0.000804361 0.00047596 0.011402447 0.023889655 0.005058201 0.022792417 0.029201266 0.056096175 0.015597346 0.028637802 0.005926623 0.078812759 0.005452183 0.145545155 0.015736824 0.007013561 0.00243813 0.0660663964296547 0.0049621160723901
|
|
66
|
+
TG>CC 0.000103026 5.94e-05 0.000483796 0.000120054 0.000505958 0.007891693 0.001049546 0.001249556 0.011796075 0.000190008 0.003129787 0.022780717 0.005206514 0.000433533 0.000194374 0.002423519 0.017292738 0.003782541 0.001872952 0.00013112 0.0033627235661574 0.0041707348036057
|
|
67
|
+
TG>CT 0.00185047 0.00307065 0.006067441 8.21e-05 0.000327973 0.27505902 9.04e-18 0.019493066 0.000967678 0.004330188 0.00557962 0.018261631 0.016504787 0.000426796 0.003678294 0.009846344 0.0037354 0.010574651 0.016813086 0.01212043 0.0027407503043468 0.0320401177581025
|
|
68
|
+
TG>GA 0.000407103 0.001470311 0.00052278 0.007853522 0.003269728 0.007441597 0.008246429 0.000270904 0.006177945 2.02e-05 0.007309502 0.002296312 0.006105121 0.003540887 0.005464154 0.001188845 0.009965739 0.00077124 0.00328371 0.0191511 0.007444744198112 0.001947112588539
|
|
69
|
+
TG>GC 8.89e-05 0.000272058 0.00049779 0.000604271 0.000291976 0.005601202 0.003878321 0.003538741 0.0039087 7.41e-18 0.006119583 0.001950142 0.002194356 0.003046221 0.000649841 0.00140568 0.00747641 0.000830959 0.001364974 0.00051919 0.0019729067323442 0.0017318409784998
|
|
70
|
+
TG>GT 0.001900483 0.006401355 0.010295658 3.23e-05 0.082693121 0.027405881 0.00870623 0.007857205 0.003338889 0.002170094 0.005239643 0.005554744 0.019161828 0.032619614 0.005781918 0.028982983 0.003237668 0.003101985 0.009557295 0.00525343 0.1275717994326657 0.0159961308406375
|
|
71
|
+
TT>AA 0.005491396 0.004310912 0.003218643 1.8e-05 0.004919591 0.000193041 0.23489828 0.003578727 0.000340887 0.014500628 0.004769675 0.004289044 0.013185494 0.193877621 0.008262647 0.033515238 0.000211844 0.027232862 0.052897039 0.062662 0.0513356893610371 0.0134147687780586
|
|
72
|
+
TT>AC 0.000720183 0.000345073 0.002428976 6.6e-07 0.00096592 0.000128027 0.039982686 1.13e-17 0.006657785 7.41e-18 0.001039929 0.000410836 0.00147249 0.012421524 0.003723603 0.008655384 0.011976581 0.017467985 0.009625463 0.01054644 0.0010098484615043 0.0026004694096176
|
|
73
|
+
TT>AG 0.000418106 0.000215046 0.022890347 7e-18 0.000892926 0.002120455 0.053876669 0.014594809 0.000917695 0.006960302 0.001269913 0.003053703 0.005792166 0.006800535 0.000263724 0.030637872 0.006402165 0.008045275 0.009413469 0.01556096 0.0028962333515717 0.0033505874932859
|
|
74
|
+
TT>CA 0.000725184 4.17e-18 0.000693707 7e-18 1.05e-17 8.3e-18 0.09765771 0.006287763 9.03e-18 0.001290056 0.002019862 0.003296511 0.00380848 0.007467717 0.002669611 0.089474486 0.013897479 0.016968792 0.022062368 0.00064064 0.0004317268976505 0.0062201107668431
|
|
75
|
+
TT>CC 0.005421378 2.98e-06 0.00815656 7e-18 0.000772936 8.3e-18 0.035384677 0.000293895 0.005158284 0.002880125 0.003999727 1.88e-07 1.05e-06 0.374297513 0.013720759 1.92e-06 3.8e-06 2.12e-07 0.033990285 0.00275531 0.0105498253990228 0.0037114919314741
|
|
76
|
+
TT>CG 8.38e-05 1.52e-05 0.031786595 7.25e-18 1.05e-17 1.12e-05 0.002668844 0.000115959 1.98e-05 0.008580372 9.96e-18 0.001672661 0.000856761 3.36e-05 0.002697436 0.011152748 0.0063733 0.003825314 0.003706624 0.00098567 0.0017379372567984 0.0009245177800736
|
|
77
|
+
TT>GA 0.001860473 4.79e-05 0.012294815 7e-18 2.99e-05 8.3e-18 0.043581128 0.003628709 9.17e-18 0.008690377 0.000706952 0.000442363 0.002826837 0.015890093 0.000797128 0.008136742 0.008662665 0.001357204 0.016435813 0.00134789 0.0617455809019753 0.0046667379036601
|
|
78
|
+
TT>GC 0.001060269 1.54e-06 0.066471967 7e-18 5.66e-05 4.09e-07 0.003668411 0.000285898 3.56e-05 0.025801118 5.78e-06 0.006538126 0.000755107 0.006386925 0.010482114 0.013267588 0.018174357 0.00270108 0.009665843 0.00271044 0.0001547474243629 0.0014433545995926
|
|
79
|
+
TT>GG 0.001610409 4.17e-18 0.170927916 7e-18 1.05e-17 8.3e-18 9.04e-18 0.000537809 9.02e-18 0.084703671 7.34e-18 2.94e-07 2.32e-06 0.175973553 1.43e-05 0.000274018 4.75e-06 3.96e-07 0.010591496 0.00018887 2.61652665242731e-07 0.0014211485213665
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
Type DBS1 DBS2 DBS3 DBS4 DBS5 DBS6 DBS7 DBS8 DBS9 DBS10 DBS11 DBS12 DBS13 DBS14 DBS15 DBS16 DBS17 DBS18 DBS19 DBS20 DBS21 DBS22
|
|
2
|
+
AC>CA 3.57012030208745e-05 0.0002610398876459 0.0056764400425715 0.003393749142932 0.0019496339514559 0.002302652036663 0.0599036576296039 0.201009173622895 0.0208425531795331 0.005820641174185 0.0010812806646533 0.0026201550745396 0.0019297230777191 0.0270318711728125 0.0133646618773862 0.0552697537503594 0.0180269368309129 0.0086575497074799 0.0046640642289266 0.0057077924687131 0.016515194059669072 0.005961575648493564
|
|
3
|
+
AC>CG 1.89640193108871e-05 2.21209007679599e-05 4.15851630647405e-05 4.0641180390687e-05 0.0004209026729711 0.0001263858696369 0.0081568165669431 0.0009096833499243 0.0017538250081814 1.06979115009325e-05 0.0001531157898266 0.00124998580322 4.61137627551001e-05 0.0006386220106099 1.06071866027191e-05 0.0041778740420252 0.0015532038407996 0.0022714022972532 0.0005713438907881 0.0021659511016226 4.521404067155485e-05 0.0007788506501480426
|
|
4
|
+
AC>CT 0.0030824368404838 8.79441880468038e-05 0.0026996613880201 6.8172302590829796e-18 0.0018403087001802 0.000207758494964 0.0177492316484649 0.297306591614495 0.0241468605149528 0.008159777601176 0.0005966769684974 0.0002413847462606 0.0025549692896675 0.0020006374131486 0.0130538023200949 0.0135475365912247 0.0126085774411785 0.0169058607392412 0.0151024370295433 0.002691266681136 3.2127456659086825e-08 0.0007753861717656895
|
|
5
|
+
AC>GA 9.12514129204776e-05 0.0001654182816102 0.0052294764498196 0.0036068834558289 0.0005083628739916 0.0074273506164536 0.0126985309137757 0.0010845150447868 0.021435633809472 0.0032336897426811 0.0003488511376004 0.0037751751568085 0.0024733980727116 0.0010694837631019 0.0140191278778926 0.008285851059252 0.0167020687101625 0.0061556741005822 0.0031308935999924 0.0017992376256337 0.0035800963599247858 0.0035326988177177988
|
|
6
|
+
AC>GG 4.10168751004414e-05 2.9099102902963002e-18 0.0004022671440462 5.74384424473218e-18 1.01134285287096e-17 9.00282195655623e-05 0.0033149306601702 0.0007572903875725 0.0060409517700758 0.0003566127644773 0.0017758257016924 0.0039075702727124 0.0013111655999023 0.0003602804045316 0.0015016128392106 0.0034406035322156 0.007018314210555 0.0041824340936984 0.0007242981685151 0.0029893773731469 0.000975989296694151 0.0004340840428794598
|
|
7
|
+
AC>GT 0.0021268097373775 0.0001954308311726 0.0090286683296677 9.177040733380941e-09 0.0007488784267981 0.0001142666529465 0.0058729074059367 0.0001411735960965 0.0102518253444441 0.0173470829535971 0.0045066504346589 0.0010406558550959 0.0039751308118784 0.0043613342107201 0.0800732291012082 0.0034967631739727 0.0265802522855044 0.0102491343674815 0.0110626866710459 0.0003589535447435 0.012999224103235847 0.0010143413250233292
|
|
8
|
+
AC>TA 0.0008622199696573 0.0010329923337072 0.0009028666541058 0.0010410779146974 0.0013483450694397 0.008743152398456 0.0070735910343861 0.0115930873107727 0.0349070404429044 6.3465208878837e-05 0.0002083635111117 0.0037104633735237 0.0023100873011805 0.0021640960210148 0.002200199561747 0.0055596315215102 0.0075388505179067 0.0192366549612985 0.0057923130865411 0.0105860777841074 0.003089783180122125 0.005191453525153423
|
|
9
|
+
AC>TG 0.0001235850658455 4.43813655786198e-06 9.926780860615469e-18 4.35090056198686e-05 0.0010203693156127 0.0003886804069717 0.0013024803837584 0.0024027606514997 0.0151659233243579 4.62971763260694e-06 0.0001886323512191 0.000832542718593 0.0038363839015834 0.0001048150576782 0.0003190055316529 0.001067124098224 0.0076627005824775 0.0116384555402333 0.0009450116828566 0.0001481647691008 0.0002224451553313699 0.000854922270883538
|
|
10
|
+
AC>TT 0.0190406921339623 0.0020380662763128 1.59186215602662e-06 0.0001319789558042 0.0068054982585896 0.0027527939999637 0.0015400065813647 0.0002505605465679 0.0376182671483852 0.0004291440000518 0.0022257013566869 0.0017428950470967 0.0140935648557902 0.0010344486859959 0.0059877620114723 0.0040884510485608 0.0152019549063175 0.0141256643206939 0.0620920825517467 0.0028484279787128 0.0027202585282053967 0.003958225721412536
|
|
11
|
+
AT>CA 0.0002265783038022 1.72571611313212e-05 0.0041172666151388 0.0004912572120512 6.43720000027892e-05 6.45630060613167e-05 0.0094775837381807 1.70102491022224e-05 0.0070396901221087 0.0013958966724384 0.0048950834866316 0.0006609630142807 0.0024651590259799 0.0020757565555126 0.000652828716068 0.0050293561081604 0.0057791249324049 0.0025021938637905 0.0026277613171509 0.0016611745459518 0.004547929992308747 0.0031831990715115717
|
|
12
|
+
AT>CC 0.0001396137006124 1.90376618829655e-18 0.0053103382177114 3.75246530689693e-18 1.26966469433509e-05 3.6181646735057e-05 0.0053450155629604 8.74675575148771e-05 0.0009866652436843 0.0004587081451886 0.0009810818610368 0.0011839391888327 0.0005905142297203 0.0003284441492765 0.0056495305719964 0.0013368619964733 0.0040144803591878 0.0009979515811995 0.001245088668241 0.0009162475001097 0.0003178514207590001 0.0006108619323946185
|
|
13
|
+
AT>CG 1.87043897331826e-06 1.90376618829655e-18 0.0085386496473245 5.071188829035e-18 6.25891046503214e-18 1.03052577555248e-06 0.0009477588009211 0.0001627018089038 5.1124045450898795e-18 0.0010241847087202 8.98525919249257e-06 0.000460219006482 1.36493905953932e-06 3.87667710765622e-08 1.69258450727959e-07 0.0023340101042408 0.0008064971746537 0.0004075757566663 0.0001811101401086 0.0011530396521115 2.903047277076701e-07 9.083652135535886e-05
|
|
14
|
+
AT>GA 0.0009965675351862 7.67149293085369e-05 0.0010585586507172 0.0001737632667005 0.0006616014091831 0.0009174782304202 0.0122952442070971 9.9088984176694e-05 0.0035309309942507 3.18709335823517e-05 0.0057832205872352 0.0021765574892361 0.0012499326920849 0.0037291504708133 0.0044232316570685 0.0030389147766024 0.0080918809486142 0.0014488187264227 0.0061959640559986 0.0062783209087201 0.008668805602119129 0.0017205903459166915
|
|
15
|
+
AT>GC 8.179363835985e-05 2.67075112746638e-06 0.0030704049972289 9.43476991448372e-06 6.25891046503214e-18 9.73903480192457e-06 0.0079321403151083 0.0001382358085314 0.0010032944207241 0.0016133877192461 0.0021583806106752 0.0013697051394089 0.0001759183839659 0.0004190306495445 0.0082886670120096 0.0009658326111736 0.0062221537264669 0.0002713762493913 0.0014223504329376 0.0002735174621012 0.00243512444013318 1.1571961958743654e-05
|
|
16
|
+
AT>TA 0.0010999849519482 0.000209138987904 0.0013743715154856 0.0024294704071066 0.0004726574200647 0.0012459577551546 0.029030437545106 0.0001926735006942 0.0050996179888198 0.0011586337841793 0.0019828184575438 0.0009146250607246 0.0061611439404542 0.0082369834347202 0.0069621682226405 0.0041843473787168 0.0071385503552976 0.0043896060048361 0.0074667347025229 0.0021757890670591 0.06685696106253063 0.004738850550189487
|
|
17
|
+
CC>AA 1.09781529842081e-05 0.728569478268195 0.01171556315839 8.269507167704139e-18 1.37930935317301e-17 1.0356869535100601e-17 1.70174335555977e-17 0.0513569647448713 1.10220853842337e-17 0.0119388386390943 8.364339316204419e-18 0.0122476606897869 6.62273912545598e-07 0.0051750564611802 0.0211722065255412 0.0481796401264367 0.00044215195015 0.0128298725433039 0.0275860145091261 0.0006198578343239 0.003817739001952574 3.974182606889092e-08
|
|
18
|
+
CC>AG 1.27388001609207e-05 0.0730582099818961 1.4312166697570302e-17 0.0064176526342991 0.0319185044741918 0.0768819374912593 0.0001562441355215 0.0208932537065816 0.0322490332853764 6.21315539287875e-05 0.0011060660910144 0.0147536953804966 0.0150781360479239 0.0002148106618803 1.11155144522508e-05 0.0150663342961639 0.001522748946919 0.0575977074589145 0.0084260933965764 0.0065015229006992 0.0016855300354206933 0.01644055095184539
|
|
19
|
+
CC>AT 0.0193720425418847 0.100631142934732 0.007591272498989 0.0185556447059206 0.0031918505787819 0.0005466605303747 0.0016031608358835 0.0388210117118635 0.0238203089544168 0.009150204573763 0.0392585079568681 0.0111418771245961 0.0558755129528412 0.0009392421660354 0.0363222076060426 0.0259181256774818 0.0009171578553629 0.119990416150873 0.113133512434629 0.0090613970506717 0.0017450663667909264 0.026171337064813283
|
|
20
|
+
CC>GA 0.0001388156374608 0.0178117120931974 0.0008184135308362 0.0041957033957525 8.88012497852339e-05 0.0443069611427783 0.0005682561559728 0.0010904925610361 0.0134370976095604 0.0029542089923845 0.001084445127386 0.0094131903786548 1.34262157709049e-05 0.0 1.11030809908949e-05 0.0041971297019582 0.0009397029158796 0.019322340585148 0.0051699513611538 0.0013931262298712 0.0009224828616998247 0.008564966268874648
|
|
21
|
+
CC>GG 0.0001017032663253 0.0004528398992274 9.34803680697159e-05 8.62391461774861e-05 1.56321726692941e-05 0.022590310243791 0.0038573721598906 7.5512151937929e-05 0.0037379557419993 6.4571502750675396e-18 0.0039258510232878 0.0161568776726987 0.0009933282459521 0.0035188429743344 7.3481756613873e-07 0.0002471264119387 0.0041401416377399 0.0063039378721672 0.0014328113936999 0.0043925243366233 0.002383374061997112 0.0006221450398331016
|
|
22
|
+
CC>GT 0.0071686914360206 0.0011069427584102 1.46989820137208e-17 9.43905175285087e-05 3.25779732939911e-05 0.0042934065747545 0.0003067072380287 0.0003086815412406 0.02186582194052 0.0009411640732976 0.0790859798961261 0.0055268033213113 0.0302793827485733 0.0008202565426313 0.0006460948725946 0.0038262251670086 0.0118705728701574 0.0230000869904539 0.0161678904983783 0.0068003128273298 0.0037685454785137957 0.010740122516914863
|
|
23
|
+
CC>TA 0.0107737563464391 0.0161009824671177 0.026807889930798 0.0002009206715792 0.0016681682587983 0.0027707446069665 1.70174335555977e-17 0.0009651329498002 0.0008392083839801 0.0208276087964641 0.0669101522661906 0.0080812788477086 0.0533912318471404 0.0 0.0641863454858715 0.0099604972916544 0.0003648465336599 0.0274127824370992 0.0486037618310874 0.0162660176136154 0.0005465174476731264 0.006080519259453303
|
|
24
|
+
CC>TG 0.0026416418823456 0.0002384956467231 3.73921472278863e-05 9.80527278456348e-06 0.0063180250143056 0.0085743324978115 0.0004440684226657 0.0056748771065576 0.0189340914196747 6.4571502750675396e-18 0.0367550668895549 0.0215922798496856 0.012322072187516 0.0009225251776232 3.53110302509982e-05 0.0005907174571687 0.0396991664391373 0.0218481684396991 0.0075073955191144 0.003261172562645 0.005954293686102729 0.003526272356179653
|
|
25
|
+
CC>TT 0.888834893402849 4.19543069747121e-18 1.4312166697570302e-17 8.269507167704139e-18 1.37930935317301e-17 1.0356869535100601e-17 1.70174335555977e-17 0.0059040295190636 1.10220853842337e-17 0.0179518302161386 0.377792018302555 0.0010561113854568 0.0001287109338806 0.0105338453518952 0.107808071645631 0.0228474966847492 0.0010323135777049 0.0387439420053573 0.10431068316541 0.0095849786760862 0.0074575730160486384 7.286001445963338e-08
|
|
26
|
+
CG>AT 1.21229520170265e-06 0.0022464551704636 0.000710534000303 0.0006653373234721 0.0041816518761095 0.0182676467376146 0.0002269263324047 0.0008425555986794 0.0005193070519851 1.2534544442915701e-17 0.0040202564922476 0.0435852419108141 0.0010344656151059 2.44396320524333e-08 0.0004474708557671 0.0003555344717066 0.0061159286179783 0.0019402918270438 0.0006606226032145 0.0046360593238775 0.0003883189419870955 0.0001664904450986499
|
|
27
|
+
CG>GC 1.08965837366971e-05 0.0007208191498704 2.77826102697039e-17 1.16955170086106e-05 0.0002529599199141 0.0014294321943021 0.0006830409521217 2.95784167844457e-17 2.84646691537459e-05 3.21398575459377e-05 0.00036668341958 0.124493918671675 0.0029338031157448 0.0045915806919552 6.66145029567412e-06 0.0005152583898866 0.005688182692543 7.55816714441241e-05 0.0001180756043523 0.0004792912505577 9.929510235253883e-05 0.0001089567530794098
|
|
28
|
+
CG>GT 3.4177476664917e-06 0.0025004033126432 2.77826102697039e-17 1.60526704039753e-17 0.0165226203190197 0.007801302776011 7.56421108015838e-05 0.0031661208486692 0.0002357823428235 1.72540287878192e-05 0.0026065407974679 0.139673903785093 0.0059232002158389 0.0006066151963797 0.0005506967860916 0.0039719701336543 0.011597027791691 0.0037856488496915 0.0002387519929415 0.0007693108784208 9.35465501762046e-05 0.00018403021914778305
|
|
29
|
+
CG>TA 0.0007158995201815 8.144120903872829e-18 0.244934322960432 1.60526704039753e-17 2.67749915231694e-17 2.01046337698623e-17 3.30340425916095e-17 0.00132401369716 2.1395942980565602e-17 0.605608825446073 1.63030299387362e-17 0.0442478182583321 0.0016428919537387 2.37944864858318e-07 0.0002099804984505 0.0048154716394582 0.0142440316290742 0.0005979026607743 0.0049285979625271 0.0016231446656846 1.2197112551319477e-07 0.0003798290608833594
|
|
30
|
+
CG>TC 2.5331541528115e-05 0.0041998958077548 0.0018063602433517 1.60526704039753e-17 7.59899759419475e-05 0.0215868345721977 0.0001779599418375 0.0023680480477627 0.0003153790460004 0.0044828588726501 0.0015131177866703 0.173430183156553 0.0055490234306255 0.0007524788140143 0.0014897778465417 0.0033004293377751 0.0137299312844177 0.0028336671835134 0.0007721858438379 0.0040536704455913 0.001259176868874084 8.899212547510681e-06
|
|
31
|
+
CG>TT 0.0002493588697472 0.0108611265841335 0.0179385005932921 0.0008282306497772 0.0056605264579051 0.0453057025773185 0.0001143767182651 0.0008608706590547 0.0001966434227371 0.0131440802244173 0.001544042734653 0.159829464934406 0.0041177489859202 0.0004039066643795 0.0064517521847904 0.0097717799155839 0.0300121868500621 0.0059748719630706 0.0042307451329622 0.0012417437712362 0.002114008850487084 0.0011574310989585232
|
|
32
|
+
CT>AA 2.14238528325638e-05 0.0024123025621232 9.91362942135523e-05 6.17552695980433e-18 0.457105625082873 0.004175571947385 1.2708329236317601e-17 0.0207365249855437 8.23110544113571e-18 0.002557575223271 0.0037390542120459 0.0044969479164095 0.0594741846655798 0.0003114873325483 0.003479429451046 0.0644252895981753 0.009756339258062 0.0239627328799663 0.0101540398123644 0.0117348309888007 0.0014756119795510264 0.0230501446348721
|
|
33
|
+
CT>AC 0.0003241475339024 3.13307611382326e-18 0.0280082952756321 6.17552695980433e-18 0.205010892056303 0.0018174929132493 1.4198465186593702e-17 0.0140927841271828 8.23110544113571e-18 0.0084601729231495 0.0019969950563979 0.0044308337333748 0.0249667610839038 0.0131037378584242 0.0709672764284151 0.087406561361424 0.0136795464262252 0.023611229615227 0.0066830166166295 0.0069605777048262 0.012788407355437762 0.012657012143395747
|
|
34
|
+
CT>AG 2.20425922645512e-18 0.0004411281007799 0.109723218883517 0.000320388985329 0.0261903866439418 0.0368158723642334 0.0017705275219387 0.0205351993829285 0.0005309209015837 0.0172457379885896 0.0004214932293864 0.0023609680589122 0.0128110710978731 0.0 2.72981850424994e-06 0.0348952728954901 0.007615593128833 0.0065620922934952 0.0026478303493027 0.000696608666533 0.0007415738369353595 0.00485920445345113
|
|
35
|
+
CT>GA 6.89894466665952e-05 1.35992032758276e-05 1.65617127584632e-05 0.0005939992361557 0.0157927053048026 0.0068412277231655 0.0026276874594647 0.0056069143573373 0.0025907495629915 4.82208973261684e-18 0.0098575064817718 0.0011017961049129 0.0010547912899178 0.0002953958545522 0.0002617719528733 0.0011738610685613 0.0051725260049938 0.0032935657788051 0.0031781384138213 0.0038220337360324 0.0015838051255078896 0.0034621551816047306
|
|
36
|
+
CT>GC 0.0001949524202305 0.0001007002219145 2.59017484420152e-05 6.36961494996961e-05 0.0047574302153486 0.0016683647113748 0.0219208107795963 0.0002385709750421 0.0028370539865749 4.82208973261684e-18 0.0051921862967916 0.0004964575933991 0.0037410192413338 0.0064212326112266 0.000308753614947 0.0093323457828228 0.0103957885047983 0.0011057559003808 0.0033661654231393 0.0007741494232559 0.0016817949018339503 0.0031340467026905157
|
|
37
|
+
CT>GG 8.35298233182991e-06 6.74700803408463e-05 5.76771275716249e-05 0.0008173001154953 0.0005591210204741 0.006347243291758 0.0056207211092214 0.0003080277994166 0.0094872533474601 4.82208973261684e-18 0.0034161359709913 0.0063643330814391 0.0025548079368499 0.0001382564839626 0.0002249305451823 0.0043276833899553 0.0072611291814607 0.0017927071045333 0.0010102813565736 0.0006145972234584 0.0018971023259579502 0.0029194328447490515
|
|
38
|
+
CT>TA 0.0060419789519926 0.0025400569338474 0.0001770967054629 6.17552695980433e-18 0.0032762504500197 8.2375311936176e-05 1.2708329236317601e-17 0.0109722387971248 8.23110544113571e-18 0.0026226539120309 0.0354360366641343 0.0059112135919678 0.0299693048733457 0.0020282445188581 0.0031775533074123 0.018724329916455 0.0008547141484906 0.00859835272343 0.0714341009441549 0.0220932280408392 0.00862580115463244 0.009509678593083966
|
|
39
|
+
CT>TC 0.0081230193142646 2.88513483862862e-05 0.0061021505482821 6.17552695980433e-18 0.0002324761856363 7.73433358676765e-18 0.0888073848098099 0.0179179685629013 2.73761821767263e-05 0.0017896519019398 0.0025408571782071 0.0050684785778269 0.0082053026461372 0.0402793432896723 0.0617626896223558 0.0978508102946109 0.0175530599961136 0.0057076988553786 0.0457911427613102 0.0008061160521696 0.04319540418576844 0.0027631132202944934
|
|
40
|
+
CT>TG 0.0017329104879857 0.0002930838680356 0.0502416840408449 2.71723186231391e-05 0.0008573179824651 0.0104389312662338 1.2708329236317601e-17 0.0009724025901426 8.6326227797277e-18 0.0297407629339204 0.0012576817940661 0.001773095355679 0.0037729275149193 0.0005427070675437 6.70384000023285e-06 0.0068195039151072 0.0229013248430508 0.0023442147534761 0.0135354673532417 0.0073350526542362 0.0004991992515576075 0.0032205907732594115
|
|
41
|
+
GC>AA 0.0017125468739212 0.0053486919429771 2.9139872135678e-05 0.40560352934767 0.0001827845929746 1.08362742781993e-17 1.78051463228842e-17 0.0181934708469182 1.15322820217535e-17 0.0037200876506596 0.001190601029915 0.0207591732345325 4.30886065541349e-08 0.0004266006906996 0.0569939348330894 0.0230864620625763 0.165321982590901 0.0440717448670884 0.0184909805165973 0.0174274925719578 0.017613616390965894 3.6699463140747044e-07
|
|
42
|
+
GC>AG 0.0001159760328544 0.0003421901745618 0.0007039167816182 0.013973536292686 0.0036556904850591 0.0047794301606647 0.0001437804957489 0.0120161536193178 0.158484187123567 6.75604256663082e-18 0.0039170770550293 0.0080579691789988 0.0229209153687312 0.000975949895963 0.0051048389951152 0.0111366540242927 0.0248174671621201 0.0535117522136689 0.005556913352899 0.0166252078068584 0.0041580057754755885 0.027053519466250203
|
|
43
|
+
GC>AT 5.27720369627247e-05 0.0010034065345285 0.0053805128035381 0.0114261485887207 0.0021576812081339 0.0024550075495841 0.0006890611322914 0.007771009998449 0.161040383916911 0.007066342769459 0.0323843427746872 0.0054445721638156 0.0234655769674157 5.05230513201642e-07 0.188654142123839 0.0059939489995299 0.0607185437993717 0.0641313186224693 0.0055024447498134 0.0288045199920725 0.006083383652153375 0.011558818155366747
|
|
44
|
+
GC>CA 6.24162079887668e-05 0.0011160653142397 0.0003195942457843 0.01471549372036 0.0062943837076297 0.0113478835095278 0.0013190580247675 0.00681197461463 0.0350198928725036 9.57379554263251e-05 0.002512167553966 0.0041176119890808 0.0140466263945646 0.0003197454598913 0.0015498726865401 0.005546074937275 0.0148996403246322 0.0296309917004691 0.0014621096729741 0.0170599876540682 0.003496042244887254 0.0055160904296484995
|
|
45
|
+
GC>CG 5.58061581844009e-06 7.04235798497697e-05 1.49746565141679e-17 1.21502884773915e-06 0.0004439050473858 1.18023999367375e-17 0.0052171698288507 0.0003413039432286 0.0031952463113108 6.75604256663082e-18 0.0048100278274656 0.0007914386365606 0.0011682131680836 0.001170840009596 0.0004574675878223 0.0018502575925818 0.0004853866649279 0.0024484711068521 0.0002582240178397 0.0016813769285172 1.0488714008682665e-05 0.00016913081854736872
|
|
46
|
+
GC>TA 8.96149375116495e-07 0.0007749288617023 0.0057041529047176 0.0218877509146112 0.0003050995910766 0.0010825542449938 1.22902779927873e-05 0.0120725663865408 0.0178933762748843 0.0025621192779252 0.0002893154835047 0.0006020798404698 4.57900865888769e-05 1.29682649947304e-05 0.0022121186662575 0.0009832170186431 0.0114938651162119 0.0240693954306196 0.0012833737050973 0.0005376346742805 0.0022746532277149916 0.00021139785877920245
|
|
47
|
+
TA>AT 0.0002027936359623 0.0010727402082681 0.0007244306789414 0.0139277011848846 0.000952154058964 0.0041462347229188 0.040700643254256 0.0050684547295919 0.0073396260866361 0.003513211727866 0.0009836691002773 0.0023740172952317 0.0031256793818409 0.0079295976012406 0.0122023795413111 0.0045945135473038 0.0042619370633285 0.0048982449873781 0.0051154421767191 0.102051022829256 0.12942841700750274 0.007229266124501419
|
|
48
|
+
TA>CG 3.0310969724823e-06 7.37109089504227e-06 0.0016686883019454 0.0001782198147557 4.01771245367342e-06 0.0001253064811857 0.0022246768762899 1.09245755370617e-05 0.0006392577482927 0.0013883941718697 0.0002576065309375 0.0001581380437043 0.0001224635346204 0.0001111960905209 0.0073891096574038 0.0006832956034245 0.003544092015605 0.0009026537779048 0.0003039459917562 0.0040852979363219 0.0016081794326481135 6.312307660208492e-05
|
|
49
|
+
TA>CT 0.0002819032595951 0.0001092243568769 0.0001718649107364 0.0039950510196832 0.0011558235642819 0.0126273899305739 0.0212256042189089 0.0021423364435799 0.0067240443758053 0.0005472502032809 0.0014909425732356 0.000914539772869 0.0081995850371683 0.002482758693903 0.0012358380276881 0.0059327228776121 0.0082302520948084 0.0052225871552971 0.0048428258867181 0.0741266588961567 0.015328039866466898 0.012236048565553595
|
|
50
|
+
TA>GC 8.06954293336347e-06 3.20583953212949e-05 0.0009942184284231 3.2147571133428e-05 2.65810633817177e-05 0.0001277254860047 0.0011013970454494 0.0004122689135414 0.000274170342222 2.50305481017001e-18 0.0004499291545638 0.0005210532541071 6.34414485985977e-05 6.19903237553057e-05 3.84131423940069e-05 0.0004917259946855 0.0003411074179174 0.0001229970035446 0.0001318492040413 0.0018175048967856 0.0014290842659490626 0.0012121104313564575
|
|
51
|
+
TA>GG 2.82233267768881e-05 3.0771379450732e-05 0.0027278555774863 0.0010170887022373 0.0008299524576164 0.0001054702547059 0.0031437232145579 0.0001133871626423 0.0015389538033951 0.002901777591869 0.0001654150135827 0.0007472003014638 0.0002969845681289 0.0002715320167786 0.0011199243221346 0.0005102597375594 0.0028609462368235 0.001754902713005 0.0005968172112786 0.0062168892270597 0.004775748451571858 0.004445010463679445
|
|
52
|
+
TA>GT 0.0004618074965126 0.0005071135033624 0.0001808576357919 0.0036926733469038 0.0009725211622605 3.02315139356246e-05 0.0191832780498004 7.99459392388246e-05 0.0036840185236907 0.0012194896546915 0.0011777562730572 0.0004466635821223 0.0030763727872768 0.0027024151161582 0.0003965749686116 0.0031925642245546 0.0060233317024853 0.0032956784728373 0.0040082615062882 0.0356215856536178 0.02131384488871164 0.012044329792666123
|
|
53
|
+
TC>AA 8.4259636573345e-06 0.0010891058984259 0.0052813059966242 0.334337644540478 0.039608398779396 0.0426656880959939 0.0275272829340648 0.0390369400456391 0.0033644093735882 0.0049173712034926 0.0001843077877496 0.012375760115212 0.065628745126743 0.0009237978454918 0.0004518370819659 0.0762366597928219 0.0544665190127181 0.0033167935246816 0.0130391131642696 0.219984271671672 0.04319761251257108 0.2617441041404441
|
|
54
|
+
TC>AG 2.38864474322602e-06 0.0001502212442833 5.9090878777089e-06 0.0016496342810373 0.0146080486301574 0.0077133602564326 5.62024560714236e-06 0.0116708373201906 0.0425793784925726 0.0001762710036655 0.0402589739224488 0.0043377621542402 0.0647689547651728 8.36113869043879e-09 0.000106740081691 0.0103118364939993 0.0002178151588296 0.0106955236640984 0.0028193691180777 0.0097615162122884 0.013949339039481897 0.06733877608354392
|
|
55
|
+
TC>AT 0.0019021226444338 3.1314553376878097e-18 0.0010774249728918 0.0074189432514856 0.0007333438449239 0.0005533493100663 0.0032161981942398 0.0186129739804572 0.0472293750543027 0.0020098778712422 0.0718546247726761 0.0106396103678879 0.152161986134319 0.0029080200875862 0.0075768335858816 0.0266854580774982 0.0012287254138172 0.0663946659435663 0.08989179599466 0.0292491679080818 0.08370454453651022 0.22920843061002547
|
|
56
|
+
TC>CA 3.41676691425858e-06 0.0005122550287462 0.0630101140333129 0.0746305135525626 0.0014019804185957 0.0109924695212241 0.0038060682618146 0.0177074779380948 0.0444940832810735 0.0163912364777518 0.0002395156084403 0.0132340124170522 0.0361421262589454 0.0069300998902467 0.0190280468609203 0.0147326392375746 0.0050093328341041 0.0169741728394888 0.0045283440420096 0.018459864721108 0.019637173510721136 0.036117582259839964
|
|
57
|
+
TC>CG 2.55097982286274e-05 2.92118975146417e-06 0.0001115903336332 0.000352862537584 1.03931672895262e-17 0.0008030092470121 0.0022892581115608 0.0109665627324048 0.0071026414028637 0.0005476751245057 0.00275187916348 0.0038102711417608 0.0069637360153489 0.0011075050492807 3.1552998465414e-06 0.0002721567733867 0.0015374326075202 0.0019786002393773 0.000635184263617 0.0005776044373622 0.002274855950452303 0.0032284424348480866
|
|
58
|
+
TC>CT 0.0014691193293011 0.0025162099719636 0.0186625375092653 7.30098733615721e-06 0.0010294265517404 0.0087473974762686 0.0129069249481533 0.0088134944768391 0.0468646694237343 0.0170416828033379 0.0170718438237592 0.0034717830748726 0.031318101660662 0.0435512774144084 0.0445681509578608 0.0079392524860594 0.0193920842368108 0.0230263315987174 0.0181954863655453 0.0222524151394028 0.05604140255594723 0.016380681312725135
|
|
59
|
+
TC>GA 4.96281529175115e-05 0.0006647298695448 0.0748425476286181 0.0321105279541436 2.41199920115419e-05 0.0068376886777583 1.2701755072141701e-17 0.0096686854071735 0.0157735169259648 0.0284895300684734 0.0001995961987997 0.0069692382356291 0.0111624865640491 0.0 2.18086901158009e-06 0.0042196054755276 0.0058290956000989 0.0017155383223059 0.0032040907289121 0.0085974926770458 0.004655195356794949 0.017646841390470337
|
|
60
|
+
TC>GG 0.0003177933360903 7.41186191438339e-06 0.0001702712333491 9.17032225797524e-06 3.41209643090105e-05 0.0014066634631597 0.0009915434008716 0.0019216639350651 0.0034008792981979 4.81959521040363e-18 0.0062257019163118 0.0009507031531296 0.0148241561281835 0.0001381849623009 1.0672337716243e-09 0.0023549848220073 0.0002654779409548 0.0016595064254875 0.0012003165055856 0.0011692976811482 0.00043531263468131486 0.0033649269260284517
|
|
61
|
+
TC>GT 0.0039434259749788 6.4356288354879e-05 0.0417502128875966 6.1723322890218004e-18 3.78468167335576e-05 7.7303325274746e-18 1.2701755072141701e-17 0.0002776855871864 8.3454161501217e-18 0.0298554664416194 0.0129100510677065 0.0007625874903277 0.0320986757134773 0.0007644327910283 0.0001370652973043 0.0044860757269401 0.0003639024804286 0.0073306197663388 0.0258977686967196 0.0066359865383296 0.00444313082937329 0.01240897735021423
|
|
62
|
+
TG>AA 0.0010289463013259 0.0021595460641226 6.24449462982701e-05 0.0065379161130195 0.0171414356924387 0.0230739645950467 0.0308307778459324 0.0084533507372471 0.0139929176771203 0.000897156935258 0.0064597375380388 0.0015219839581594 0.0180087520404525 0.0005843129256221 0.0032071314980325 0.0073258095566891 0.0074998253444911 0.0088085477535986 0.0089325425136872 0.0270576086412956 0.0020204049364899042 0.01618175681789528
|
|
63
|
+
TG>AC 0.0001780000483032 0.0001605071470601 7.5158288658397e-05 0.0001011106827029 0.001390361298228 0.0091390999400486 0.0035741875467631 0.003762474112325 0.0064385133560384 0.0001307827123117 0.0007144486716497 0.000498733879958 0.0041402756627457 3.94025526246977e-05 0.000143361118697 0.0008162489138456 0.0021117254514069 0.0039584328920231 0.0018685550110523 0.0045823802698317 0.0015749729948250678 0.004133035625865314
|
|
64
|
+
TG>AT 0.0018100448428269 0.0031298831675842 0.0008951651316682 5.99539849830627e-18 0.019426960070478 0.199974357411292 0.0017598103677979 0.0080331264523623 0.0006606783676183 0.0015795009169277 0.0086624833644248 0.0105939375198144 0.0173337616865026 0.0014420285415713 0.0016798990228994 0.0091438948063958 0.008280906484957 0.0236431722641545 0.0151595539507458 0.0579251928670582 0.01890110858867429 0.008725245589750559
|
|
65
|
+
TG>CA 0.0002095446362948 0.000105058666517 0.0148571269111895 0.0006889235330708 0.0004532953508507 0.0103154196895269 0.0326042292341299 0.004944966227585 0.02019231173049 0.0184485735906008 0.0462824115192395 0.0084491173227891 0.0268039248727448 0.0084001465699368 0.0710439347693217 0.0055707011562865 0.132399957672905 0.0137958503235248 0.0068126122148075 0.002891305670661 0.08062003450758103 0.004588290660914599
|
|
66
|
+
TG>CC 7.73586137538818e-05 4.3327673339653e-05 0.0004522547191514 0.0001028245101879 0.0004818648817668 0.0071393557326687 0.0014324040416558 0.001221582973764 0.0104504065363599 0.0001200419382777 0.0025822454008952 0.0123403655102771 0.0048731047901265 0.000614471469318 0.0001752139368303 0.0024762008347083 0.0157309103092346 0.0033160038822697 0.0018192891846165 0.0001554912984693 0.004103491405524545 0.0038565288012938456
|
|
67
|
+
TG>CT 0.0013894530894448 0.0022398000023637 0.0056718716678581 7.03174595301349e-05 0.0003123553157924 0.248836870777822 1.23376512668992e-17 0.0190566869608553 0.0008572875720349 0.0027356961845125 0.0046034915742647 0.0098923664849445 0.0154478709919377 0.0006049227284176 0.0033157128657098 0.0100603813015805 0.0033980299920761 0.0092703777089654 0.0163313664844734 0.0143732565490152 0.0033445048625948964 0.02962634709455633
|
|
68
|
+
TG>GA 0.0003056793793318 0.0010724773521161 0.0004886971411049 0.0067264277150307 0.0031140274412692 0.0067321686490035 0.0112545979202704 0.0002648394421094 0.0054731795795865 1.27618160983204e-05 0.0060307388082111 0.001243917362462 0.0057141677501302 0.0050187045451657 0.0049255349675745 0.0012146878078277 0.0090656636545491 0.0006761155620419 0.003189626903635 0.0227107184725166 0.009084732429609225 0.00180042513625433
|
|
69
|
+
TG>GC 6.67518952761448e-05 0.0001984451204282 0.0004653363745182 0.0005175493494242 0.0002780724501218 0.0050672236753933 0.0052930721237933 0.0034595214253388 0.0034628047065375 4.68143847963139e-18 0.0050489905725683 0.0010563962967865 0.0020538361627074 0.0043175857287395 0.0005857841065357 0.001436236311468 0.0068011633059533 0.0007284688440936 0.0013258654976116 0.0006156919406063 0.0024075145223212786 0.0016013712037196252
|
|
70
|
+
TG>GT 0.0014270060988761 0.0046692898715682 0.009624428307116 2.76644816421846e-05 0.0787553729234342 0.0247932013607457 0.0118821271669708 0.0076813106810528 0.0029579964038699 0.0013710069576271 0.0043229919605018 0.0030090172875602 0.0179347632243724 0.046233671123465 0.0052119759598007 0.0296130076541329 0.0029452516379464 0.0027193873913706 0.0092834645136071 0.0062298859984582 0.15567434321026838 0.014791048148842066
|
|
71
|
+
TT>AA 0.0026217728870504 0.0019993947424273 0.0019131283515925 9.80263844529267e-06 0.0029791356056075 0.0001110424060397 0.203842323723009 0.0022245710515343 0.0001920244653033 0.0058250329805552 0.0025021997870849 0.0014773098744486 0.0078470348279849 0.174726069960353 0.0047358740030395 0.0217736987198324 0.0001225340325473 0.0151801176082712 0.0326705854814982 0.0472489179046698 0.023209177044225683 0.004595631280484825
|
|
72
|
+
TT>AC 0.0003438390280203 0.0001600443576564 0.0014437583947452 3.59430076327398e-07 0.0005849280284008 7.36445942470915e-05 0.0346965657770139 7.02418845649252e-18 0.0037503853321759 2.9766637959345e-18 0.0005455529197237 0.0001415075433077 0.0008763175891521 0.0111945053804751 0.0021342451935003 0.0056231056309508 0.0069274502278064 0.00973698859413 0.0059449360055956 0.0079523136469714 0.00045655862466475555 0.0008908687701221847
|
|
73
|
+
TT>AG 0.0001996175425544 9.97380233648983e-05 0.0136057872288079 3.8121371731693696e-18 0.0005407253651315 0.0012197430861788 0.0467536220504272 0.0090722733542047 0.0005169451803281 0.0027960160556235 0.0006662038898282 0.0010518114515806 0.0034470705709979 0.0061287669409654 0.000151157811241 0.0199043728809202 0.0037031168901796 0.0044845900034628 0.0058140030038719 0.0117334033634077 0.0013094046939795632 0.001147844211622285
|
|
74
|
+
TT>CA 0.0003462266697435 1.93403996089965e-18 0.0004123323181223 3.8121371731693696e-18 6.3584399310592096e-18 4.77438456146641e-18 0.0847463614287331 0.0039085338302443 5.0866736534071e-18 0.0005182271241468 0.0010596315820975 0.0011354437612503 0.0022665267756888 0.0067300436030526 0.0015301320912206 0.0581284996775454 0.0080385290313224 0.0094587288780111 0.0136262916279354 0.0004830606550452 0.00019518635333510843 0.002130885450291116
|
|
75
|
+
TT>CC 0.0025883439931944 1.382119684288e-06 0.0048481755160376 3.8121371731693696e-18 0.0004680635358622 4.77438456146641e-18 0.0307064606172004 0.0001826879527806 0.0029057040221031 0.0011569721747997 0.0020982805008303 6.47543500128086e-08 6.24882660398179e-07 0.337323787578476 0.0078642819728436 1.24735803881441e-06 2.19798211740599e-06 1.18172850615315e-07 0.0209932830386401 0.0020775815644555 0.00476964015715406 0.0012714828484742524
|
|
76
|
+
TT>CG 4.00088735059047e-05 7.04973798697234e-06 0.0188936256972552 3.9482849293539896e-18 6.3584399310592096e-18 6.44254302270166e-06 0.0023159955135227 7.20812273651696e-05 1.11535036918561e-05 0.0034468127784143 5.2250750584403e-18 0.0005761280630147 0.0005098810409575 3.02809366051993e-05 0.0015460804542736 0.0072455572253496 0.0036864209023325 0.0021323031126352 0.0022893072755882 0.0007432230205083 0.0007857319924372998 0.00031672128679697664
|
|
77
|
+
TT>GA 0.000888250941744 2.22159506299984e-05 0.0073079117982595 3.8121371731693696e-18 1.81064146608258e-05 4.77438456146641e-18 0.0378192569225705 0.0022556403424575 5.16553681082426e-18 0.0034910027785319 0.0003708712111159 0.0001523666411421 0.0016823251667352 0.0143204434161822 0.0004568872145082 0.0052861617413848 0.0050106270418628 0.0007565314412571 0.0101511850894796 0.0010163471315075 0.027915552253987567 0.0015987309988497848
|
|
78
|
+
TT>GC 0.0005062072589884 7.14249769732724e-07 0.039510254679946 3.8121371731693696e-18 3.42750190569478e-05 2.3526786573973e-07 0.0031834095277796 0.000177716940826 2.00537743146503e-05 0.0103645416795188 3.03222227286998e-06 0.002251979252297 0.0004493840676621 0.0057560140186655 0.0060079985493143 0.0086194961184779 0.0105123451793032 0.0015056336006604 0.0059698757426146 0.0020437483170906 6.996225070471929e-05 0.0004944643964023177
|
|
79
|
+
TT>GG 0.0007688621715247 1.93403996089965e-18 0.101597798257909 3.8121371731693696e-18 6.3584399310592096e-18 4.77438456146641e-18 7.844819495723869e-18 0.0003343072362475 5.08104057073444e-18 0.0340262281846757 3.85060752298713e-18 1.01264781403009e-07 1.38069311630836e-06 0.15859059531502 8.19628361752178e-06 0.0001780200807707 2.74747764675748e-06 2.20737966243702e-07 0.006541583082655 0.0001424133146828 1.182947595970371e-07 0.00048685703846710867
|